-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.13 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.13 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "orange-theme",
"displayName": "Orange Text Theme",
"description": "Gives orange/amber color to vscode text elements which is better on the eyes",
"author": {
"name": "Windmillcode"
},
"publisher": "windmillcode-publisher-0",
"version": "1.99.3000",
"engines": {
"vscode": "^1.95.0"
},
"repository": {
"url": "https://github.com/WindMillCode/Vscode-Orange-Text-Theme"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"orange",
"amber",
"dark theme",
"color theme",
"visual studio code",
"text theme",
"eyestrain",
"better visibility",
"coding theme",
"developer tools",
"custom themes",
"Windmillcode"
],
"icon": "assets/icons/icon.png",
"license": "MIT",
"contributes": {
"themes": [
{
"label": "Orange Text Theme",
"uiTheme": "vs-dark",
"path": "./themes/Orange Theme-color-theme.json"
}
],
"iconThemes": [
{
"id": "orange-text-icon-theme",
"label": "Orange Text Icon Theme",
"path": "./icons/vs-seti-icon-theme.json",
"_watch": true
}
]
}
}