bold values

This commit is contained in:
ManjaroOne666 2018-04-01 12:12:42 +01:00
parent 094c5d98bc
commit ed91d93d63
1 changed files with 7 additions and 5 deletions

View File

@ -85,6 +85,8 @@ hi CRValueBright ctermfg=252 guifg=#d0d0d0
hi CRValue ctermfg=248 guifg=#a8a8a8
hi CRValueDark ctermfg=243 guifg=#767676
hi CRValueBold ctermfg=248 guifg=#a8a8a8 cterm=bold gui=BOLD
hi CRSpecialBright ctermfg=255 guifg=#ff0000
hi CRSpecial ctermfg=251 guifg=#aa0000
hi CRSpecialDark ctermfg=53 guifg=#880000
@ -159,11 +161,11 @@ hi! def link ExtraWhitespace CRWarning
hi! def link Comment CRComment
hi! def link Constant CRValueBright
hi! def link String CRValue
hi! def link Character CRValue
hi! def link Number CRValue
hi! def link Boolean CRValue
hi! def link Float CRValue
hi! def link String CRValueBold
hi! def link Character CRValueBold
hi! def link Number CRValueBold
hi! def link Boolean CRValueBold
hi! def link Float CRValueBold
hi! def link Special CRSpecial
hi! def link Identifier CRIdentifier