feat(git): add custom status sidebar and diff viewer
This commit is contained in:
+3
-3
@@ -50,9 +50,9 @@ local highlights = {
|
||||
DiffAdd = { bg = "#1a2f22" },
|
||||
DiffChange = { bg = "#15304a" },
|
||||
DiffDelete = { bg = "#311c1e" },
|
||||
GitDeleted = { fg = c.red },
|
||||
GitDirty = { fg = c.yellow },
|
||||
GitNew = { fg = c.green },
|
||||
-- GitDeleted = { fg = c.red },
|
||||
-- GitUnstaged = { fg = c.yellow },
|
||||
-- GitUntracked = { fg = c.green },
|
||||
}
|
||||
for kind, color in pairs(completion_kind_colors) do
|
||||
highlights["LspKind" .. kind] = { fg = color }
|
||||
|
||||
Reference in New Issue
Block a user