-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"name": "catppuccin-noctis",
"displayName": "Catppuccin Noctis",
"description": "Catppuccin palette with Noctis syntax highlighting!",
"publisher": "alexdauenhauer",
"version": "3.1.5",
"icon": "images/logo.jpg",
"engines": {
"vscode": "^1.63.0"
},
"categories": [
"Themes",
"Other"
],
"repository": {
"type": "git",
"url": "https://github.com/alexdauenhauer/catppuccin-noctis.git"
},
"galleryBanner": {
"color": "#1E1E2E",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Catppuccin Noctis Mocha",
"uiTheme": "vs-dark",
"path": "./themes/Catppuccin Noctis Mocha-color-theme.json"
},
{
"label": "Catppuccin Alt Mocha",
"uiTheme": "vs-dark",
"path": "./themes/Catppuccin Alt Mocha-color-theme.json"
},
{
"label": "Catppuccin Noctis Macchiato",
"uiTheme": "vs-dark",
"path": "./themes/Catppuccin Noctis Macchiato-color-theme.json"
},
{
"label": "Catppuccin Noctis Frappé",
"uiTheme": "vs-dark",
"path": "./themes/Catppuccin Noctis Frappé-color-theme.json"
},
{
"label": "Catppuccin Noctis Latte",
"uiTheme": "vs",
"path": "./themes/Catppuccin Noctis Latte-color-theme.json"
}
]
}
}