From bafdf9e9b816a691ddac7f11a6b5aea875e54eee Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 12 Sep 2016 10:00:57 +0300 Subject: [PATCH] .vim: change colors --- .vim/colors/phd.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.vim/colors/phd.vim b/.vim/colors/phd.vim index 51cbfee..ecb12da 100644 --- a/.vim/colors/phd.vim +++ b/.vim/colors/phd.vim @@ -17,17 +17,18 @@ endif if &background == 'light' highlight Comment ctermfg=darkgrey guifg=grey - highlight Constant ctermfg=brown guifg=brown + highlight Constant ctermfg=blue guifg=blue highlight Cursor guifg=white guibg=green + highlight Function ctermfg=darkgreen guifg=darkgreen highlight Identifier ctermfg=black guifg=black highlight NonText ctermfg=darkgrey guifg=grey highlight Normal guibg=grey90 highlight SpecialKey ctermfg=darkgrey highlight Statement cterm=bold ctermfg=black guifg=black - highlight Type ctermfg=blue guifg=blue + highlight Type ctermfg=brown guifg=brown highlight pythonBuiltin ctermfg=darkgreen guifg=darkgreen highlight pythonExceptions ctermfg=darkred guifg=darkred - highlight pythonFunction ctermfg=darkblue guifg=darkblue + highlight pythonFunction ctermfg=brown guifg=brown highlight pythonNumber ctermfg=darkcyan guifg=darkcyan if &diff -- 2.39.2