-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 861 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 861 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
{
"author": "Mayowa Pitan",
"publisher": "MayowaPitan",
"license": "MIT",
"name": "true-dark-github-theme",
"displayName": "True Dark Github Theme",
"repository": {
"type": "git",
"url": "https://github.com/VanPaitin/true-dark-github-theme"
},
"description": "The dark github theme is a good one. However, the backgrounds are not truly black. For the developers that are a fan of truly dark themes. This is for you!",
"icon": "icon.png",
"version": "0.0.1",
"engines": {
"vscode": "^1.53.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "True Dark Github Theme",
"uiTheme": "vs-dark",
"path": "./themes/True Dark Github Theme-color-theme.json"
}
]
}
}