File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments