mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Adjust the theme a bit more
This commit is contained in:
parent
9edcf4619b
commit
7a7e28ba86
1 changed files with 1 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue