summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-21 20:14:34 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-21 20:14:34 +0100
commitda31cfe7be2a479e112909df30bb17091ab97501 (patch)
tree53eb68fa37a508d0d4cf96cceb92836dd3857281
parent0e1e9a71190e8bf0bbaab39d0270501f76ef7c06 (diff)
feat(treesitter): update kw fun to light gray
-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 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 },