summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-21 22:55:23 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-21 22:55:23 +0200
commit58e7ecde06c6a4cc7d3fd348c7479848f5f420ae (patch)
tree032284cb881c4931c020271292ed7ce4230f8170
parent11f12d0323c4a2d4cd8d4c28849a9ed199d90dbc (diff)
Set constants to red
-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 0747063..f34d390 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.gray_blue },
- TSConstant = { fg = C.white },
- TSConstBuiltin = { fg = C.white },
+ TSConstant = { fg = C.red },
+ TSConstBuiltin = { fg = C.red },
TSFloat = { fg = C.red },
TSNumber = { fg = C.red },
TSBoolean = { fg = C.red },