Make new version of schematic only themes, to add this information into the color-theme name

This commit is contained in:
Thomas Pointhuber 2021-11-13 13:45:24 +01:00
parent bbc8831606
commit 3cc157fadc
9 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,8 @@
{ {
"meta": { "meta": {
"filename": "black-white", "filename": "black-white",
"name": "Black/White", "name": "Black/White (Schematic only)",
"version": 1 "version": 2
}, },
"schematic": { "schematic": {
"anchor": "rgb(0, 0, 0)", "anchor": "rgb(0, 0, 0)",

View file

@ -22,7 +22,7 @@
"Github": "https://github.com/pointhi/kicad-color-schemes" "Github": "https://github.com/pointhi/kicad-color-schemes"
}, },
"versions": [{ "versions": [{
"version": "1.0", "version": "1.1",
"status": "stable", "status": "stable",
"kicad_version": "5.99" "kicad_version": "5.99"
}] }]

View file

@ -22,7 +22,7 @@
"Github": "https://github.com/pointhi/kicad-color-schemes" "Github": "https://github.com/pointhi/kicad-color-schemes"
}, },
"versions": [{ "versions": [{
"version": "1.0", "version": "1.1",
"status": "stable", "status": "stable",
"kicad_version": "5.99" "kicad_version": "5.99"
}] }]

View file

@ -1,8 +1,8 @@
{ {
"meta": { "meta": {
"filename": "solarized-dark", "filename": "solarized-dark",
"name": "Solarized Dark", "name": "Solarized Dark (Schematic only)",
"version": 1 "version": 2
}, },
"schematic": { "schematic": {
"anchor": "rgb(0, 0, 255)", "anchor": "rgb(0, 0, 255)",

View file

@ -22,7 +22,7 @@
"Github": "https://github.com/pointhi/kicad-color-schemes" "Github": "https://github.com/pointhi/kicad-color-schemes"
}, },
"versions": [{ "versions": [{
"version": "1.0", "version": "1.1",
"status": "stable", "status": "stable",
"kicad_version": "5.99" "kicad_version": "5.99"
}] }]

View file

@ -1,8 +1,8 @@
{ {
"meta": { "meta": {
"filename": "solarized-light", "filename": "solarized-light",
"name": "Solarized Light", "name": "Solarized Light (Schematic only)",
"version": 1 "version": 2
}, },
"schematic": { "schematic": {
"anchor": "rgb(0, 0, 255)", "anchor": "rgb(0, 0, 255)",