From 7e49b16157d3723647be8f17ec6d6c9ec6abdd92 Mon Sep 17 00:00:00 2001 From: andrzej Date: Sun, 13 Oct 2024 14:43:08 +0200 Subject: [PATCH] treesitter context bg color --- nvim/.config/nvim/lua/plugins/themes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/.config/nvim/lua/plugins/themes.lua b/nvim/.config/nvim/lua/plugins/themes.lua index 7fd32ea..ae6a67b 100644 --- a/nvim/.config/nvim/lua/plugins/themes.lua +++ b/nvim/.config/nvim/lua/plugins/themes.lua @@ -58,6 +58,7 @@ return { -- VertSplit = { fg = "muted", bg = "muted" }, Folded = { fg = "foam", bg = "highlight_med" }, CursorLine = { bg = "surface" }, + TreesitterContext = { bg = "highlight_low" }, }, before_highlight = function(group, highlight, palette)