-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 905 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 905 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "one-dark-vibrant-theme",
"displayName": "One Dark Pro Vibrant Theme",
"description": "A clean, minimalist and vibrant evolution of the classic One Dark Pro theme. Perfect for React, Astro, and TypeScript developers.",
"version": "1.2.3",
"license": "MIT",
"publisher": "josergz",
"icon": "img/icon.png",
"engines": {
"vscode": "^1.80.0"
},
"repository": {
"type": "git",
"url": "https://github.com/josergz/one-dark-vibrant-theme"
},
"keywords": [
"One Dark Pro",
"Vibrant",
"Atom One Dark",
"Material",
"TypeScript",
"React",
"Astro",
"Tailwind CSS",
"Clean",
"Minimalist"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "One Dark Pro Vibrant Theme",
"uiTheme": "vs-dark",
"path": "./themes/OneDarkVibrantTheme-color-theme.json"
}
]
}
}