Add eagle package
This commit is contained in:
parent
ea6aa34807
commit
10641b0b70
5 changed files with 70 additions and 6 deletions
BIN
eagle/icon.png
Normal file
BIN
eagle/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
29
eagle/metadata.json
Normal file
29
eagle/metadata.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
||||
"name": "Eagle inspired Theme",
|
||||
"description": "Eagle CAD inspired color theme",
|
||||
"description_full": "Eagle CAD inspired color theme",
|
||||
"identifier": "theme-eagle",
|
||||
"type": "colortheme",
|
||||
"author": {
|
||||
"name": "Rachel Mant",
|
||||
"contact": {
|
||||
"web": "https://github.com/DX-MON"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "Thomas Pointhuber",
|
||||
"contact": {
|
||||
"web": "https://github.com/pointhi/kicad-color-schemes/"
|
||||
}
|
||||
},
|
||||
"license": "CC0-1.0",
|
||||
"resources": {
|
||||
"Github": "https://github.com/pointhi/kicad-color-schemes"
|
||||
},
|
||||
"versions": [{
|
||||
"version": "1.0",
|
||||
"status": "stable",
|
||||
"kicad_version": "5.99"
|
||||
}]
|
||||
}
|
|
@ -35,6 +35,41 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
||||
"name": "Eagle inspired Theme",
|
||||
"description": "Eagle CAD inspired color theme",
|
||||
"description_full": "Eagle CAD inspired color theme",
|
||||
"identifier": "theme-eagle",
|
||||
"type": "colortheme",
|
||||
"author": {
|
||||
"name": "Rachel Mant",
|
||||
"contact": {
|
||||
"web": "https://github.com/DX-MON"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "Thomas Pointhuber",
|
||||
"contact": {
|
||||
"web": "https://github.com/pointhi/kicad-color-schemes/"
|
||||
}
|
||||
},
|
||||
"license": "CC0-1.0",
|
||||
"resources": {
|
||||
"Github": "https://github.com/pointhi/kicad-color-schemes"
|
||||
},
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.0",
|
||||
"status": "stable",
|
||||
"kicad_version": "5.99",
|
||||
"download_sha256": "edf8db137c2152ff4a1b4cf2d779c17eb278d2a8f9bbe88f9ebe59a9c5dc69e8",
|
||||
"download_size": 4791,
|
||||
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/eagle/theme-eagle_v1.0_pcm.zip",
|
||||
"install_size": 10084
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
||||
"name": "Solarized Dark Theme",
|
||||
|
|
|
@ -8,15 +8,15 @@
|
|||
},
|
||||
"name": "kicad-color-schemes repository by @pointhi",
|
||||
"packages": {
|
||||
"sha256": "f38236ad8fbd0b55af465a95952c8bfb0a5ff722112c6273fa71290cd8eda04a",
|
||||
"update_time_utc": "2021-10-30 21:02:47",
|
||||
"update_timestamp": 1635627767,
|
||||
"sha256": "3c958618679a102e2f329933d12325e6d76513d806b22bcb7ce74c731f7fdaf7",
|
||||
"update_time_utc": "2021-10-30 21:06:44",
|
||||
"update_timestamp": 1635628004,
|
||||
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/packages.json"
|
||||
},
|
||||
"resources": {
|
||||
"sha256": "b630ce2a716466e3d700081ae8edfb2f0ba1d5d16a95b634c3cabe4a62b591b1",
|
||||
"update_time_utc": "2021-10-30 21:02:47",
|
||||
"update_timestamp": 1635627767,
|
||||
"sha256": "ef24d7f995fd6c276578f69aea70861f9f08599c914e65c82bd06634ac52ced8",
|
||||
"update_time_utc": "2021-10-30 21:06:44",
|
||||
"update_timestamp": 1635628004,
|
||||
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/resources.zip"
|
||||
}
|
||||
}
|
BIN
resources.zip
BIN
resources.zip
Binary file not shown.
Loading…
Reference in a new issue