-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.8 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
{
"name": "theme-atomicdark",
"displayName": "Atomic-Dark Theme",
"description": "Elegant dark themes with vivid syntax for the night owls!",
"version": "0.1.1",
"publisher": "thekodeking",
"icon": "assets/icon.png",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thekodeking/vscode-atomic-dark-theme.git"
},
"homepage": "https://github.com/thekodeking/vscode-atomic-dark-theme#readme",
"bugs": {
"url": "https://github.com/thekodeking/vscode-atomic-dark-theme/issues"
},
"engines": {
"vscode": "^1.60.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Atomic Dark Catppuccin",
"uiTheme": "vs-dark",
"path": "./themes/atomic-dark-catppuccin-color-theme.json"
},
{
"label": "Atomic Dark",
"uiTheme": "vs-dark",
"path": "./themes/atomic-dark-color-theme.json"
},
{
"label": "Atomic Dark Material",
"uiTheme": "vs-dark",
"path": "./themes/atomic-dark-material-color-theme.json"
},
{
"label": "Atomic Dark Afterglow",
"uiTheme": "vs-dark",
"path": "./themes/atomic-dark-afterglow-color-theme.json"
},
{
"label": "Atomic Dark Rosé Pine",
"uiTheme": "vs-dark",
"path": "./themes/atomic-dark-rose-pine-color-theme.json"
},
{
"label": "Atomic Dark Vague",
"uiTheme": "vs-dark",
"path": "./themes/atomic-dark-vague-color-theme.json"
}
]
}
}