mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add change copied
This commit is contained in:
parent
e43acd2e39
commit
0046bc7ead
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ local function set_highlights()
|
|||
-- https://github.com/NeogitOrg/neogit/blob/master/lua/neogit/lib/hl.lua#L109-L198
|
||||
NeogitChangeAdded = { fg = groups.git_add, bold = styles.bold, italic = styles.italic },
|
||||
NeogitChangeBothModified = { fg = groups.git_change, bold = styles.bold, italic = styles.italic },
|
||||
NeogitChangeCopied = { fg = palette.bg_cyan, bold = styles.bold, italic = styles.italic },
|
||||
NeogitChangeCopied = { fg = groups.git_untracked, bold = styles.bold, italic = styles.italic },
|
||||
NeogitChangeDeleted = { fg = groups.git_delete, bold = styles.bold, italic = styles.italic },
|
||||
NeogitChangeModified = { fg = groups.git_change, bold = styles.bold, italic = styles.italic },
|
||||
NeogitChangeNewFile = { fg = groups.git_stage, bold = styles.bold, italic = styles.italic },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue