From 3f7e7d15820867b1dd26a730000f6de18217b426 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 1 Jun 2023 16:54:07 -0400 Subject: [PATCH] Make escapes stand out a bit more in treesitter by making them yellow --- vim/colors/darkcloud.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index 5043dba..f7d81e4 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -302,7 +302,7 @@ endfun call s:C("@punctuation.special",g:cDarkText,"","bold") call s:C("@repeat",g:cBlue,"","") call s:C("@string",g:cWhite,"","bold") - call s:C("@string.escape",g:cDarkText,"","") + call s:C("@string.escape",g:cYellow,"","") call s:C("@string.regex","","","italic") call s:C("@symbol",g:cRed,"","") call s:C("@tag",g:cYellow,"","bold")