fix(onedark): update diff colors

This commit is contained in:
2025-05-03 01:17:17 +02:00
parent a229e43e5b
commit dec5e0afb0
+3
View File
@@ -21,6 +21,9 @@ return {
TreesitterContextSeparator = { bg = c.bg1 }, TreesitterContextSeparator = { bg = c.bg1 },
TreesitterContextBottom = { fmt = "underline", sp=c.grey }, TreesitterContextBottom = { fmt = "underline", sp=c.grey },
TreesitterContextLineNumberBottom = { fmt = "underline", sp=c.grey }, TreesitterContextLineNumberBottom = { fmt = "underline", sp=c.grey },
DiffAdd = { bg = "#1e3a2a" },
DiffChange = { bg = "#15304a" },
DiffDelete = { bg = "#3d2224" },
} }
require("onedark").set_options("highlights", highlights) require("onedark").set_options("highlights", highlights)