summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/Treesitter.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-21 21:22:16 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-21 21:22:16 +0200
commitfca99d96f4e9ad068deb86a25831f92eb6a3edb6 (patch)
treeac81b98f2c54816913542f81057439b2ae8be83a /lua/no-clown-fiesta/Treesitter.lua
parentd606be8904a93365435e294a55d1db048891d505 (diff)
Update colors
Diffstat (limited to 'lua/no-clown-fiesta/Treesitter.lua')
-rw-r--r--lua/no-clown-fiesta/Treesitter.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua
index 722819a..4b910d9 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -15,9 +15,9 @@ local Treesitter = {
TSRepeat = { fg = C.gray_blue },
TSConstant = { fg = C.white },
TSConstBuiltin = { fg = C.white },
- TSFloat = { fg = C.blue },
- TSNumber = { fg = C.blue },
- TSBoolean = { fg = C.blue },
+ TSFloat = { fg = C.red },
+ TSNumber = { fg = C.red },
+ TSBoolean = { fg = C.red },
TSCharacter = { fg = C.light_green },
TSError = { fg = C.error_red },
TSFunction = { fg = C.cyan, style = Config.italic_functions },