-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 732 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 732 Bytes
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
{
"name": "day-shift-theme",
"displayName": "Day Shift Theme",
"description": "A clean desaturated vscode light theme.",
"icon": "assets/logo.png",
"version": "1.1.3",
"repository": {
"type": "git",
"url": "https://github.com/Jean-Tinland/vscode-theme-day-shift.git"
},
"publisher": "jean",
"engines": {
"vscode": "^1.40.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Day Shift",
"uiTheme": "vs",
"path": "./themes/color-theme.json"
}
]
},
"__metadata": {
"id": "0b04d9d7-afdf-46f0-982f-701b9b1ead62",
"publisherDisplayName": "jean_tinland",
"publisherId": "e36910f8-07ad-4e76-bbaa-361d00b58382"
}
}