summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/Treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/no-clown-fiesta/Treesitter.lua')
-rw-r--r--lua/no-clown-fiesta/Treesitter.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua
index f34d390..f2b70e4 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -13,7 +13,7 @@ local Treesitter = {
TSLabel = { fg = C.white },
TSNamespace = { fg = C.white },
TSRepeat = { fg = C.gray_blue },
- TSConstant = { fg = C.red },
+ TSConstant = { fg = C.white },
TSConstBuiltin = { fg = C.red },
TSFloat = { fg = C.red },
TSNumber = { fg = C.red },
@@ -47,7 +47,7 @@ local Treesitter = {
TSTitle = { fg = C.medium_gray },
TSLiteral = { fg = C.medium_gray },
TSURI = { fg = C.cyan, style = "underline" },
- TSKeywordOperator = { fg = C.medium_gray },
+ TSKeywordOperator = { fg = C.gray_blue },
TSStructure = { fg = C.purple_test },
TSStrong = { fg = C.medium_gray },
TSQueryLinterError = { fg = C.warning_orange },