Skip to content

Commit

Permalink
add ctrlp and a custom version of molokia color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
djtal committed Feb 20, 2013
1 parent f290fd0 commit 21820c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -67,3 +67,6 @@
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
1 change: 1 addition & 0 deletions bundle/ctrlp
Submodule ctrlp added at c1646e
2 changes: 1 addition & 1 deletion colors/molokai-im.vim
Expand Up @@ -237,7 +237,7 @@ if &t_Co > 255
hi WarningMsg ctermfg=231 ctermbg=238 cterm=bold
hi WildMenu ctermfg=81 ctermbg=16

hi Normal ctermfg=252 ctermbg=233
highlight Normal ctermfg=White ctermbg=Black
hi Comment ctermfg=59
hi CursorLine ctermbg=234 cterm=none
hi CursorColumn ctermbg=234
Expand Down

0 comments on commit 21820c1

Please sign in to comment.