Improve solarized color-schemes by adding missing colors and improving the description
This commit is contained in:
parent
eda83d43a4
commit
c6a545a9b3
8 changed files with 51 additions and 29 deletions
|
@ -73,8 +73,8 @@
|
|||
{
|
||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
||||
"name": "Solarized Dark Theme",
|
||||
"description": "Solarized Dark color theme",
|
||||
"description_full": "Solarized Dark color theme",
|
||||
"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.",
|
||||
"identifier": "theme-solarized-dark",
|
||||
"type": "colortheme",
|
||||
"author": {
|
||||
|
@ -98,18 +98,18 @@
|
|||
"version": "1.0",
|
||||
"status": "stable",
|
||||
"kicad_version": "5.99",
|
||||
"download_sha256": "0a99069b18a16536f48d45f5047749d58b5151736978c8652ea826d804c3ce54",
|
||||
"download_size": 4225,
|
||||
"download_sha256": "2e12eead318b88c755cfce4a4dfd7bdbf0a81520c17ae55bce46127cf589ed25",
|
||||
"download_size": 4392,
|
||||
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/solarized-dark/theme-solarized-dark_v1.0_pcm.zip",
|
||||
"install_size": 5135
|
||||
"install_size": 5672
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
||||
"name": "Solarized Light Theme",
|
||||
"description": "Solarized Light color theme",
|
||||
"description_full": "Solarized Light color theme",
|
||||
"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.",
|
||||
"identifier": "theme-solarized-light",
|
||||
"type": "colortheme",
|
||||
"author": {
|
||||
|
@ -133,10 +133,10 @@
|
|||
"version": "1.0",
|
||||
"status": "stable",
|
||||
"kicad_version": "5.99",
|
||||
"download_sha256": "3a07a48c9d886a4540e6b29534fd6319a454a5cbd5b0efc93a085bf2827b520c",
|
||||
"download_size": 4221,
|
||||
"download_sha256": "9a206953bca018b034b76cfc0736153dca22fd3778f2fb1515b6c80cc683654e",
|
||||
"download_size": 4386,
|
||||
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/solarized-light/theme-solarized-light_v1.0_pcm.zip",
|
||||
"install_size": 5132
|
||||
"install_size": 5664
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -8,15 +8,15 @@
|
|||
},
|
||||
"name": "kicad-color-schemes repository by @pointhi",
|
||||
"packages": {
|
||||
"sha256": "7af39cec74346e1893141c8d4591dcf6f56dfa625613138587f001faf76578ea",
|
||||
"update_time_utc": "2021-10-30 21:17:58",
|
||||
"update_timestamp": 1635628678,
|
||||
"sha256": "aeba6e78a60684f41696600dc1155cd35dd24db035d3888375b704d68d55890c",
|
||||
"update_time_utc": "2021-10-31 15:22:38",
|
||||
"update_timestamp": 1635693758,
|
||||
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/packages.json"
|
||||
},
|
||||
"resources": {
|
||||
"sha256": "e438fe66584ea0c2c972f39c17c61a0fdb4ddfc73e052d70396537649cee0eda",
|
||||
"update_time_utc": "2021-10-30 21:17:58",
|
||||
"update_timestamp": 1635628678,
|
||||
"update_time_utc": "2021-10-31 15:22:38",
|
||||
"update_timestamp": 1635693758,
|
||||
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/resources.zip"
|
||||
}
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
||||
"name": "Solarized Dark Theme",
|
||||
"description": "Solarized Dark color theme",
|
||||
"description_full": "Solarized Dark color theme",
|
||||
"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.",
|
||||
"identifier": "theme-solarized-dark",
|
||||
"type": "colortheme",
|
||||
"author": {
|
||||
|
|
|
@ -2,18 +2,24 @@
|
|||
"meta": {
|
||||
"filename": "solarized-dark",
|
||||
"name": "Solarized Dark",
|
||||
"version": 0
|
||||
"version": 1
|
||||
},
|
||||
"schematic": {
|
||||
"anchor": "rgb(0, 0, 255)",
|
||||
"aux_items": "rgb(253, 246, 227)",
|
||||
"background": "rgb(0, 43, 54)",
|
||||
"brightened": "rgb(211, 54, 130)",
|
||||
"bus": "rgb(38, 139, 210)",
|
||||
"bus_junction": "rgb(38, 139, 210)",
|
||||
"component_body": "rgb(7, 54, 66)",
|
||||
"component_outline": "rgb(147, 161, 161)",
|
||||
"cursor": "rgb(253, 246, 227)",
|
||||
"erc_error": "rgb(220, 50, 47)",
|
||||
"erc_warning": "rgb(220, 50, 47)",
|
||||
"fields": "rgb(88, 110, 117)",
|
||||
"grid": "rgb(147, 161, 161)",
|
||||
"grid_axes": "rgb(108, 113, 196)",
|
||||
"hidden": "rgb(42, 161, 152)",
|
||||
"junction": "rgb(133, 153, 0)",
|
||||
"label_global": "rgb(42, 161, 152)",
|
||||
"label_hier": "rgb(42, 161, 152)",
|
||||
|
@ -21,15 +27,20 @@
|
|||
"net_name": "rgb(0, 0, 0)",
|
||||
"no_connect": "rgb(108, 113, 196)",
|
||||
"note": "rgb(147, 161, 161)",
|
||||
"override_item_colors": false,
|
||||
"pin": "rgb(147, 161, 161)",
|
||||
"pin_name": "rgb(203, 75, 22)",
|
||||
"pin_number": "rgb(181, 137, 0)",
|
||||
"reference": "rgb(38, 139, 210)",
|
||||
"shadow": "rgba(102, 179, 255, 0.800)",
|
||||
"sheet": "rgb(147, 161, 161)",
|
||||
"sheet_filename": "rgb(38, 139, 210)",
|
||||
"sheet_background": "rgb(7, 54, 66)",
|
||||
"sheet_fields": "rgb(88, 110, 117)",
|
||||
"sheet_filename": "rgb(108, 113, 196)",
|
||||
"sheet_label": "rgb(203, 75, 22)",
|
||||
"sheet_name": "rgb(108, 113, 196)",
|
||||
"sheet_name": "rgb(38, 139, 210)",
|
||||
"value": "rgb(108, 113, 196)",
|
||||
"wire": "rgb(133, 153, 0)"
|
||||
"wire": "rgb(133, 153, 0)",
|
||||
"worksheet": "rgb(220, 50, 47)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"$schema": "https://gitlab.com/qu1ck/kicad/-/raw/pcm/kicad/pcm/schemas/pcm.v1.schema.json#",
|
||||
"name": "Solarized Light Theme",
|
||||
"description": "Solarized Light color theme",
|
||||
"description_full": "Solarized Light color theme",
|
||||
"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.",
|
||||
"identifier": "theme-solarized-light",
|
||||
"type": "colortheme",
|
||||
"author": {
|
||||
|
|
|
@ -2,18 +2,24 @@
|
|||
"meta": {
|
||||
"filename": "solarized-light",
|
||||
"name": "Solarized Light",
|
||||
"version": 0
|
||||
"version": 1
|
||||
},
|
||||
"schematic": {
|
||||
"anchor": "rgb(0, 0, 255)",
|
||||
"aux_items": "rgb(0, 43, 54)",
|
||||
"background": "rgb(253, 246, 227)",
|
||||
"brightened": "rgb(211, 54, 130)",
|
||||
"bus": "rgb(38, 139, 210)",
|
||||
"bus_junction": "rgb(38, 139, 210)",
|
||||
"component_body": "rgb(238, 232, 213)",
|
||||
"component_outline": "rgb(88, 110, 117)",
|
||||
"cursor": "rgb(0, 43, 54)",
|
||||
"erc_error": "rgb(220, 50, 47)",
|
||||
"erc_warning": "rgb(220, 50, 47)",
|
||||
"fields": "rgb(147, 161, 161)",
|
||||
"grid": "rgb(88, 110, 117)",
|
||||
"grid_axes": "rgb(108, 113, 196)",
|
||||
"hidden": "rgb(42, 161, 152)",
|
||||
"junction": "rgb(133, 153, 0)",
|
||||
"label_global": "rgb(42, 161, 152)",
|
||||
"label_hier": "rgb(42, 161, 152)",
|
||||
|
@ -21,15 +27,20 @@
|
|||
"net_name": "rgb(0, 0, 0)",
|
||||
"no_connect": "rgb(108, 113, 196)",
|
||||
"note": "rgb(88, 110, 117)",
|
||||
"override_item_colors": false,
|
||||
"pin": "rgb(88, 110, 117)",
|
||||
"pin_name": "rgb(203, 75, 22)",
|
||||
"pin_number": "rgb(181, 137, 0)",
|
||||
"reference": "rgb(38, 139, 210)",
|
||||
"shadow": "rgba(102, 179, 255, 0.800)",
|
||||
"sheet": "rgb(88, 110, 117)",
|
||||
"sheet_filename": "rgb(38, 139, 210)",
|
||||
"sheet_background": "rgb(238, 232, 213)",
|
||||
"sheet_fields": "rgb(147, 161, 161)",
|
||||
"sheet_filename": "rgb(108, 113, 196)",
|
||||
"sheet_label": "rgb(203, 75, 22)",
|
||||
"sheet_name": "rgb(108, 113, 196)",
|
||||
"sheet_name": "rgb(38, 139, 210)",
|
||||
"value": "rgb(108, 113, 196)",
|
||||
"wire": "rgb(133, 153, 0)"
|
||||
"wire": "rgb(133, 153, 0)",
|
||||
"worksheet": "rgb(220, 50, 47)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue