diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-23 23:50:40 +0100 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-23 23:50:40 +0100 | 
| commit | 5cb00c1486a53277545ccd23dfa5201881e6a7ec (patch) | |
| tree | 08a6e4483eeda22d116dba3a91e0619f8f2fae77 | |
| parent | e11cebf640651929f0020fbab79ee87ab9549077 (diff) | |
feat(palette): fun def purple
| -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 3be3ea1..bb79c38 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 }, -  TSKeywordFunction = { fg = C.gray_blue }, +  TSKeywordFunction = { fg = C.purple },    TSLabel = { fg = C.white },    TSNamespace = { fg = C.white },    TSRepeat = { fg = C.gray_blue },  |