-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "starlit-dream",
"displayName": "Starlit Dream",
"description": "\"Starlit Dream\" offers a seamless blend of dark and light tones, ensuring readability and visual comfort while maintaining an elegant and calming atmosphere. Perfect for users who appreciate the beauty of the night sky, this theme provides a soothing and immersive experience, allowing you to dream among the stars.",
"version": "0.0.1",
"publisher": "MariaNiranjan",
"repository": {
"type": "git",
"url": "https://github.com/s19835/my-vs-code-themes.git"
},
"keywords": [
"theme",
"visual",
"serene",
"starry night",
"dark",
"light",
"calming",
"ethereal",
"night sky",
"moonlight",
"starlight",
"immersive",
"soothing",
"beauty",
"dream",
"color palette"
],
"engines": {
"vscode": "^1.89.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Starlit Dream",
"uiTheme": "vs-dark",
"path": "./themes/Starlit Dream-color-theme.json"
}
]
}
}