Skip to content

Commit d3ea653

Browse files
author
Ives van Hoorne
committed
Move high contrast to the bottom
1 parent 627c19c commit d3ea653

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

packages/common/themes/index.js

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,23 @@ export default [
2525
url:
2626
'https://cdn.rawgit.com/akamud/vscode-theme-onedark/11ef4839/themes/OneDark.json',
2727
},
28-
{
29-
name: 'High Contrast',
30-
id: 'highContrast',
31-
get: () => import('./high-contrast'),
32-
},
3328
{
3429
name: 'Cobalt 2',
3530
id: 'cobalt2',
3631
url:
3732
'https://cdn.rawgit.com/wesbos/cobalt2-vscode/master/theme/cobalt2.json',
3833
},
34+
{
35+
name: 'Shades of Purple',
36+
id: 'shadesOfPurple',
37+
url:
38+
'https://cdn.rawgit.com/ahmadawais/shades-of-purple-vscode/983101b2e9f57638fbc1bd5c551f5c84e561756e/themes/shades-of-purple-color-theme.json',
39+
},
40+
{
41+
name: 'High Contrast',
42+
id: 'highContrast',
43+
get: () => import('./high-contrast'),
44+
},
3945
{
4046
name: 'VSCode Light',
4147
id: 'vscodeLight',

0 commit comments

Comments
 (0)