-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 759 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
{
"name": "gmk-dots",
"displayName": "GMK Dots",
"description": "A VSCode theme based on the GMK Dots keycaps set",
"version": "1.0.1",
"repository": "https://github.com/LucasCtrl/vscode-gmk-dots-theme",
"author": "LucasCtrl <lucasalt@protonmail.com>",
"license": "MIT",
"icon": "images/logo.png",
"galleryBanner": {
"color": "#191b25",
"theme": "dark"
},
"publisher": "LucasAlt",
"engines": {
"vscode": "^1.44.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "GMK Dots",
"uiTheme": "vs-dark",
"path": "./themes/GMK-Dots-color-theme.json"
}
]
}
}