Update black-white theme
This commit is contained in:
parent
c7e36d4eb7
commit
ee8eb39647
5 changed files with 23 additions and 15 deletions
|
@ -2,19 +2,23 @@
|
|||
"meta": {
|
||||
"filename": "black-white",
|
||||
"name": "Black/White",
|
||||
"version": 0
|
||||
"version": 1
|
||||
},
|
||||
"schematic": {
|
||||
"anchor": "rgb(0, 0, 0)",
|
||||
"aux_items": "rgb(0, 0, 0)",
|
||||
"background": "rgb(255, 255, 255)",
|
||||
"brightened": "rgb(127, 127, 127)",
|
||||
"brightened": "rgb(255, 0, 255)",
|
||||
"bus": "rgb(0, 0, 0)",
|
||||
"bus_junction": "rgb(0, 0, 0)",
|
||||
"component_body": "rgb(192, 192, 192)",
|
||||
"component_outline": "rgb(0, 0, 0)",
|
||||
"cursor": "rgb(0, 0, 0)",
|
||||
"erc_error": "rgb(0, 0, 0)",
|
||||
"erc_warning": "rgb(0, 0, 0)",
|
||||
"fields": "rgb(0, 0, 0)",
|
||||
"grid": "rgb(0, 0, 0)",
|
||||
"grid": "rgb(192, 192, 192)",
|
||||
"grid_axes": "rgb(192, 192, 192)",
|
||||
"hidden": "rgb(0, 0, 0)",
|
||||
"junction": "rgb(0, 0, 0)",
|
||||
"label_global": "rgb(0, 0, 0)",
|
||||
|
@ -23,11 +27,15 @@
|
|||
"net_name": "rgb(0, 0, 0)",
|
||||
"no_connect": "rgb(0, 0, 0)",
|
||||
"note": "rgb(0, 0, 0)",
|
||||
"override_item_colors": false,
|
||||
"pin": "rgb(0, 0, 0)",
|
||||
"pin_name": "rgb(0, 0, 0)",
|
||||
"pin_number": "rgb(0, 0, 0)",
|
||||
"reference": "rgb(0, 0, 0)",
|
||||
"shadow": "rgba(102, 179, 255, 0.800)",
|
||||
"sheet": "rgb(0, 0, 0)",
|
||||
"sheet_background": "rgba(255, 255, 255, 0.000)",
|
||||
"sheet_fields": "rgb(0, 0, 0)",
|
||||
"sheet_filename": "rgb(0, 0, 0)",
|
||||
"sheet_label": "rgb(0, 0, 0)",
|
||||
"sheet_name": "rgb(0, 0, 0)",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
||||
"name": "Black-White Theme",
|
||||
"description": "Black-White color theme",
|
||||
"description_full": "Black-White color theme",
|
||||
"description": "Designed for printing",
|
||||
"description_full": "Designed for printing",
|
||||
"identifier": "theme-black-white",
|
||||
"type": "colortheme",
|
||||
"author": {
|
||||
|
|
Binary file not shown.
|
@ -3,8 +3,8 @@
|
|||
{
|
||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
||||
"name": "Black-White Theme",
|
||||
"description": "Black-White color theme",
|
||||
"description_full": "Black-White color theme",
|
||||
"description": "Designed for printing",
|
||||
"description_full": "Designed for printing",
|
||||
"identifier": "theme-black-white",
|
||||
"type": "colortheme",
|
||||
"author": {
|
||||
|
@ -28,10 +28,10 @@
|
|||
"version": "1.0",
|
||||
"status": "stable",
|
||||
"kicad_version": "5.99",
|
||||
"download_sha256": "5b35ad2d3c910d053c27a9494ce7729e7bc4436591844e4829586a984953f937",
|
||||
"download_size": 3883,
|
||||
"download_sha256": "6c2f34f7c6158929712c38f8bcff938c19414666d594cfa7043abe4cc7d92de1",
|
||||
"download_size": 3973,
|
||||
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/black-white/theme-black-white_v1.0_pcm.zip",
|
||||
"install_size": 4847
|
||||
"install_size": 5154
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -8,15 +8,15 @@
|
|||
},
|
||||
"name": "kicad-color-schemes repository by @pointhi",
|
||||
"packages": {
|
||||
"sha256": "98115ad215b26c285d82213b882ad47ffac4f27f3f2384de1760509115a4af14",
|
||||
"update_time_utc": "2021-10-31 15:39:23",
|
||||
"update_timestamp": 1635694763,
|
||||
"sha256": "15b84be25fd4acac983b5a11fab8ed6ad1393f788fec5268fc9ec3ce78297e18",
|
||||
"update_time_utc": "2021-10-31 15:47:14",
|
||||
"update_timestamp": 1635695234,
|
||||
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/packages.json"
|
||||
},
|
||||
"resources": {
|
||||
"sha256": "e438fe66584ea0c2c972f39c17c61a0fdb4ddfc73e052d70396537649cee0eda",
|
||||
"update_time_utc": "2021-10-31 15:39:23",
|
||||
"update_timestamp": 1635694763,
|
||||
"update_time_utc": "2021-10-31 15:47:14",
|
||||
"update_timestamp": 1635695234,
|
||||
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/resources.zip"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue