summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:05:30 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:05:30 +0200
commit7b953dfec5bebd25efacd1f6b036a1923e0bca2e (patch)
treedeb0ad93cf91316030bb0ceede1229fc42c081d8
parentedbb871418a0ccbc06e8a01098f561c2197570d5 (diff)
Revert "Revert "Revert "Change type to gray blue"""
This reverts commit edbb871418a0ccbc06e8a01098f561c2197570d5.
-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 },