From 988f624392bbaa0e602f013011192a0adb4bdc15 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Tue, 3 Apr 2018 21:58:18 +0100 Subject: [PATCH] base definitions --- vim/colors/base-grey.vim | 39 ++++++++------------------------------- 1 file changed, 8 insertions(+), 31 deletions(-) diff --git a/vim/colors/base-grey.vim b/vim/colors/base-grey.vim index caee325..4d28c15 100644 --- a/vim/colors/base-grey.vim +++ b/vim/colors/base-grey.vim @@ -9,6 +9,7 @@ hi clear DiffDelete hi clear DiffText hi clear EndOfBuffer hi clear ErrorMsg +hi clear Error hi clear VertSplit hi clear Folded hi clear FoldColumn @@ -79,8 +80,8 @@ hi QuickFixLine guifg=#ff0000 hi Search guifg=#ffffff guibg=NONE gui=NONE hi IncSearch guifg=#000000 guibg=#ffffff gui=NONE hi SpecialKey guifg=#eeeeee -hi SpellBad guibg=#aa0000 -hi SpellCap guifg=#eeeeee guibg=#340000 +hi SpellBad guifg=#aa0000 guibg=#220000 +hi SpellCap guifg=#550000 guibg=#220000 " SpellLocal " SpellRare hi TabLine guifg=#666666 guibg=#1c1c1c @@ -103,37 +104,13 @@ hi WildMenu guifg=#aaaaaa guibg=NONE " syntax colour definitions "{{{ -" old colors - -" hi mNoiseDark guifg=#333333 -" hi mNoiseDarker guifg=#222222 - -" hi mNoiseRed guifg=#440000 - -" hi mCommentDark guifg=#444444 gui=italic - -" hi mTypeBright guifg=#c63d3d -" hi mTypeDark guifg=#571010 - -" hi CRIdentifierBright guifg=#ff9360 -" hi CRIdentifier guifg=#c28a6f -" hi CRIdentifierDark guifg=#745d52 - -" hi mValue guifg=#a8a8a8 -" hi mValueDark guifg=#767676 - -" hi mConditional guifg=#907a7a - -" hi CRSpecialBright guifg=#ff0000 -" hi CRSpecialDark guifg=#880000 - " new colors " commented out = so far are unused -hi CRError guifg=#eeeeee guibg=#8f2a2a +hi mError guifg=#ee0000 -hi CRSpecial guifg=#544d4a +hi mSpecial guifg=#de7878 hi mIdentifier guifg=#964644 @@ -165,7 +142,7 @@ hi mNoiseDark guifg=#262626 "{{{ hi! def link Comment mComment -hi! def link Constant mValue +hi! def link Constant mValueBold hi! def link String mValueBold hi! def link Character String " hi! def link Number mValueBold @@ -194,7 +171,7 @@ hi! def link Type mType " Structure " Typedef -hi! def link Special CRSpecial +hi! def link Special mSpecial " SpecialChar " Tag hi! def link Delimiter mNoise @@ -205,7 +182,7 @@ hi Underlined cterm=underline term=underline gui=underline hi Ignore guifg=NONE -hi! def link Error CRError +hi! def link Error mError hi! def link Todo mCommentBright "}}}