-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 778 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 778 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
38
39
40
41
{
"name": "oblique-vscode-theme",
"displayName": "Oblique Theme",
"description": "Purposeful theme for Visual Studio Code (color-blind friendly)",
"author": {
"name": "Jack Stringer"
},
"icon": "icon.png",
"version": "0.0.4",
"repository": {
"url": "https://github.com/jack5github/oblique-vscode-theme"
},
"publisher": "jack-stringer",
"keywords": [
"color-blindness",
"dark-mode",
"dark-theme",
"dark",
"ide-theme",
"theme",
"visual-studio-code",
"vscode-extension",
"vscode-theme",
"vscode"
],
"engines": {
"vscode": "^1.109.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Oblique Dark Orange",
"uiTheme": "vs-dark",
"path": "./themes/Oblique Dark Orange-color-theme.json"
}
]
}
}