summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:01:11 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:01:11 +0200
commit268740e9ef08260be00b7262a1e6f32d508c9e61 (patch)
tree880cfc294f77ccafadd586bdfe900bc56b697e6e
parent533386d70142514193e8a9e148eff746569f601f (diff)
Revert "Change type to gray blue"
This reverts commit 978c1946320041d49ccede933299ebcfdb47dda8.
-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 9427501..4fe5d24 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.gray_blue },
+ TSType = { fg = C.white },
TSTypeBuiltin = { fg = C.white },
TSConditional = { fg = C.gray_blue },
TSException = { fg = C.red },