Skip to content

Commit cedc76f

Browse files
committed
update color scheme
1 parent 95d30d4 commit cedc76f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

vimrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ set tags=./tags;
4646
" Sets to auto read when a file is modified from outside
4747
set autoread
4848

49-
color solarized
49+
"color solarized
50+
"color molokai
51+
color darcula
5052
set background=dark
5153
set t_Co=256
5254

vimrc.bundles

+2
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ hi CtrlSpaceStatus guifg=#839496 guibg=#002b36 gui=reverse term=reverse cterm=
283283
" hi CtrlSpaceStatus ctermfg=230 ctermbg=234 cterm=NONE
284284

285285
Plugin 'altercation/vim-colors-solarized'
286+
Plugin 'tomasr/molokai'
287+
Plugin 'blueshirts/darcula'
286288
Plugin 'morhetz/gruvbox'
287289

288290
" history

0 commit comments

Comments
 (0)