-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "monokai-dimmed-vibrant",
"displayName": "Monokai Dimmed+Vibrant",
"description": "A color theme based on the gray-tone editor colors of Monokai Dimmed and the vibrant text colors of Monokai Vibrant",
"version": "1.0.4",
"engines": {
"vscode": "^1.79.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Monokai Dimmed+Vibrant",
"uiTheme": "vs-dark",
"path": "./themes/monokai-dimmed-vibrant-color-theme.json"
}
]
},
"galleryBanner": {
"color": "#1E1E1E",
"theme": "dark"
},
"author": {
"name": "Alex Ravenna",
"email": "alex.n.ravenna@gmail.com",
"url": "https://github.com/alexravenna"
},
"publisher": "alexravenna",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alexravenna/vscode-dimmed-vibrant.git"
},
"bugs": {
"url": "https://github.com/alexravenna/vscode-dimmed-vibrant/issues"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"husky": "^8.0.3"
}
}