-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 991 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
{
"name": "arduino",
"displayName": "Arduino",
"icon": "lintang_icon/arduino128.png",
"publisher": "lintangwisesa",
"repository": {
"type": "git",
"url": "https://github.com/LintangWisesa/VScode-Arduino-Theme.git"
},
"description": "VScode theme inspired by Arduino IDE",
"license": "MIT",
"version": "0.3.3",
"engines": {
"vscode": "^1.34.0"
},
"galleryBanner": {
"color": "#339999",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"arduino",
"vscode"
],
"contributes": {
"themes": [
{
"label": "Arduino Light",
"uiTheme": "vs",
"path": "./themes/Arduino-putih-theme.json"
},
{
"label": "Arduino Dark",
"uiTheme": "vs-dark",
"path": "./themes/Arduino-hitam-theme.json"
}
]
}
}