chore: update color for fugitive * Section groups

This commit is contained in:
Paulo Granthon 2024-01-09 00:35:16 -03:00
parent 7cd4025f79
commit 8cb0b03e5b

View File

@ -71,9 +71,9 @@ function M.get()
fugitiveUnstagedHeading = { fg = '#0066ff', bg = 'NONE', bold = true, italic = false },
fugitiveStagedHeading = { fg = '#cc00ff', bg = 'NONE', bold = true, italic = false },
fugitiveUntrackedSection = { fg = '#ffff00', bg = 'NONE', italic = true },
fugitiveUnstagedSection = { fg = '#ffff00', bg = 'NONE', italic = true },
fugitiveStagedSection = { fg = '#ffff00', bg = 'NONE', italic = true },
fugitiveUntrackedSection = { fg = '#ffffff', bg = 'NONE', italic = true },
fugitiveUnstagedSection = { fg = '#ffffff', bg = 'NONE', italic = true },
fugitiveStagedSection = { fg = '#ffffff', bg = 'NONE', italic = true },
fugitiveUntrackedModifier = { fg = '#ff0000', bg = 'NONE', bold = true, italic = true },
fugitiveUnstagedModifier = { fg = '#0066ff', bg = 'NONE', bold = true, italic = true },