-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.01 KB
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
{
"name": "cosy-orange-theme",
"displayName": "Cosy Orange Themes",
"description": "A collection of warm, low-saturation, low-contrast orange dark theme.",
"version": "1.3.0",
"publisher": "btarg",
"repository": "https://github.com/btarg/vscode-cosy-orange-theme/",
"icon": "./logo.png",
"engines": {
"vscode": "^1.96.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Cosy Orange Theme",
"uiTheme": "vs-dark",
"path": "./themes/Dimmed Orange Theme-color-theme.json"
},
{
"label": "Cosy Orange Theme (Lighter)",
"uiTheme": "vs-dark",
"path": "./themes/Dimmed Orange Theme Lighter-color-theme.json"
},
{
"label": "Cosy Chocolate Theme",
"uiTheme": "vs-dark",
"path": "./themes/Snakedye-Chocolate.json"
}
]
}
}