-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
126 lines (126 loc) · 3.13 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
{
"name": "noir-theme-bundle",
"displayName": "Noir",
"icon": "assets/noir-logo.png",
"description": "Collection of refined popular themes, just darker or cleaner.",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/andrew-george/Noir-vscode-theme"
},
"publisher": "andrewberty",
"keywords": [
"theme",
"dark theme",
"noir",
"owl",
"github",
"cobalt",
"outrun",
"dracula",
"poimandres",
"andrew",
"andrew berty",
"andrew george"
],
"engines": {
"vscode": "^1.69.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Noir Owl",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Owl-theme.json"
},
{
"label": "Noir Outrun",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Outrun-theme.json"
},
{
"label": "Noir Cobalt",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Cobalt-theme.json"
},
{
"label": "Noir Tokyo Night",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Tokyo-Night-theme.json"
},
{
"label": "Noir Tokyo Night Black",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Tokyo-Night-Black-theme.json"
},
{
"label": "Noir Poimandres",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Poimandres-theme.json"
},
{
"label": "Noir Poimandres Dark",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Poimandres-Dark-theme.json"
},
{
"label": "Noir Poimandres Grey",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Poimandres-Grey-theme.json"
},
{
"label": "Noir Poimandres Darker",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Poimandres-Darker-theme.json"
},
{
"label": "Noir Poimandres Black",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Poimandres-Black-theme.json"
},
{
"label": "Noir Panda",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Panda-theme.json"
},
{
"label": "Noir Panda Blue",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Panda-blue-theme.json"
},
{
"label": "Noir Rosé Pine",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Rosé-Pine-theme.json"
},
{
"label": "Noir Rosé Pine Moon",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Rosé-Pine-Moon-theme.json"
},
{
"label": "Noir Rosé Pine Grey",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Rosé-Pine-Grey-theme.json"
},
{
"label": "Noir Rosé Pine Moon Grey",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Rosé-Pine-Moon-Grey-theme.json"
},
{
"label": "Noir Catppuccin Mocha",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Catppuccin-Mocha.json"
},
{
"label": "Noir Catppuccin Macchiato",
"uiTheme": "vs-dark",
"path": "./themes/Noir-Catppuccin-Macchiato.json"
}
]
}
}