Skip to content

Commit

Permalink
Fix invisible comments in git diff view
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Dec 19, 2018
1 parent fb9b02d commit a8ea869
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions themes/Andromeda-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@
"editorOverviewRuler.border": "#4F4355",
"editorError.foreground": "#FC644D",
"editorWarning.foreground": "#FF9F2E",
"editorGutter.modifiedBackground": "#3B79C7BB",
"editorGutter.addedBackground": "#45C758BB",
"editorGutter.modifiedBackground": "#5BC0EBBB",
"editorGutter.addedBackground": "#9BC53DBB",
"editorGutter.deletedBackground": "#FC644DBB",

"diffEditor.insertedTextBackground": "#A5F69C20",
"diffEditor.removedTextBackground": "#FC644D20",
"diffEditor.insertedTextBackground": "#29BF1220",
"diffEditor.removedTextBackground": "#F21B3F20",

"editorWidget.background": "#20232A",
"editorSuggestWidget.background": "#20232A",
Expand Down
10 changes: 5 additions & 5 deletions themes/Andromeda-italic-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@
"editorOverviewRuler.border": "#4F4355",
"editorError.foreground": "#FC644D",
"editorWarning.foreground": "#FF9F2E",
"editorGutter.modifiedBackground": "#3B79C7BB",
"editorGutter.addedBackground": "#45C758BB",
"editorGutter.modifiedBackground": "#5BC0EBBB",
"editorGutter.addedBackground": "#9BC53DBB",
"editorGutter.deletedBackground": "#FC644DBB",

"diffEditor.insertedTextBackground": "#A5F69C20",
"diffEditor.removedTextBackground": "#FC644D20",
"diffEditor.insertedTextBackground": "#29BF1220",
"diffEditor.removedTextBackground": "#F21B3F20",

"editorWidget.background": "#20232A",
"editorSuggestWidget.background": "#20232A",
Expand Down

0 comments on commit a8ea869

Please sign in to comment.