refactor(git): rework module around clearer Status and Repo split
This commit is contained in:
+1
-3
@@ -53,9 +53,7 @@ local highlights = {
|
||||
DiffAdd = { bg = "#1a2f22" },
|
||||
DiffChange = { bg = "#15304a" },
|
||||
DiffDelete = { bg = "#311c1e" },
|
||||
-- GitDeleted = { fg = c.red },
|
||||
-- GitUnstaged = { fg = c.yellow },
|
||||
-- GitUntracked = { fg = c.green },
|
||||
Changed = { fg = c.yellow },
|
||||
}
|
||||
for kind, color in pairs(completion_kind_colors) do
|
||||
highlights["LspKind" .. kind] = { fg = color }
|
||||
|
||||
Reference in New Issue
Block a user