summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-21 19:55:55 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-21 19:55:55 +0100
commitf14981eae6a55b77b28349efff98ede4d30f3b14 (patch)
tree86088eebac10adca95b06f87e8b7bdc4fc7ec8cd
parent8656404da199ff81c01e8acb9b957c248017f407 (diff)
feat(treesitter): set comments to light gray
-rw-r--r--lua/no-clown-fiesta/Treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua
index 1c799cd..91cbbba 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -38,7 +38,7 @@ local Treesitter = {
TSTagDelimiter = { fg = C.white },
TSPunctBracket = { fg = C.white },
TSPunctSpecial = { fg = C.medium_gray },
- TSString = { fg = C.blue },
+ TSString = { fg = C.light_gray },
TSStringRegex = { fg = C.medium_gray },
TSStringEscape = { fg = C.medium_gray },
TSTag = { fg = C.pale_purple },