X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vim%2Fcolors%2Fphd.vim;h=ecb12da1dba0353f04d351a4b89802b4a574e2d1;hb=bafdf9e9b816a691ddac7f11a6b5aea875e54eee;hp=51cbfeed6ae0a396a46b2dcefa0bd4077b7556de;hpb=89b04ad56e3c4b9e3073c250bb525051c6f1405b;p=dotfiles.git 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