-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 826 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 826 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
41
42
{
"name": "tab-s8-ultra-code-theme",
"displayName": "Tab S8 Ultra Code Theme",
"description": "VSCode theme made for Tab S8 Ultra!",
"version": "1.0.0",
"engines": {
"vscode": "^1.85.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark",
"light",
"high contrast",
"tab s8 ultra",
"tab s8u",
"tab s8",
"tab s8 ultra code theme",
"tab s8u code theme",
"tab s8 code theme",
"tab s8 ultra theme",
"tab s8u theme",
"tab s8 theme",
"tab s8 ultra code",
"tab s8u code",
"tab s8 code",
"tab s8 ultra",
"tab s8u",
"tab s8"
],
"contributes": {
"themes": [
{
"label": "Tab S8U Code Theme",
"uiTheme": "vs-dark",
"path": "./themes/Tab S8U Code Theme-color-theme.json"
}
]
}
}