nvim: colors: yolokai: Add highlighting for conflict-markers
This commit is contained in:
parent
8b8b7ec139
commit
cf88659f30
1 changed files with 7 additions and 0 deletions
|
@ -612,6 +612,13 @@ local highlight_groups = {
|
|||
WhichKeyGroup = 'Keyword' ,
|
||||
WhichKeyDesc = {bg=black, fg=orange, style=NONE },
|
||||
WhichKeyFloating = 'Pmenu' ,
|
||||
|
||||
--[[ 4.4.12 conflict-marker ]]
|
||||
ConflictMarkerBegin = {bg=black, fg=purple, style=NONE },
|
||||
ConflictMarkerEnd = {bg=black, fg=purple, style=NONE },
|
||||
ConflictMarkerOurs = {bg=black, fg=green, style=NONE },
|
||||
ConflictMarkerTheirs = {bg=black, fg=red, style=NONE },
|
||||
ConflictMarkerCommonAncestorsHunk = {bg=black, fg=orange, style=NONE },
|
||||
}
|
||||
|
||||
-- We do not care about terminals which do not support 256 colors
|
||||
|
|
Loading…
Reference in a new issue