Skip to content

Commit

Permalink
Adds palenight theme (codesandbox#1252)
Browse files Browse the repository at this point in the history
Check out the theme here: https://bit.ly/palenight-theme
  • Loading branch information
whizkydee authored and SaraVieira committed Nov 23, 2018
1 parent 8118e0b commit 856ed30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/common/themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ export default [
url:
'https://cdn.rawgit.com/wesbos/cobalt2-vscode/master/theme/cobalt2.json',
},
{
name: 'Palenight',
id: 'palenight',
url:
'https://cdn.rawgit.com/whizkydee/vscode-material-palenight-theme/master/themes/palenight.json',
},
{
name: 'Palenight Italic',
id: 'palenightItalic',
url:
'https://cdn.rawgit.com/whizkydee/vscode-material-palenight-theme/master/themes/palenight-italic.json',
},
{
name: 'Shades of Purple',
id: 'shadesOfPurple',
Expand Down

0 comments on commit 856ed30

Please sign in to comment.