feat(onedark): update treesitter-context highlighting

This commit is contained in:
2025-05-21 00:24:03 +02:00
parent 4db766ec25
commit 8ec81effc2
+3
View File
@@ -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" },