Skip to content

Commit

Permalink
improve merge conflict decorations
Browse files Browse the repository at this point in the history
  • Loading branch information
eenaree committed Oct 28, 2023
1 parent 26f04d2 commit 0c8ba13
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/new_darcula.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@
"merge.currentContentBackground": "#294436",
"merge.incomingHeaderBackground": "#43698d",
"merge.incomingContentBackground": "#385570",
"editorOverviewRuler.currentContentForeground": "#447152",
"editorOverviewRuler.incomingContentForeground": "#43698d",
"mergeEditor.change.background": "#352d2b",
"mergeEditor.change.word.background": "#45302b",

"textLink.foreground": "#589DF6",
"textLink.activeForeground": "#57C7FE",
Expand Down
4 changes: 4 additions & 0 deletions themes/new_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@
"merge.currentContentBackground": "#294436",
"merge.incomingHeaderBackground": "#43698d",
"merge.incomingContentBackground": "#385570",
"editorOverviewRuler.currentContentForeground": "#437151",
"editorOverviewRuler.incomingContentForeground": "#43698d",
"mergeEditor.change.background": "#2e2626",
"mergeEditor.change.word.background": "#45302b",

"textLink.foreground": "#6a9bfa",
"textLink.activeForeground": "#538af6",
Expand Down
4 changes: 4 additions & 0 deletions themes/new_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@
"merge.currentContentBackground": "#bee6be",
"merge.incomingHeaderBackground": "#e6effa",
"merge.incomingContentBackground": "#c2d8f2",
"editorOverviewRuler.currentContentForeground": "#aadfa9",
"editorOverviewRuler.incomingContentForeground": "#b6d2f2",
"mergeEditor.change.background": "#ffeeeb",
"mergeEditor.change.word.background": "#ffd5cc",

"textLink.foreground": "#315fbd",
"textLink.activeForeground": "#3474f0",
Expand Down
4 changes: 4 additions & 0 deletions themes/new_light_with_darkHeader.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@
"merge.currentContentBackground": "#bee6be",
"merge.incomingHeaderBackground": "#e6effa",
"merge.incomingContentBackground": "#c2d8f2",
"editorOverviewRuler.currentContentForeground": "#aadfa9",
"editorOverviewRuler.incomingContentForeground": "#b6d2f2",
"mergeEditor.change.background": "#ffeeeb",
"mergeEditor.change.word.background": "#ffd5cc",

"textLink.foreground": "#315fbd",
"textLink.activeForeground": "#3474f0",
Expand Down

0 comments on commit 0c8ba13

Please sign in to comment.