summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@openwide.fr>2010-03-02 12:41:31 +0100
committerHugues Hiegel <hugues@hiegel.fr>2010-03-02 12:43:01 +0100
commit0fb3da7b2d9761fd83099f63d22658a94fcc6501 (patch)
tree77a1184c58ed9f0cec7f071988960fd0efa97c3e
parent13cd8ea455db67992bdca482724557d3b72b3ff2 (diff)
[Vim] red colors update for C/C++
-rw-r--r--colors/red.vim8
1 files changed, 5 insertions, 3 deletions
diff --git a/colors/red.vim b/colors/red.vim
index e8e9cda..acb605f 100644
--- a/colors/red.vim
+++ b/colors/red.vim
@@ -19,13 +19,15 @@ highlight Identifier ctermfg=1 cterm=none
highlight Function ctermfg=1 cterm=bold
highlight Statement ctermfg=1 cterm=none
highlight cConditional ctermfg=1 cterm=bold
-highlight cStatement ctermfg=2 cterm=bold
-highlight cLabel ctermfg=2 cterm=bold,underline
+highlight clear cStatement
+highlight link cStatement Statement
highlight Label ctermfg=1 cterm=bold,underline
+highlight clear cLabel
+highlight link cLabel Label
highlight PreProc ctermfg=1 cterm=bold,underline
highlight Type ctermfg=4 cterm=none
highlight Special ctermfg=1 cterm=bold
-highlight cFormat ctermfg=3 cterm=bold
+highlight cFormat ctermfg=1 cterm=bold
highlight Error cterm=bold
highlight Todo ctermfg=0 ctermbg=3 cterm=bold
highlight Directory ctermfg=2