From 69b4d24d4dbb6bb450248c979db9ccd2827eb16a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 26 Apr 2024 02:39:18 -0400 Subject: [PATCH] Set the treesitter highlight @keyword.import.scss to yellow and bold --- vim/colors/darkcloud.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index aeb321f..bc45311 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -406,7 +406,8 @@ endfun call s:C("@attribute.scss","","","") call s:C("@character.special.scss",g:cBlue,"","bold") call s:C("@function.scss","","","") - call s:C("@keyword.import.scss","","","") + call s:C("@keyword.import.scss",g:cYellow,"","bold") + call s:C("@keyword.modifier.scss","","","") call s:C("@keyword.operator.scss","","","") call s:C("@keyword.repeat.scss","","","") call s:C("@keyword.scss","","","")