mirror of
1
0
Fork 0

Revert back to peaksea... I dont like irblack that much after using it for a while

This commit is contained in:
amix 2012-07-04 00:04:05 -04:00
parent 3fe3acdbaa
commit eddb45f546
2 changed files with 3 additions and 1 deletions

View File

@ -121,7 +121,7 @@ hi Statement guifg=#6699CC guibg=NONE gui=NONE ctermfg=li
hi Special guifg=#E18964 guibg=NONE gui=NONE ctermfg=white ctermbg=NONE cterm=NONE
hi Delimiter guifg=#00A0A0 guibg=NONE gui=NONE ctermfg=cyan ctermbg=NONE cterm=NONE
hi Operator guifg=white guibg=NONE gui=NONE ctermfg=white ctermbg=NONE cterm=NONE
hi Operator guifg=#6699CC guibg=NONE gui=NONE ctermfg=blue ctermbg=NONE cterm=NONE
hi link Character Constant
hi link Boolean Constant

View File

@ -11,6 +11,8 @@
set background=dark
if has("gui_running")
colorscheme peaksea
else
colorscheme ir_black
endif