-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1 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
{
"name": "stealth-mode-theme",
"displayName": "Stealth Mode Theme",
"description": "Beware of sly spies! Keep your code safe by turning on this stealth mode theme. KYCS (Keep Your Code Safe!)",
"publisher": "OsmanWarsi",
"author": {
"name": "Osman Warsi"
},
"version": "0.0.1",
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#545761",
"theme": "dark"
},
"icon": "images/logo.png",
"keywords": [
"Osman Warsi",
"Stealth Mode",
"Spy",
"Stealth",
"Darker",
"Black",
"Secret"
],
"repository": {
"type": "git",
"url": "https://github.com/osmanvee/Stealth-Mode-VSCode"
},
"contributes": {
"themes": [
{
"label": "Stealth Mode",
"uiTheme": "vs-dark",
"path": "./themes/Stealth Mode-color-theme.json"
}
]
}
}