diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 21:47:33 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 21:47:33 +0200 |
commit | 1b6c925e01dbee7158c26b977908b978941bfb9d (patch) | |
tree | f4cb5abda79645797176bb0f96e3e7306625057b /lua/no-clown-fiesta/Treesitter.lua | |
parent | 74e9a8622e8eea1217a84801ea2fdaf531ab446f (diff) |
Set ts string to medium gray blue
Diffstat (limited to 'lua/no-clown-fiesta/Treesitter.lua')
-rw-r--r-- | lua/no-clown-fiesta/Treesitter.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua index 6d4a040..54c2f61 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -38,9 +38,9 @@ local Treesitter = { TSTagDelimiter = { fg = C.white }, TSPunctBracket = { fg = C.white }, TSPunctSpecial = { fg = C.medium_gray }, - TSString = { fg = C.medium_gray }, - TSStringRegex = { fg = C.medium_gray }, - TSStringEscape = { fg = C.medium_gray }, + TSString = { fg = C.medium_gray_blue }, + TSStringRegex = { fg = C.medium_gray_blue }, + TSStringEscape = { fg = C.medium_gray_blue }, TSTag = { fg = C.pale_purple }, TSEmphasis = { style = "italic" }, TSUnderline = { style = "underline" }, |