Skip to content

Commit

Permalink
GHI-#8 Reduced the background color transparency of the diff editor
Browse files Browse the repository at this point in the history
Changed from 75% to 30% to increase the readability.
  • Loading branch information
arcticicestudio committed May 6, 2017
1 parent 4ba92dc commit a515101
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/nord.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"button.background": "#434c5e",
"button.foreground": "#d8dee9",
"button.hoverBackground": "#4c566a",
"diffEditor.insertedTextBackground": "#a3be8cc0",
"diffEditor.insertedTextBorder": "#a3be8cc0",
"diffEditor.removedTextBackground": "#bf616ac0",
"diffEditor.removedTextBorder": "#bf616ac0",
"diffEditor.insertedTextBackground": "#a3be8c4d",
"diffEditor.insertedTextBorder": "#a3be8c4d",
"diffEditor.removedTextBackground": "#bf616a4d",
"diffEditor.removedTextBorder": "#bf616a4d",
"dropdown.background": "#3b4252",
"dropdown.border": "#3b4252",
"dropdown.foreground": "#d8dee9",
Expand Down

0 comments on commit a515101

Please sign in to comment.