summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-20 18:25:39 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-20 18:25:39 +0100
commitcaacdede883e2341e4a6966461e6b343bba31824 (patch)
tree620209eb8c55058b1e57d7315318407cfce6856f /lua/no-clown-fiesta
parent4887cf0685d5d6d485c4757460573eca376ac2a8 (diff)
Update function to cyan
Diffstat (limited to 'lua/no-clown-fiesta')
-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 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 },