diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 18:11:03 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 18:11:03 +0200 |
commit | 5ff1d3cdac2aa94e2090a3a3cb10997a9f6f4986 (patch) | |
tree | aeb2a1352f7547981392e2df50f20a4be8c750f9 /lua/no-clown-fiesta | |
parent | dac30d5da54dac2365d1ae1e95f258558abe1904 (diff) |
Set kw fun to gray blue
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 4fe5d24..722819a 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.red }, TSKeyword = { fg = C.gray_blue, style = Config.italic_keywords }, - TSKeywordFunction = { fg = C.purple, style = Config.italic_keywords }, + TSKeywordFunction = { fg = C.gray_blue, style = Config.italic_keywords }, TSLabel = { fg = C.white }, TSNamespace = { fg = C.white }, TSRepeat = { fg = C.gray_blue }, |