-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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-vsc",
"displayName": "Catppuccin for VSCode",
"publisher": "Catppuccin",
"description": "Warm mid-tone dark theme to show off your vibrant self!",
"version": "2.0.0",
"engines": {
"vscode": "^1.13.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Catppuccin Mocha",
"uiTheme": "vs-dark",
"path": "./themes/Catppuccin-mocha-color-theme.json"
},
{
"label": "Catppuccin Macchiato",
"uiTheme": "vs-dark",
"path": "./themes/Catppuccin-macchiato-color-theme.json"
},
{
"label": "Catppuccin Frappé",
"uiTheme": "vs-dark",
"path": "./themes/Catppuccin-frappe-color-theme.json"
},
{
"label": "Catppuccin Latte",
"uiTheme": "vs",
"path": "./themes/Catppuccin-latte-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/catppuccin/vscode.git"
},
"bugs": {
"url": "https://github.com/catppuccin/vscode/issues"
},
"icon": "icon.png",
"license": "MIT",
"__metadata": {
"publisherDisplayName": "Catppuccin",
"publisherId": "e7d2ed61-53e0-4dd4-afbe-f536c3bb4316",
"id": "69264e4d-cd3b-468a-8f2b-e69673c7d864",
"isPreReleaseVersion": false
}
}