summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-04-05 17:43:25 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-04-05 17:43:25 +0200
commitd2ce491caa24b1cfb8eaa752839c7ae6e7e17eaa (patch)
tree78735f2e3506254df06d2ee4db086aa6e7974747
parentf7bbccc312ee95809a74078bf632a4309b7d40a2 (diff)
[Colors] pobla: more readable colors
-rw-r--r--colors/pobla.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/pobla.vim b/colors/pobla.vim
index 57a6f4a..853382b 100644
--- a/colors/pobla.vim
+++ b/colors/pobla.vim
@@ -15,7 +15,7 @@ highlight Comment ctermfg=white cterm=bold
highlight Constant ctermfg=blue cterm=none
highlight Number ctermfg=blue cterm=none
highlight String ctermfg=yellow ctermbg=0 cterm=none
-highlight Identifier ctermfg=green cterm=none
+highlight Identifier ctermfg=cyan cterm=none
highlight Function ctermfg=yellow cterm=bold
highlight Statement ctermfg=green cterm=bold
highlight cConditional ctermfg=yellow cterm=bold
@@ -25,7 +25,7 @@ highlight Label ctermfg=yellow cterm=bold,underline
highlight clear cLabel
highlight link cLabel Label
highlight PreProc ctermfg=yellow cterm=bold,underline
-highlight Type ctermfg=cyan cterm=none
+highlight Type ctermfg=cyan cterm=bold
highlight Special ctermfg=yellow cterm=bold
highlight cFormat ctermfg=yellow cterm=bold
highlight Error cterm=bold