]> git.phdru.name Git - dotfiles.git/commitdiff
.vim: change colors
authorOleg Broytman <phd@phdru.name>
Mon, 12 Sep 2016 07:00:57 +0000 (10:00 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 12 Sep 2016 07:00:57 +0000 (10:00 +0300)
.vim/colors/phd.vim

index 51cbfeed6ae0a396a46b2dcefa0bd4077b7556de..ecb12da1dba0353f04d351a4b89802b4a574e2d1 100644 (file)
@@ -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