diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-30 21:20:01 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-30 21:20:01 +0100 |
commit | a59a6812b0d245a8b2da516f8762c15836d83438 (patch) | |
tree | 9f95959e97c13fb7d94420c215d1c6545c26ef38 /lua/no-clown-fiesta | |
parent | 487a45e3bd40a42a1f93e88f26da394c58784156 (diff) |
fix: change constant to white
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/Treesitter.lua | 4 |
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 }, |