mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Use Gray #2 for the base sass color in classic syntax
This commit is contained in:
parent
e901fece0d
commit
bf53765176
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ endfun
|
|||
|
||||
"css/sass
|
||||
call s:C("cssBraces",g:cBlue,"","")
|
||||
call s:C("sassDefinition",g:cWhite,"","bold")
|
||||
call s:C("sassDefinition",g:cGray2,"","bold")
|
||||
call s:C("sassAmpersand",g:cBlue,"","bold")
|
||||
call s:C("sassClassChar",g:cYellow,"","bold")
|
||||
|
||||
|
|
Loading…
Reference in a new issue