From 2c8c22fbf4baf04626e21c1722bc983fba3aa609 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 6 May 2025 09:19:29 +0200 Subject: [PATCH] fix(onedark): update context highlights --- lua/ow/plugins/onedark.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lua/ow/plugins/onedark.lua b/lua/ow/plugins/onedark.lua index ccec9a7..6c55982 100644 --- a/lua/ow/plugins/onedark.lua +++ b/lua/ow/plugins/onedark.lua @@ -17,11 +17,8 @@ return { TelescopePromptBorder = { fg = c.grey }, TelescopeResultsBorder = { fg = c.grey }, TelescopePreviewBorder = { fg = c.grey }, - TreesitterContext = { bg = c.bg1 }, - TreesitterContextLineNumber = { bg = c.bg1 }, - TreesitterContextSeparator = { bg = c.bg1 }, - TreesitterContextBottom = { fmt = "underline", sp=c.grey }, - TreesitterContextLineNumberBottom = { fmt = "underline", sp=c.grey }, + TreesitterContextBottom = { fmt = "underline", sp = c.bg3 }, + TreesitterContextLineNumberBottom = { fmt = "underline", sp = c.bg3 }, DiffAdd = { bg = "#1e3a2a" }, DiffChange = { bg = "#15304a" }, DiffDelete = { bg = "#3d2224" },