File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lua/one_monokai/highlights Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments