We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3504c30 commit 3e1ef52Copy full SHA for 3e1ef52
packages/common/themes/index.js
@@ -31,6 +31,18 @@ export default [
31
url:
32
'https://cdn.rawgit.com/wesbos/cobalt2-vscode/master/theme/cobalt2.json',
33
},
34
+ {
35
+ name: 'Palenight',
36
+ id: 'palenight',
37
+ url:
38
+ 'https://cdn.rawgit.com/whizkydee/vscode-material-palenight-theme/master/themes/palenight.json',
39
+ },
40
41
+ name: 'Palenight Italic',
42
+ id: 'palenightItalic',
43
44
+ 'https://cdn.rawgit.com/whizkydee/vscode-material-palenight-theme/master/themes/palenight-italic.json',
45
46
{
47
name: 'Shades of Purple',
48
id: 'shadesOfPurple',
0 commit comments