Skip to content

Commit

Permalink
Merge pull request #28 from this-fifo/master
Browse files Browse the repository at this point in the history
Make diff editor colors more opaque
  • Loading branch information
simurai authored May 13, 2020
2 parents f9a4b1e + 9ab9b4b commit d9b6f20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ function getTheme({ style, name }) {
"editorGutter.addedBackground": pick({ light: primer.green[5], dark: primer.green[4] }),
"editorGutter.deletedBackground": primer.red[5],

"diffEditor.insertedTextBackground": pick({ light: "#34d05822", dark: "#28a74511" }),
"diffEditor.removedTextBackground": pick({ light: "#d73a4922", dark: "#d73a4918" }),
"diffEditor.insertedTextBackground": pick({ light: "#34d05822", dark: "#28a74530" }),
"diffEditor.removedTextBackground": pick({ light: "#d73a4922", dark: "#d73a4930" }),

"scrollbar.shadow": pick({ light: "#6a737d33", dark: "#0008" }),
"scrollbarSlider.background": pick({ light: "#959da533", dark: "#6a737d33" }),
Expand Down
4 changes: 2 additions & 2 deletions themes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"editorGutter.modifiedBackground": "#2188ff",
"editorGutter.addedBackground": "#28a745",
"editorGutter.deletedBackground": "#ea4a5a",
"diffEditor.insertedTextBackground": "#28a74511",
"diffEditor.removedTextBackground": "#d73a4918",
"diffEditor.insertedTextBackground": "#28a74530",
"diffEditor.removedTextBackground": "#d73a4930",
"scrollbar.shadow": "#0008",
"scrollbarSlider.background": "#6a737d33",
"scrollbarSlider.hoverBackground": "#6a737d44",
Expand Down

0 comments on commit d9b6f20

Please sign in to comment.