summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-21 20:28:33 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-21 20:28:33 +0100
commit724f055d8e9c4bb1f9e1a393e646f69d1db7ed7b (patch)
tree80e8cdee27cd701d430a5610b64d1e85b17ff36d /lua/no-clown-fiesta
parentda31cfe7be2a479e112909df30bb17091ab97501 (diff)
feat(treesitter): kw fun cyan
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r--lua/no-clown-fiesta/Treesitter.lua4
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 },