fix(onedark): change treesitter-context highlights

This commit is contained in:
2025-05-03 00:25:13 +02:00
parent 9e77ca4cea
commit 7e3b0744ef
+5
View File
@@ -16,6 +16,11 @@ 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 },
}
require("onedark").set_options("highlights", highlights)