From ed91d93d63ad238f18bddb190ab19c519d4aa0f9 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sun, 1 Apr 2018 12:12:42 +0100 Subject: [PATCH] bold values --- vim/colors/customred256.vim | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/vim/colors/customred256.vim b/vim/colors/customred256.vim index 444e109..6f18f98 100644 --- a/vim/colors/customred256.vim +++ b/vim/colors/customred256.vim @@ -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