We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d30d4 commit cedc76fCopy full SHA for cedc76f
vimrc
@@ -46,7 +46,9 @@ set tags=./tags;
46
" Sets to auto read when a file is modified from outside
47
set autoread
48
49
-color solarized
+"color solarized
50
+"color molokai
51
+color darcula
52
set background=dark
53
set t_Co=256
54
vimrc.bundles
@@ -283,6 +283,8 @@ hi CtrlSpaceStatus guifg=#839496 guibg=#002b36 gui=reverse term=reverse cterm=
283
" hi CtrlSpaceStatus ctermfg=230 ctermbg=234 cterm=NONE
284
285
Plugin 'altercation/vim-colors-solarized'
286
+Plugin 'tomasr/molokai'
287
+Plugin 'blueshirts/darcula'
288
Plugin 'morhetz/gruvbox'
289
290
" history
0 commit comments