Skip to content

Commit

Permalink
Merge pull request #188668 from microsoft/fix-diff-colors
Browse files Browse the repository at this point in the history
themes: Fall back to Light/Dark+ themes for diff colors
  • Loading branch information
hbons authored Jul 24, 2023
2 parents 7b0a86b + 741de09 commit a079961
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions extensions/theme-defaults/themes/dark_modern.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
"checkbox.border": "#ffffff1f",
"debugToolBar.background": "#181818",
"descriptionForeground": "#8b949e",
"diffEditor.insertedLineBackground": "#23863633",
"diffEditor.insertedTextBackground": "#2386364d",
"diffEditor.removedLineBackground": "#da363333",
"diffEditor.removedTextBackground": "#da36334d",
"dropdown.background": "#313131",
"dropdown.border": "#ffffff1f",
"dropdown.foreground": "#cccccc",
Expand Down
4 changes: 0 additions & 4 deletions extensions/theme-defaults/themes/light_modern.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"checkbox.background": "#f8f8f8",
"checkbox.border": "#CECECE",
"descriptionForeground": "#3b3b3b",
"diffEditor.insertedLineBackground": "#23863633",
"diffEditor.insertedTextBackground": "#2386364d",
"diffEditor.removedLineBackground": "#da363333",
"diffEditor.removedTextBackground": "#da36334d",
"dropdown.background": "#ffffff",
"dropdown.border": "#CECECE",
"dropdown.foreground": "#3b3b3b",
Expand Down

0 comments on commit a079961

Please sign in to comment.