-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 1.87 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 1.87 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "eclipse-wave",
"icon": "assets/eclipse.png",
"displayName": "Eclipse Wave",
"version": "1.5.0",
"author": {
"name": "Arin Mandal",
"url": "https://github.com/arinmandal"
},
"engines": {
"vscode": "^1.76.0"
},
"bugs": {
"url": "https://github.com/arinmandal/Eclipse-Wave/issues"
},
"homepage": "https://github.com/arinmandal/Eclipse-Wave#readme",
"license": "MIT",
"description": "A cosmic dark theme with soft, eye-friendly colors — designed for long coding sessions. Beautiful syntax highlighting for JS, TS, Python, React, Rust, Go, HTML, CSS, Markdown & more.",
"publisher": "ArinMandal",
"repository": {
"type": "git",
"url": "https://github.com/arinmandal/Eclipse-Wave"
},
"galleryBanner": {
"color": "#0B0F1A",
"theme": "dark"
},
"keywords": [
"vscode",
"theme",
"eclipse-wave",
"dark",
"minimal",
"dark-theme",
"cosmic",
"purple",
"modern",
"developer",
"syntax-highlighting",
"color-theme",
"eye-friendly",
"night",
"coding",
"beautiful",
"productivity",
"low-light",
"blue",
"neon",
"light",
"light-theme",
"day",
"soft",
"soothing"
],
"categories": [
"Themes"
],
"preview": false,
"contributes": {
"themes": [
{
"label": "Eclipse Wave",
"uiTheme": "vs-dark",
"path": "./themes/Eclipse Wave-color-theme.json"
},
{
"label": "Eclipse Wave Light",
"uiTheme": "vs",
"path": "./themes/Eclipse Wave Light-color-theme.json"
},
{
"label": "Eclipse Wave Midnight",
"uiTheme": "vs-dark",
"path": "./themes/Eclipse Wave Midnight-color-theme.json"
},
{
"label": "Eclipse Wave Storm",
"uiTheme": "vs-dark",
"path": "./themes/Eclipse Wave Storm-color-theme.json"
}
]
}
}