-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 733 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 733 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": "thore-blue",
"displayName": "Thore Blue",
"description": "Thore blue is a theme I created for fun to style VSC exactly how I want it to look.",
"version": "1.0.0",
"publisher": "MarcWebDev",
"engines": {
"vscode": "^1.77.0"
},
"icon": "icons/Thore-Blue.png",
"author": {
"name": "Marc Hoffmann",
"email": "jackob.dev@gmail.com",
"url": "https://github.com/MarcWebDev"
},
"categories": [
"Themes"
],
"repository": {
"url": "https://github.com/MarcWebDev/thore-blue.git",
"type": "git"
},
"contributes": {
"themes": [
{
"label": "Thore Blue",
"uiTheme": "vs-dark",
"path": "./themes/thore-blue-color-theme.json"
}
]
}
}