-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.41 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
{
"name": "tomorrow-and-tomorrow-night-operator-mono-theme",
"displayName": "Tomorrow and Tomorrow Night Operator Mono Theme",
"description": "Copies of the Tomorrow and Tomorrow Night themes with settings to mark certain items as italics and bold",
"version": "0.0.6",
"publisher": "chiragpat",
"engines": {
"vscode": "^1.13.0"
},
"license": "MIT",
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/chiragpat/tomorrow-and-tomorrow-night-operator-mono-theme.git"
},
"icon":"icon.png",
"contributes": {
"themes": [
{
"label": "Tomorrow Night Bright Operator Mono",
"uiTheme": "vs-dark",
"path": "./themes/Tomorrow_Night_Bright_OperatorMono.tmTheme"
},
{
"label": "Tomorrow Night Eighties Operator Mono",
"uiTheme": "vs-dark",
"path": "./themes/Tomorrow_Night_Eighties_OperatorMono.tmTheme"
},
{
"label": "Tomorrow Night Operator Mono",
"uiTheme": "vs-dark",
"path": "./themes/Tomorrow_Night_OperatorMono.tmTheme"
},
{
"label": "Tomorrow Operator Mono",
"uiTheme": "vs",
"path": "./themes/Tomorrow_OperatorMono.tmTheme"
}
]
}
}