Skip to content

Commit 3e3a3cd

Browse files
authored
feat(highlight): update git-conflict colors (#116)
1 parent e310600 commit 3e3a3cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lua/one_monokai/highlights/groups.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,10 @@ local defaults = {
469469
BlinkCmpKindVariable = { fg = colors.cyan },
470470

471471
-- git-conflict
472-
GitConflictCurrent = { bg = colors.cyan:darken(0.4) },
473-
GitConflictIncoming = { bg = colors.green:darken(0.4) },
474-
GitConflictCurrentLabel = { fg = colors.white },
475-
GitConflictIncomingLabel = { fg = colors.white },
472+
GitConflictCurrent = { bg = colors.cyan:darken(0.3) },
473+
GitConflictIncoming = { bg = colors.aqua:darken(0.3) },
474+
GitConflictCurrentLabel = { fg = colors.fg, bg = colors.cyan:darken(0.6) },
475+
GitConflictIncomingLabel = { fg = colors.fg, bg = colors.aqua:darken(0.6) },
476476

477477
-- lazy
478478
LazyButton = { fg = colors.white, bg = colors.vulcan },

0 commit comments

Comments
 (0)