From 413f7d7b62d7ea5d658554434b236775126ab418 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 15 Nov 2022 17:16:12 +0100 Subject: [PATCH] feat: added support for hlargs and treesitter-context --- lua/tokyonight/theme.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index fecd21d..aac3bac 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -680,6 +680,10 @@ function M.setup() NoiceCompletionItemKindEnumMember = { fg = c.green1, bg = c.none }, NoiceCompletionItemKindOperator = { fg = c.green1, bg = c.none }, NoiceCompletionItemKindSnippet = { fg = c.dark5, bg = c.none }, + + TreesitterContext = { bg = util.darken(c.fg_gutter, 0.8) }, + Hlargs = { fg = c.yellow }, + -- TreesitterContext = { bg = util.darken(c.bg_visual, 0.4) }, } if not vim.diagnostic then