diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 00:58:07 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 00:58:07 +0200 |
commit | 533386d70142514193e8a9e148eff746569f601f (patch) | |
tree | 9126e8f97e206ee6f25739d6943a797cab42bb50 /lua/no-clown-fiesta | |
parent | 8670c80781546352960b4f216e613007617bcd01 (diff) |
Revert "Set bulit in to blue"
This reverts commit 8670c80781546352960b4f216e613007617bcd01.
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/Treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua index 27583d6..9427501 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -4,7 +4,7 @@ local Treesitter = { TSAttribute = { fg = C.white }, TSConstructor = { fg = C.white }, TSType = { fg = C.gray_blue }, - TSTypeBuiltin = { fg = C.blue }, + TSTypeBuiltin = { fg = C.white }, TSConditional = { fg = C.gray_blue }, TSException = { fg = C.red }, TSInclude = { fg = C.red }, |