Skip to content

Commit

Permalink
Create Outrun Night and Outrun Electric themes (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Rapaport committed Aug 26, 2018
1 parent bd7c933 commit 717504c
Show file tree
Hide file tree
Showing 5 changed files with 1,886 additions and 132 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@
"contributes": {
"themes": [
{
"label": "Outrun",
"label": "Outrun Night",
"uiTheme": "vs-dark",
"path": "./themes/Outrun-color-theme.json"
"path": "./themes/outrun-night-color-theme.json"
},
{
"label": "Outrun Electric",
"uiTheme": "vs-dark",
"path": "./themes/outrun-electric-color-theme.json"
}
]
}
Expand Down
Loading

0 comments on commit 717504c

Please sign in to comment.