summaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@openwide.fr>2010-03-02 12:41:31 +0100
committerHugues Hiegel <hugues.hiegel@openwide.fr>2010-03-02 12:41:31 +0100
commit87ce5729db926a77263430c51128bf44f2584bc7 (patch)
tree8509a4663cb5d282e961cbf67bfe6f4aeb260cee /colors
parent635d4b8b7e690327e88d927a72868a95da40cea5 (diff)
[Vim] red colors update for C/C++
Diffstat (limited to 'colors')
-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