From c61eb292c0097088ef6a473b2e9a1436c9bcde30 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 12 Jun 2016 15:02:00 +0300 Subject: [PATCH] .vim: change colors --- .vim/syntax/synload.vim | 5 +++-- .vimrc | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.vim/syntax/synload.vim b/.vim/syntax/synload.vim index 6ddce26..fc39785 100644 --- a/.vim/syntax/synload.vim +++ b/.vim/syntax/synload.vim @@ -4,9 +4,10 @@ source $VIMRUNTIME/syntax/synload.vim " Override for all syntax files if &background == 'light' highlight Comment cterm=NONE ctermfg=darkgrey gui=NONE guifg=SlateGray - highlight Constant cterm=NONE ctermfg=blue gui=NONE guifg=blue + highlight Constant cterm=NONE ctermfg=brown gui=NONE guifg=brown highlight Identifier cterm=NONE ctermfg=black gui=NONE guifg=black - highlight Statement cterm=bold ctermfg=darkgrey gui=bold guifg=black + highlight PreProc ctermfg=darkgreen guifg=darkgreen + highlight Statement cterm=bold ctermfg=black gui=bold guifg=black highlight Type cterm=NONE ctermfg=black gui=NONE guifg=black if &diff diff --git a/.vimrc b/.vimrc index 8f1041a..e45f903 100644 --- a/.vimrc +++ b/.vimrc @@ -191,7 +191,7 @@ if has("gui_running") set toolbar=icons,text " how to show the toolbar endif - " set guicursor+=a:blinkon0 " Stop cursor blinking + set guicursor+=a:blinkon0 " Stop cursor blinking " Make shift-insert work like in Xterm " map @@ -204,7 +204,7 @@ if has("gui_running") " Text below the last line is darker grey " Status line is bright white on blue highlight Normal guibg=grey90 - highlight Cursor guibg=green guifg=NONE + highlight Cursor guibg=green guifg=white highlight NonText guibg=grey80 highlight Constant guibg=grey90 highlight Special gui=NONE guibg=grey90 -- 2.39.2