From 8ec81effc231f783dc558dfa78cfd9c2cd922282 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 21 May 2025 00:24:03 +0200 Subject: [PATCH] feat(onedark): update treesitter-context highlighting --- lua/ow/plugins/onedark.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/ow/plugins/onedark.lua b/lua/ow/plugins/onedark.lua index 6c55982..67b6acf 100644 --- a/lua/ow/plugins/onedark.lua +++ b/lua/ow/plugins/onedark.lua @@ -19,6 +19,9 @@ return { TelescopePreviewBorder = { fg = c.grey }, TreesitterContextBottom = { fmt = "underline", sp = c.bg3 }, TreesitterContextLineNumberBottom = { fmt = "underline", sp = c.bg3 }, + fmt = "underline", + sp = c.bg3, + }, DiffAdd = { bg = "#1e3a2a" }, DiffChange = { bg = "#15304a" }, DiffDelete = { bg = "#3d2224" },