-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.25 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
{
"name": "cosmic-vibe",
"displayName": "Cosmic Vibe",
"description": "Cosmic Vibe is a minimal VSCode theme focused entirely on blue shades, providing a calm and focused coding experience.",
"version": "0.0.12",
"publisher": "ni1in",
"icon": "icon.png",
"license": "MIT",
"engines": {
"vscode": "^1.12.0"
},
"galleryBanner": {
"color": "#00081B",
"theme": "dark"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/ntnbst/vscode-cosmic-vibe"
},
"homepage": "https://github.com/ntnbst/vscode-cosmic-vibe",
"bugs": {
"url": "https://github.com/ntnbst/vscode-cosmic-vibe/issues",
"email": "0xnb@proton.me"
},
"contributes": {
"themes": [
{
"label": "Cosmic Vibe",
"uiTheme": "vs-dark",
"path": "./themes/cosmic-vibe-color-theme.json"
}
]
},
"keywords": [
"cosmic vibe",
"cosmic vibe theme",
"blue theme",
"minimalist theme",
"vscode theme",
"blue hues",
"calm coding",
"focus mode",
"low contrast",
"dark mode",
"developer tools",
"syntax highlighting",
"productivity",
"aesthetic theme",
"coding theme",
"clean design",
"monochrome",
"cool tones"
]
}