-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 779 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 779 Bytes
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
{
"name": "christmas-night",
"displayName": "Christmas Night",
"description": "🍷 Cocktail Made from Cookie Crumbs from Santa Claus's Beard, the Grinch's Hair, Yesterday Milk, a Whisper of Stardust, Liquid Snowflakes, an Elf's Laughter, a Snowman's Carrot, and a Deer's Antlers. Bon appétit!",
"version": "0.1.9",
"engines": {
"vscode": "^1.83.0"
},
"license": "MIT",
"publisher": "RuslanRystsov",
"icon": "assets/icons/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/BlueRexPY/ChristmasNight"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Christmas Night",
"uiTheme": "vs-dark",
"path": "./themes/christmas-night-color-theme.json"
}
]
}
}