Skip to content

Commit

Permalink
fix(theme): adjust dark theme to new settings in vscode 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Lieben committed Feb 2, 2017
1 parent cb22532 commit 691610f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/dark_vs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "Dark Visual Studio",
"settings": [
{
"settings": {
"foreground": "#D4D4D4",
"background": "#1E1E1E"
}
},
{
"scope": "emphasis",
"settings": {
Expand Down

0 comments on commit 691610f

Please sign in to comment.