summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:02:33 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:02:33 +0200
commitedbb871418a0ccbc06e8a01098f561c2197570d5 (patch)
tree42231e1df55a19c192d50ed17166b84294318820
parentc41d37a313bdbec7b3c14c486cb047854c121522 (diff)
Revert "Revert "Change type to gray blue""
This reverts commit 268740e9ef08260be00b7262a1e6f32d508c9e61.
-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 4fe5d24..9427501 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -3,7 +3,7 @@ local Treesitter = {
TSAnnotation = { fg = C.white },
TSAttribute = { fg = C.white },
TSConstructor = { fg = C.white },
- TSType = { fg = C.white },
+ TSType = { fg = C.gray_blue },
TSTypeBuiltin = { fg = C.white },
TSConditional = { fg = C.gray_blue },
TSException = { fg = C.red },