feat(onedark): update treesitter-context highlighting
This commit is contained in:
@@ -19,6 +19,9 @@ return {
|
|||||||
TelescopePreviewBorder = { fg = c.grey },
|
TelescopePreviewBorder = { fg = c.grey },
|
||||||
TreesitterContextBottom = { fmt = "underline", sp = c.bg3 },
|
TreesitterContextBottom = { fmt = "underline", sp = c.bg3 },
|
||||||
TreesitterContextLineNumberBottom = { fmt = "underline", sp = c.bg3 },
|
TreesitterContextLineNumberBottom = { fmt = "underline", sp = c.bg3 },
|
||||||
|
fmt = "underline",
|
||||||
|
sp = c.bg3,
|
||||||
|
},
|
||||||
DiffAdd = { bg = "#1e3a2a" },
|
DiffAdd = { bg = "#1e3a2a" },
|
||||||
DiffChange = { bg = "#15304a" },
|
DiffChange = { bg = "#15304a" },
|
||||||
DiffDelete = { bg = "#3d2224" },
|
DiffDelete = { bg = "#3d2224" },
|
||||||
|
|||||||
Reference in New Issue
Block a user