-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
32 lines (32 loc) · 987 Bytes
/
metadata.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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Gruvbox",
"description": "A KiCAD adoptation of the Gruvbox theme",
"description_full": "Gruvbox is a popular theme. Gruvbox all the things!",
"identifier": "com.github.alexanderbrevig.kicad-gruvbox-theme",
"type": "colortheme",
"author": {
"name": "Alexander Brevig",
"contact": {
"web": "https://alexanderbrevig.com"
}
},
"maintainer": {
"name": "Alexander Brevig",
"contact": {
"web": "https://alexanderbrevig.com"
}
},
"license": "MIT",
"resources": {
"homepage": "https://github.com/alexanderbrevig/kicad-gruvbox-theme"
},
"versions": [
{
"version": "1.1",
"status": "stable",
"kicad_version": "6",
"download_url": "https://github.com/AlexanderBrevig/kicad-gruvbox-theme/releases/download/v1.0/Gruvbox_v1.1.zip"
}
]
}