diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-21 20:14:34 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-21 20:14:34 +0100 |
commit | da31cfe7be2a479e112909df30bb17091ab97501 (patch) | |
tree | 53eb68fa37a508d0d4cf96cceb92836dd3857281 | |
parent | 0e1e9a71190e8bf0bbaab39d0270501f76ef7c06 (diff) |
feat(treesitter): update kw fun to light gray
-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 a841ecb..7f13a6d 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -9,7 +9,7 @@ local Treesitter = { TSException = { fg = C.red }, TSInclude = { fg = C.gray_blue }, TSKeyword = { fg = C.gray }, - TSKeywordFunction = { fg = C.blue }, + TSKeywordFunction = { fg = C.light_gray }, TSLabel = { fg = C.white }, TSNamespace = { fg = C.white }, TSRepeat = { fg = C.red }, |