-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
35 lines (35 loc) · 881 Bytes
/
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
{
"name": "codercoder-dark-theme",
"displayName": "Coder Coder Dark",
"description": "The VS Code theme you've seen in all my YouTube videos!",
"version": "1.2.6",
"publisher": "CoderCoder",
"icon": "profile-square-150px.jpg",
"repository": {
"type": "git",
"url": "https://github.com/thecodercoder/codercoder-dark-theme"
},
"keywords": [
"theme",
"dark theme",
"coder coder",
"codercoder",
"thecodercoder",
"coder coder dark"
],
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Coder Coder Dark Theme",
"uiTheme": "vs-dark",
"path": "./themes/Coder Coder Dark Theme-color-theme.json"
}
]
}
}