Revert back to peaksea... I dont like irblack that much after using it for a while
This commit is contained in:
parent
3fe3acdbaa
commit
eddb45f546
2 changed files with 3 additions and 1 deletions
|
@ -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 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 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 Character Constant
|
||||||
hi link Boolean Constant
|
hi link Boolean Constant
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
|
colorscheme peaksea
|
||||||
|
else
|
||||||
colorscheme ir_black
|
colorscheme ir_black
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue