-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.3 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "iCode-Theme",
"displayName": "iCode Gaze Theme",
"description": "Turns your monitor into a retina day-spa. iCode Gaze Theme lets you blaze through 30 000 lines without blinking—auto-adapting to Windows, macOS, sRGB, P3, HDR, and midnight coding marathons.",
"version": "2025.6.16",
"publisher": "meterwhite",
"engines": {
"vscode": "^1.25.0"
},
"keywords": [
"color-theme",
"green-theme",
"eye-comfortable-theme",
"light-theme",
"iCode-theme",
"XCode-theme",
"fruit-theme",
"reduce-eye-strain-theme"
],
"preview": false,
"homepage": "https://github.com/Meterwhite/iCode-Theme",
"repository": {
"type": "git",
"url": "https://github.com/Meterwhite/iCode-Theme.git"
},
"icon": "assets/icon.png",
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#DDE9DB",
"theme": "light"
},
"scripts": {
"install vsce": "npm install vsce -g --save vsce",
"build": "vsce package",
"publish": "vsce publish"
},
"contributes": {
"themes": [
{
"label": "iCode Gaze Theme",
"uiTheme": "vs",
"path": "./themes/iCode-color-theme.json"
},
{
"label": "iCode Gaze Theme - D",
"uiTheme": "vs",
"path": "./themes/iCode-d-color-theme.json"
}
]
}
}