Adjust the theme a bit more

This commit is contained in:
Kevin MacMartin 2023-05-30 15:45:54 -04:00
parent 9edcf4619b
commit 7a7e28ba86

View file

@ -107,7 +107,7 @@ endfun
call s:C("Boolean",g:cYellow,"","bold")
call s:C("Comment",g:cLightGrayFg,"","italic")
call s:C("Conditional",g:cYellow,"","")
call s:C("Constant",g:cYellow,"","bold")
call s:C("Constant",g:cBlue,"","bold")
call s:C("Delimiter",g:cWhite,"","")
call s:C("Directory",g:cBlue,"","")
call s:C("Function",g:cBlue,"","")
@ -254,10 +254,6 @@ endfun
"email
hi! link mailHeaderKey Identifier
"git
hi! link ExtraditeLogName Type
hi! link gitconfigAssignment Label
"signify
call s:C("SignifySignAdd",g:cYellow,"","bold")
call s:C("SignifySignChange",g:cYellow,"","bold")