-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 889 Bytes
/
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
{
"name": "clarity-noir",
"publisher": "icorbrey",
"version": "1.7.0",
"displayName": "Clarity Noir",
"description": "A clear, crisp dark theme for pleasant viewing in sunlight.",
"author": "Isaac Corbrey <[email protected]>",
"homepage": "https://github.com/icorbrey/clarity-noir",
"repository": {
"url": "https://github.com/icorbrey/clarity-noir.git",
"type": "git"
},
"license": "GPL-3.0-only",
"private": "true",
"engines": {
"vscode": "^1.94.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Clarity Noir",
"uiTheme": "vs-dark",
"path": "./themes/Clarity Noir-color-theme.json"
}
]
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^24.1.3",
"@vscode/vsce": "^2.15.0"
}
}