summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/Treesitter.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-30 21:20:01 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-30 21:20:01 +0100
commita59a6812b0d245a8b2da516f8762c15836d83438 (patch)
tree9f95959e97c13fb7d94420c215d1c6545c26ef38 /lua/no-clown-fiesta/Treesitter.lua
parent487a45e3bd40a42a1f93e88f26da394c58784156 (diff)
fix: change constant to white
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 8c299c3..9c98521 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -13,8 +13,8 @@ local Treesitter = {
TSLabel = { fg = C.white },
TSNamespace = { fg = C.white },
TSRepeat = { fg = C.red },
- TSConstant = { fg = C.blue },
- TSConstBuiltin = { fg = C.blue },
+ TSConstant = { fg = C.white },
+ TSConstBuiltin = { fg = C.white },
TSFloat = { fg = C.blue },
TSNumber = { fg = C.blue },
TSBoolean = { fg = C.blue },