From 724f055d8e9c4bb1f9e1a393e646f69d1db7ed7b Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 21 Mar 2022 20:28:33 +0100 Subject: feat(treesitter): kw fun cyan --- lua/no-clown-fiesta/Treesitter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/no-clown-fiesta/Treesitter.lua') diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua index 7f13a6d..e530350 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -8,8 +8,8 @@ local Treesitter = { TSConditional = { fg = C.red }, TSException = { fg = C.red }, TSInclude = { fg = C.gray_blue }, - TSKeyword = { fg = C.gray }, - TSKeywordFunction = { fg = C.light_gray }, + TSKeyword = { fg = C.medium_gray }, + TSKeywordFunction = { fg = C.cyan }, TSLabel = { fg = C.white }, TSNamespace = { fg = C.white }, TSRepeat = { fg = C.red }, -- cgit v1.2.3-70-g09d2