-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 895 Bytes
/
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
{
"name": "tesseract",
"displayName": "Tesseract",
"description": "🚀 An elegant theme with cosmic colors, blending dark hues and vibrant accents for a captivating coding experience.",
"version": "1.3.2",
"publisher": "martian",
"license": "MIT",
"icon": "icon.png",
"engines": {
"vscode": "^1.80.0"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/hendurhance/tesseract"
},
"contributes": {
"themes": [
{
"label": "Tesseract Dark",
"uiTheme": "vs-dark",
"path": "./themes/tesseract-color-theme.json"
},
{
"label": "Tesseract Light",
"uiTheme": "vs",
"path": "./themes/tesseract-light-color-theme.json"
}
]
},
"keywords": [
"theme",
"dark",
"light",
"color",
"tesseract",
"cosmic",
"vscode"
]
}