Update to new schema url and idientifier naming
This commit is contained in:
parent
ee8eb39647
commit
8805038bc8
14 changed files with 48 additions and 48 deletions
Binary file not shown.
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||||
"name": "Black-White Theme",
|
"name": "Black-White Theme",
|
||||||
"description": "Designed for printing",
|
"description": "Designed for printing",
|
||||||
"description_full": "Designed for printing",
|
"description_full": "Designed for printing",
|
||||||
"identifier": "theme-black-white",
|
"identifier": "com.github.pointhi.kicad-color-schemes.black-white",
|
||||||
"type": "colortheme",
|
"type": "colortheme",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Thomas Pointhuber",
|
"name": "Thomas Pointhuber",
|
||||||
|
|
|
@ -116,7 +116,7 @@ def write_repository_json():
|
||||||
packages_json_update_time_utc = datetime.datetime.fromtimestamp(packages_json_update_timestamp, tz=datetime.timezone.utc)
|
packages_json_update_time_utc = datetime.datetime.fromtimestamp(packages_json_update_timestamp, tz=datetime.timezone.utc)
|
||||||
|
|
||||||
repository_data = {
|
repository_data = {
|
||||||
"$schema": "https://gitlab.com/kicad/code/kicad/-/raw/master/kicad/pcm/schemas/pcm.v1.schema.json#/definitions/Repository",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1#/definitions/Repository",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"contact": {
|
"contact": {
|
||||||
"web": "https://github.com/pointhi/kicad-color-schemes/"
|
"web": "https://github.com/pointhi/kicad-color-schemes/"
|
||||||
|
|
Binary file not shown.
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||||
"name": "Eagle inspired Theme",
|
"name": "Eagle inspired Theme",
|
||||||
"description": "Eagle CAD inspired color theme",
|
"description": "Eagle CAD inspired color theme",
|
||||||
"description_full": "Eagle CAD inspired color theme",
|
"description_full": "Eagle CAD inspired color theme",
|
||||||
"identifier": "theme-eagle",
|
"identifier": "com.github.pointhi.kicad-color-schemes.eagle",
|
||||||
"type": "colortheme",
|
"type": "colortheme",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Rachel Mant",
|
"name": "Rachel Mant",
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||||
"name": "Black-White Theme",
|
"name": "Black-White Theme",
|
||||||
"description": "Designed for printing",
|
"description": "Designed for printing",
|
||||||
"description_full": "Designed for printing",
|
"description_full": "Designed for printing",
|
||||||
"identifier": "theme-black-white",
|
"identifier": "com.github.pointhi.kicad-color-schemes.black-white",
|
||||||
"type": "colortheme",
|
"type": "colortheme",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Thomas Pointhuber",
|
"name": "Thomas Pointhuber",
|
||||||
|
@ -28,19 +28,19 @@
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"status": "stable",
|
"status": "stable",
|
||||||
"kicad_version": "5.99",
|
"kicad_version": "5.99",
|
||||||
"download_sha256": "6c2f34f7c6158929712c38f8bcff938c19414666d594cfa7043abe4cc7d92de1",
|
"download_sha256": "40ae0995aae5748311f10c0fd34f456859598d5b55990b63c8723f6c34fbc8e6",
|
||||||
"download_size": 3973,
|
"download_size": 3962,
|
||||||
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/black-white/theme-black-white_v1.0_pcm.zip",
|
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/black-white/com.github.pointhi.kicad-color-schemes.black-white_v1.0_pcm.zip",
|
||||||
"install_size": 5154
|
"install_size": 5144
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||||
"name": "Eagle inspired Theme",
|
"name": "Eagle inspired Theme",
|
||||||
"description": "Eagle CAD inspired color theme",
|
"description": "Eagle CAD inspired color theme",
|
||||||
"description_full": "Eagle CAD inspired color theme",
|
"description_full": "Eagle CAD inspired color theme",
|
||||||
"identifier": "theme-eagle",
|
"identifier": "com.github.pointhi.kicad-color-schemes.eagle",
|
||||||
"type": "colortheme",
|
"type": "colortheme",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Rachel Mant",
|
"name": "Rachel Mant",
|
||||||
|
@ -63,19 +63,19 @@
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"status": "stable",
|
"status": "stable",
|
||||||
"kicad_version": "5.99",
|
"kicad_version": "5.99",
|
||||||
"download_sha256": "edf8db137c2152ff4a1b4cf2d779c17eb278d2a8f9bbe88f9ebe59a9c5dc69e8",
|
"download_sha256": "d28fd88ca32c4826fab71d780896ddccf9d48c7cdc5858a5e64f8ff5f3c49922",
|
||||||
"download_size": 4791,
|
"download_size": 4781,
|
||||||
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/eagle/theme-eagle_v1.0_pcm.zip",
|
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/eagle/com.github.pointhi.kicad-color-schemes.eagle_v1.0_pcm.zip",
|
||||||
"install_size": 10084
|
"install_size": 10074
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||||
"name": "Solarized Dark Theme",
|
"name": "Solarized Dark Theme",
|
||||||
"description": "Based on Solarized colorscheme from Ethan Schoonover",
|
"description": "Based on Solarized colorscheme from Ethan Schoonover",
|
||||||
"description_full": "Based on Solarized colorscheme from Ethan Schoonover.\nSee https://ethanschoonover.com/solarized/ for more details.",
|
"description_full": "Based on Solarized colorscheme from Ethan Schoonover.\nSee https://ethanschoonover.com/solarized/ for more details.",
|
||||||
"identifier": "theme-solarized-dark",
|
"identifier": "com.github.pointhi.kicad-color-schemes.solarized-dark",
|
||||||
"type": "colortheme",
|
"type": "colortheme",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Thomas Pointhuber",
|
"name": "Thomas Pointhuber",
|
||||||
|
@ -98,19 +98,19 @@
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"status": "stable",
|
"status": "stable",
|
||||||
"kicad_version": "5.99",
|
"kicad_version": "5.99",
|
||||||
"download_sha256": "698691d195fd009e1aa65954ccdf55690d10bbd3a2d6a80647e83c210eb7c4b6",
|
"download_sha256": "5ba4458fb3635083aaed5425cc852d78e2c16aeb4271145ffd328e5ec120fc99",
|
||||||
"download_size": 4398,
|
"download_size": 4387,
|
||||||
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/solarized-dark/theme-solarized-dark_v1.0_pcm.zip",
|
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/solarized-dark/com.github.pointhi.kicad-color-schemes.solarized-dark_v1.0_pcm.zip",
|
||||||
"install_size": 5684
|
"install_size": 5674
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||||
"name": "Solarized Light Theme",
|
"name": "Solarized Light Theme",
|
||||||
"description": "Based on Solarized colorscheme from Ethan Schoonover",
|
"description": "Based on Solarized colorscheme from Ethan Schoonover",
|
||||||
"description_full": "Based on Solarized colorscheme from Ethan Schoonover.\nSee https://ethanschoonover.com/solarized/ for more details.",
|
"description_full": "Based on Solarized colorscheme from Ethan Schoonover.\nSee https://ethanschoonover.com/solarized/ for more details.",
|
||||||
"identifier": "theme-solarized-light",
|
"identifier": "com.github.pointhi.kicad-color-schemes.solarized-light",
|
||||||
"type": "colortheme",
|
"type": "colortheme",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Thomas Pointhuber",
|
"name": "Thomas Pointhuber",
|
||||||
|
@ -133,19 +133,19 @@
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"status": "stable",
|
"status": "stable",
|
||||||
"kicad_version": "5.99",
|
"kicad_version": "5.99",
|
||||||
"download_sha256": "bc9332b5119dee02e6860877af32aa0e3214e91004678a998944541fb1103d3d",
|
"download_sha256": "2c8575c352f3368156234d0ce7704c8108971c6d87c8e4675fff23d30b7aa7d2",
|
||||||
"download_size": 4393,
|
"download_size": 4380,
|
||||||
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/solarized-light/theme-solarized-light_v1.0_pcm.zip",
|
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/solarized-light/com.github.pointhi.kicad-color-schemes.solarized-light_v1.0_pcm.zip",
|
||||||
"install_size": 5672
|
"install_size": 5662
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||||
"name": "wLight Theme",
|
"name": "wLight Theme",
|
||||||
"description": "Designed by wykys, Inspired by Altium",
|
"description": "Designed by wykys, Inspired by Altium",
|
||||||
"description_full": "Designed by wykys, Inspired by Altium",
|
"description_full": "Designed by wykys, Inspired by Altium",
|
||||||
"identifier": "theme-wlight",
|
"identifier": "com.github.pointhi.kicad-color-schemes.wlight",
|
||||||
"type": "colortheme",
|
"type": "colortheme",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jan Vykydal",
|
"name": "Jan Vykydal",
|
||||||
|
@ -168,10 +168,10 @@
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"status": "stable",
|
"status": "stable",
|
||||||
"kicad_version": "5.99",
|
"kicad_version": "5.99",
|
||||||
"download_sha256": "fde9ff2fefbc8a1e63cfaed3edb790b948270590a695526ac36fed060729f548",
|
"download_sha256": "951ca2ce68bdec8addb8ee63a6293e80f8be66d0eb22aeca9c601b82cc348239",
|
||||||
"download_size": 5155,
|
"download_size": 5145,
|
||||||
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/wlight/theme-wlight_v1.0_pcm.zip",
|
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/wlight/com.github.pointhi.kicad-color-schemes.wlight_v1.0_pcm.zip",
|
||||||
"install_size": 11053
|
"install_size": 11043
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://gitlab.com/kicad/code/kicad/-/raw/master/kicad/pcm/schemas/pcm.v1.schema.json#/definitions/Repository",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1#/definitions/Repository",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"contact": {
|
"contact": {
|
||||||
"web": "https://github.com/pointhi/kicad-color-schemes/"
|
"web": "https://github.com/pointhi/kicad-color-schemes/"
|
||||||
|
@ -8,15 +8,15 @@
|
||||||
},
|
},
|
||||||
"name": "kicad-color-schemes repository by @pointhi",
|
"name": "kicad-color-schemes repository by @pointhi",
|
||||||
"packages": {
|
"packages": {
|
||||||
"sha256": "15b84be25fd4acac983b5a11fab8ed6ad1393f788fec5268fc9ec3ce78297e18",
|
"sha256": "13590900aa264bd71089c237347ea1cf85df517e6dee17c5ded25ceba2e86468",
|
||||||
"update_time_utc": "2021-10-31 15:47:14",
|
"update_time_utc": "2021-11-06 17:33:26",
|
||||||
"update_timestamp": 1635695234,
|
"update_timestamp": 1636220006,
|
||||||
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/packages.json"
|
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/packages.json"
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"sha256": "e438fe66584ea0c2c972f39c17c61a0fdb4ddfc73e052d70396537649cee0eda",
|
"sha256": "8d99a5f3e1da63ba146c253f5c5db2c12c916f2b86a8047a218f3a762cbf8948",
|
||||||
"update_time_utc": "2021-10-31 15:47:14",
|
"update_time_utc": "2021-11-06 17:33:27",
|
||||||
"update_timestamp": 1635695234,
|
"update_timestamp": 1636220007,
|
||||||
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/resources.zip"
|
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/resources.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
BIN
resources.zip
BIN
resources.zip
Binary file not shown.
Binary file not shown.
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||||
"name": "Solarized Dark Theme",
|
"name": "Solarized Dark Theme",
|
||||||
"description": "Based on Solarized colorscheme from Ethan Schoonover",
|
"description": "Based on Solarized colorscheme from Ethan Schoonover",
|
||||||
"description_full": "Based on Solarized colorscheme from Ethan Schoonover.\nSee https://ethanschoonover.com/solarized/ for more details.",
|
"description_full": "Based on Solarized colorscheme from Ethan Schoonover.\nSee https://ethanschoonover.com/solarized/ for more details.",
|
||||||
"identifier": "theme-solarized-dark",
|
"identifier": "com.github.pointhi.kicad-color-schemes.solarized-dark",
|
||||||
"type": "colortheme",
|
"type": "colortheme",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Thomas Pointhuber",
|
"name": "Thomas Pointhuber",
|
||||||
|
|
Binary file not shown.
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||||
"name": "Solarized Light Theme",
|
"name": "Solarized Light Theme",
|
||||||
"description": "Based on Solarized colorscheme from Ethan Schoonover",
|
"description": "Based on Solarized colorscheme from Ethan Schoonover",
|
||||||
"description_full": "Based on Solarized colorscheme from Ethan Schoonover.\nSee https://ethanschoonover.com/solarized/ for more details.",
|
"description_full": "Based on Solarized colorscheme from Ethan Schoonover.\nSee https://ethanschoonover.com/solarized/ for more details.",
|
||||||
"identifier": "theme-solarized-light",
|
"identifier": "com.github.pointhi.kicad-color-schemes.solarized-light",
|
||||||
"type": "colortheme",
|
"type": "colortheme",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Thomas Pointhuber",
|
"name": "Thomas Pointhuber",
|
||||||
|
|
Binary file not shown.
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
"$schema": "https://go.kicad.org/pcm/schemas/v1",
|
||||||
"name": "wLight Theme",
|
"name": "wLight Theme",
|
||||||
"description": "Designed by wykys, Inspired by Altium",
|
"description": "Designed by wykys, Inspired by Altium",
|
||||||
"description_full": "Designed by wykys, Inspired by Altium",
|
"description_full": "Designed by wykys, Inspired by Altium",
|
||||||
"identifier": "theme-wlight",
|
"identifier": "com.github.pointhi.kicad-color-schemes.wlight",
|
||||||
"type": "colortheme",
|
"type": "colortheme",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jan Vykydal",
|
"name": "Jan Vykydal",
|
||||||
|
|
Loading…
Reference in a new issue