-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.02 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
44
45
{
"name": "clearview-dark",
"displayName": "ClearView Dark Theme",
"description": "A VS Code dark theme that combines elegant design and enhanced focus.",
"version": "1.2.1",
"icon": "assets/logo.png",
"publisher": "devbytemehedi",
"license": "MIT",
"homepage": "https://github.com/devbytemehedi/clearview-vscode-theme",
"repository": {
"type": "git",
"url": "https://github.com/devbytemehedi/clearview-vscode-theme"
},
"bugs": {
"url": "https://github.com/devbytemehedi/clearview-vscode-theme/issues",
"email": "devbytemehedi@gmail.com"
},
"engines": {
"vscode": "^1.81.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark",
"dark theme",
"Theme",
"Dark Theme",
"Night Theme",
"Accessible Theme",
"color-theme",
"clearview",
"clearview dark theme"
],
"contributes": {
"themes": [
{
"label": "ClearView Dark Theme",
"uiTheme": "vs-dark",
"path": "./themes/clearview-dark-theme.json"
}
]
}
}