base definitions

This commit is contained in:
ManjaroOne666 2018-04-03 21:58:18 +01:00
parent bea3605d85
commit 988f624392
1 changed files with 8 additions and 31 deletions

View File

@ -9,6 +9,7 @@ hi clear DiffDelete
hi clear DiffText hi clear DiffText
hi clear EndOfBuffer hi clear EndOfBuffer
hi clear ErrorMsg hi clear ErrorMsg
hi clear Error
hi clear VertSplit hi clear VertSplit
hi clear Folded hi clear Folded
hi clear FoldColumn hi clear FoldColumn
@ -79,8 +80,8 @@ hi QuickFixLine guifg=#ff0000
hi Search guifg=#ffffff guibg=NONE gui=NONE hi Search guifg=#ffffff guibg=NONE gui=NONE
hi IncSearch guifg=#000000 guibg=#ffffff gui=NONE hi IncSearch guifg=#000000 guibg=#ffffff gui=NONE
hi SpecialKey guifg=#eeeeee hi SpecialKey guifg=#eeeeee
hi SpellBad guibg=#aa0000 hi SpellBad guifg=#aa0000 guibg=#220000
hi SpellCap guifg=#eeeeee guibg=#340000 hi SpellCap guifg=#550000 guibg=#220000
" SpellLocal " SpellLocal
" SpellRare " SpellRare
hi TabLine guifg=#666666 guibg=#1c1c1c hi TabLine guifg=#666666 guibg=#1c1c1c
@ -103,37 +104,13 @@ hi WildMenu guifg=#aaaaaa guibg=NONE
" syntax colour definitions " 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 " new colors
" commented out = so far are unused " 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 hi mIdentifier guifg=#964644
@ -165,7 +142,7 @@ hi mNoiseDark guifg=#262626
"{{{ "{{{
hi! def link Comment mComment hi! def link Comment mComment
hi! def link Constant mValue hi! def link Constant mValueBold
hi! def link String mValueBold hi! def link String mValueBold
hi! def link Character String hi! def link Character String
" hi! def link Number mValueBold " hi! def link Number mValueBold
@ -194,7 +171,7 @@ hi! def link Type mType
" Structure " Structure
" Typedef " Typedef
hi! def link Special CRSpecial hi! def link Special mSpecial
" SpecialChar " SpecialChar
" Tag " Tag
hi! def link Delimiter mNoise hi! def link Delimiter mNoise
@ -205,7 +182,7 @@ hi Underlined cterm=underline term=underline gui=underline
hi Ignore guifg=NONE hi Ignore guifg=NONE
hi! def link Error CRError hi! def link Error mError
hi! def link Todo mCommentBright hi! def link Todo mCommentBright
"}}} "}}}