diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-20 18:25:39 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-20 18:25:39 +0100 |
commit | caacdede883e2341e4a6966461e6b343bba31824 (patch) | |
tree | 620209eb8c55058b1e57d7315318407cfce6856f /lua | |
parent | 4887cf0685d5d6d485c4757460573eca376ac2a8 (diff) |
Update function to cyan
Diffstat (limited to 'lua')
-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 71eb889..2d424b3 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -20,7 +20,7 @@ local Treesitter = { TSBoolean = { fg = C.blue }, TSCharacter = { fg = C.light_green }, TSError = { fg = C.error_red }, - TSFunction = { fg = C.white }, + TSFunction = { fg = C.cyan }, TSFuncBuiltin = { fg = C.white }, TSMethod = { fg = C.white }, TSConstMacro = { fg = C.white }, |