Make new version of schematic only themes, to add this information into the color-theme name
This commit is contained in:
parent
bbc8831606
commit
3cc157fadc
9 changed files with 9 additions and 9 deletions
|
@ -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)",
|
||||||
|
|
Binary file not shown.
|
@ -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"
|
||||||
}]
|
}]
|
||||||
|
|
Binary file not shown.
|
@ -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"
|
||||||
}]
|
}]
|
||||||
|
|
|
@ -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)",
|
||||||
|
|
Binary file not shown.
|
@ -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"
|
||||||
}]
|
}]
|
||||||
|
|
|
@ -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)",
|
||||||
|
|
Loading…
Reference in a new issue