mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
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
@ -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 New Issue
Block a user