|
30 | 30 | "markdown", |
31 | 31 | "python", |
32 | 32 | "autohotkey", |
33 | | - "java", |
34 | | - "light", |
35 | | - "light code", |
36 | | - "lightcode", |
37 | | - "light theme", |
38 | | - "lightest", |
39 | | - "deep light", |
40 | | - "deep white" |
| 33 | + "java" |
41 | 34 | ], |
42 | 35 | "repository": { |
43 | 36 | "type": "git", |
|
46 | 39 | "contributes": { |
47 | 40 | "themes": [ |
48 | 41 | { |
49 | | - "label": "π DarkCode", |
| 42 | + "label": "π DarkCode", |
50 | 43 | "uiTheme": "vs-dark", |
51 | 44 | "path": "./themes/darkcode.json" |
52 | 45 | }, |
53 | 46 | { |
54 | | - "label": "π DarkCode+", |
| 47 | + "label": "π DarkCode+", |
55 | 48 | "uiTheme": "vs-dark", |
56 | 49 | "path": "./themes/darkcode-plus.json" |
57 | 50 | }, |
58 | 51 | { |
59 | | - "label": "π DarkCode++", |
| 52 | + "label": "π DarkCode++", |
60 | 53 | "uiTheme": "vs-dark", |
61 | 54 | "path": "./themes/darkcode-plus-plus.json" |
62 | 55 | }, |
63 | 56 | { |
64 | | - "label": "π DarkCode Contrast", |
| 57 | + "label": "π DarkCode Contrast", |
65 | 58 | "uiTheme": "vs-dark", |
66 | 59 | "path": "./themes/darkcode-contrast.json" |
67 | 60 | }, |
68 | 61 | { |
69 | | - "label": "π DarkCode Contrast+", |
| 62 | + "label": "π DarkCode Contrast+", |
70 | 63 | "uiTheme": "vs-dark", |
71 | 64 | "path": "./themes/darkcode-contrast-plus.json" |
72 | 65 | }, |
73 | 66 | { |
74 | | - "label": "π DarkCode Contrast++", |
| 67 | + "label": "π DarkCode Contrast++", |
75 | 68 | "uiTheme": "vs-dark", |
76 | 69 | "path": "./themes/darkcode-contrast-plus-plus.json" |
77 | | - }, |
78 | | - { |
79 | | - "label": "π LightCode", |
80 | | - "uiTheme": "vs", |
81 | | - "path": "./themes/lightcode.json" |
82 | | - }, |
83 | | - { |
84 | | - "label": "π LightCode+", |
85 | | - "uiTheme": "vs", |
86 | | - "path": "./themes/lightcode-plus.json" |
87 | | - }, |
88 | | - { |
89 | | - "label": "π LightCode++", |
90 | | - "uiTheme": "vs", |
91 | | - "path": "./themes/lightcode-plus-plus.json" |
92 | | - }, |
93 | | - { |
94 | | - "label": "βοΈ LightCode Contrast", |
95 | | - "uiTheme": "vs", |
96 | | - "path": "./themes/lightcode-contrast.json" |
97 | | - }, |
98 | | - { |
99 | | - "label": "π LightCode Contrast+", |
100 | | - "uiTheme": "vs", |
101 | | - "path": "./themes/lightcode-contrast-plus.json" |
102 | | - }, |
103 | | - { |
104 | | - "label": "π LightCode Contrast++", |
105 | | - "uiTheme": "vs", |
106 | | - "path": "./themes/lightcode-contrast-plus-plus.json" |
107 | 70 | } |
108 | 71 | ] |
109 | 72 | } |
|
0 commit comments