mirror of
https://github.com/paulo-granthon/hyper.nvim
synced 2025-05-16 23:19:30 +00:00
chore: update color for fugitive
* Section
groups
This commit is contained in:
parent
7cd4025f79
commit
8cb0b03e5b
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user