-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 849 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 849 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
33
34
35
36
37
{
"name": "one-dark-custom-theme",
"publisher": "kavinkumar",
"displayName": "One Dark Plus+ Theme",
"description": "An elegant and intuitive One Dark theme with improved syntax highlighting, beautiful UI, and custom font support",
"version": "0.0.4",
"engines": {
"vscode": ">=1.60.0"
},
"icon": "images/icon.png",
"categories": [
"Themes"
],
"keywords": [
"one Dark",
"one Pro Dark",
"elegant",
"atom"
],
"contributes": {
"themes": [
{
"label": "One Dark Plus",
"uiTheme": "vs-dark",
"path": "./themes/one-dark-color-theme.json"
}
]
},
"extensionDependencies": [],
"extensionPack": [],
"recommendations": [
"pkief.material-icon-theme",
"coenraads.bracket-pair-colorizer-2",
"aaron-bond.better-comments",
"eamodio.gitlens"
]
}