-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 KB
/
package.json
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
54
{
"name": "color-fatigue",
"displayName": "Color Fatigue Dark",
"description": "The Color Fatigue Dark theme is designed for developers who appreciate a calm, understanded aesthetic.",
"license": "MIT",
"version": "0.1.0",
"engines": {
"vscode": "^1.87.0"
},
"categories": [
"Themes"
],
"publisher": "noidilin",
"author": {
"name": "Xiang-Di, Lin",
"email": "[email protected]"
},
"icon": "img/color-fatigue-logo-256.png",
"repository": {
"type": "git",
"url": "https://github.com/noidilin/vscode-theme-color-fatigue.git"
},
"bugs": {
"url": "https://github.com/noidilin/vscode-theme-color-fatigue/issues"
},
"keywords": [
"vscode",
"theme",
"dark",
"grayscale",
"monochrome",
"minimalism"
],
"contributes": {
"themes": [
{
"label": "Color Fatigue Dark",
"uiTheme": "vs-dark",
"path": "./themes/color-fatigue-dark.json"
}
]
},
"__metadata": {
"id": "bd206986-e353-4ede-aadf-c0867e8f4b7c",
"publisherId": "3e971d8e-7ea5-45d1-85d6-11f7f79243b5",
"publisherDisplayName": "noidilin",
"targetPlatform": "undefined",
"updated": false,
"isPreReleaseVersion": false,
"hasPreReleaseVersion": false,
"installedTimestamp": 1716961092033,
"pinned": false
}
}