summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 00:50:01 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 00:50:01 +0200
commit978c1946320041d49ccede933299ebcfdb47dda8 (patch)
tree9126e8f97e206ee6f25739d6943a797cab42bb50
parent796e76a6c1b1b458b7c670ee315a510d6991556d (diff)
Change type to gray blue
-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 },