diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-21 20:28:33 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-21 20:28:33 +0100 |
commit | 724f055d8e9c4bb1f9e1a393e646f69d1db7ed7b (patch) | |
tree | 80e8cdee27cd701d430a5610b64d1e85b17ff36d /lua | |
parent | da31cfe7be2a479e112909df30bb17091ab97501 (diff) |
feat(treesitter): kw fun cyan
Diffstat (limited to 'lua')
-rw-r--r-- | lua/no-clown-fiesta/Treesitter.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua index 7f13a6d..e530350 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -8,8 +8,8 @@ local Treesitter = { TSConditional = { fg = C.red }, TSException = { fg = C.red }, TSInclude = { fg = C.gray_blue }, - TSKeyword = { fg = C.gray }, - TSKeywordFunction = { fg = C.light_gray }, + TSKeyword = { fg = C.medium_gray }, + TSKeywordFunction = { fg = C.cyan }, TSLabel = { fg = C.white }, TSNamespace = { fg = C.white }, TSRepeat = { fg = C.red }, |