forked from davidbwaters/macos-modern-vscode-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
142 lines (142 loc) · 3.77 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "macos-modern-theme",
"displayName": "MacOS Modern Theme",
"description": "MacOS Modern is a theme pack styled to match native MacOS as closely as possible. Use recommended settings in the README.md for best results.",
"version": "2.3.15",
"publisher": "davidbwaters",
"engines": {
"vscode": "^1.25.0"
},
"keywords": [
"color-theme",
"icon-theme",
"macos",
"native",
"monterey"
],
"preview": true,
"homepage": "https://github.com/davidbwaters/macos-modern-vscode-theme",
"repository": {
"type": "git",
"url": "https://github.com/davidbwaters/macos-modern-vscode-theme.git"
},
"icon": "images/icon-big-sur.png",
"galleryBanner": {
"color": "#0F0F0F",
"theme": "dark"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "MacOS Modern Dark - Ventura Xcode Civic",
"uiTheme": "vs-dark",
"path": "./themes/color/big-sur-dark/xcode-civic.json"
},
{
"label": "MacOS Modern Dark - Ventura Xcode",
"uiTheme": "vs-dark",
"path": "./themes/color/big-sur-dark/xcode-ventura.json"
},
{
"label": "MacOS Modern Dark - Ventura Xcode Default",
"uiTheme": "vs-dark",
"path": "./themes/color/big-sur-dark/xcode-default-dark.json"
},
{
"label": "MacOS Modern Dark - Xcode Civic",
"uiTheme": "vs-dark",
"path": "./themes/color/dark/xcode-civic.json"
},
{
"label": "MacOS Modern Dark - Xcode Modern",
"uiTheme": "vs-dark",
"path": "./themes/color/dark/xcode-modern.json"
},
{
"label": "MacOS Modern Dark - Xcode Default",
"uiTheme": "vs-dark",
"path": "./themes/color/dark/xcode-default-dark.json"
},
{
"label": "MacOS Modern Light - Ventura Xcode",
"uiTheme": "vs",
"path": "./themes/color/big-sur-light/xcode-big-sur.json"
},
{
"label": "MacOS Modern Light - Ventura Xcode Default",
"uiTheme": "vs",
"path": "./themes/color/big-sur-light/xcode-default.json"
},
{
"label": "MacOS Modern Light - Ventura Xcode Low Key",
"uiTheme": "vs",
"path": "./themes/color/big-sur-light/xcode-low-key.json"
},
{
"label": "MacOS Modern Light - Xcode Default",
"uiTheme": "vs",
"path": "./themes/color/light/xcode-default.json"
},
{
"label": "MacOS Modern Light - Xcode Low Key",
"uiTheme": "vs",
"path": "./themes/color/light/xcode-low-key.json"
}
],
"iconThemes": [
{
"id": "macos-modern-big-sur-icon-theme",
"label": "MacOS Modern - Ventura Icons",
"path": "./themes/icon/big-sur.json"
},
{
"id": "macos-modern-legit-finder-icon-theme",
"label": "MacOS Modern - Legit Finder Icons",
"path": "./themes/icon/legit-finder.json"
},
{
"id": "macos-modern-legit-xcode-icon-theme",
"label": "MacOS Modern - Legit Xcode Icons",
"path": "./themes/icon/legit-xcode.json"
},
{
"id": "macos-modern-minimal-finder-icon-theme",
"label": "MacOS Modern - Minimal Finder Icons",
"path": "./themes/icon/minimal-finder.json"
},
{
"id": "macos-modern-minimal-xcode-icon-theme",
"label": "MacOS Modern - Minimal Xcode Icons",
"path": "./themes/icon/minimal-xcode.json"
},
{
"id": "macos-modern-minimal-mono-icon-theme",
"label": "MacOS Modern - Minimal Monochrome Icons",
"path": "./themes/icon/minimal-mono.json"
}
],
"productIconThemes": [
{
"id": "macos-modern",
"label": "MacOS Modern",
"path": "./themes/product-icon/macos-modern.json"
}
]
},
"scripts": {
"updateFont": "node ./build/updateFont.js"
},
"devDependencies": {
"open": "^7.0.3",
"webfont": "^11.2.4"
},
"__metadata": {
"id": "ad4ee4d7-9d78-49e4-801e-b2fef4eaff6e",
"publisherId": "b79137a4-e464-40ad-8b3b-1ba537b73a00",
"publisherDisplayName": "davidbwaters",
"installedTimestamp": 1619168004256
}
}