summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta
diff options
context:
space:
mode:
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r--lua/no-clown-fiesta/Treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua
index 99de273..0215f51 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -5,7 +5,7 @@ local Treesitter = {
TSConstructor = { fg = C.white },
TSType = { fg = C.white },
TSTypeBuiltin = { fg = C.white },
- TSConditional = { fg = C.red },
+ TSConditional = { fg = C.gray_blue },
TSException = { fg = C.red },
TSInclude = { fg = C.gray_blue },
TSKeyword = { fg = C.blue },