Remove sheet background from solarized theme again
This commit is contained in:
parent
c6a545a9b3
commit
c7e36d4eb7
6 changed files with 13 additions and 13 deletions
|
@ -98,10 +98,10 @@
|
|||
"version": "1.0",
|
||||
"status": "stable",
|
||||
"kicad_version": "5.99",
|
||||
"download_sha256": "2e12eead318b88c755cfce4a4dfd7bdbf0a81520c17ae55bce46127cf589ed25",
|
||||
"download_size": 4392,
|
||||
"download_sha256": "698691d195fd009e1aa65954ccdf55690d10bbd3a2d6a80647e83c210eb7c4b6",
|
||||
"download_size": 4398,
|
||||
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/solarized-dark/theme-solarized-dark_v1.0_pcm.zip",
|
||||
"install_size": 5672
|
||||
"install_size": 5684
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -133,10 +133,10 @@
|
|||
"version": "1.0",
|
||||
"status": "stable",
|
||||
"kicad_version": "5.99",
|
||||
"download_sha256": "9a206953bca018b034b76cfc0736153dca22fd3778f2fb1515b6c80cc683654e",
|
||||
"download_size": 4386,
|
||||
"download_sha256": "bc9332b5119dee02e6860877af32aa0e3214e91004678a998944541fb1103d3d",
|
||||
"download_size": 4393,
|
||||
"download_url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/solarized-light/theme-solarized-light_v1.0_pcm.zip",
|
||||
"install_size": 5664
|
||||
"install_size": 5672
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -8,15 +8,15 @@
|
|||
},
|
||||
"name": "kicad-color-schemes repository by @pointhi",
|
||||
"packages": {
|
||||
"sha256": "aeba6e78a60684f41696600dc1155cd35dd24db035d3888375b704d68d55890c",
|
||||
"update_time_utc": "2021-10-31 15:22:38",
|
||||
"update_timestamp": 1635693758,
|
||||
"sha256": "98115ad215b26c285d82213b882ad47ffac4f27f3f2384de1760509115a4af14",
|
||||
"update_time_utc": "2021-10-31 15:39:23",
|
||||
"update_timestamp": 1635694763,
|
||||
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/packages.json"
|
||||
},
|
||||
"resources": {
|
||||
"sha256": "e438fe66584ea0c2c972f39c17c61a0fdb4ddfc73e052d70396537649cee0eda",
|
||||
"update_time_utc": "2021-10-31 15:22:38",
|
||||
"update_timestamp": 1635693758,
|
||||
"update_time_utc": "2021-10-31 15:39:23",
|
||||
"update_timestamp": 1635694763,
|
||||
"url": "https://raw.githubusercontent.com/pointhi/kicad-color-schemes/master/resources.zip"
|
||||
}
|
||||
}
|
|
@ -34,7 +34,7 @@
|
|||
"reference": "rgb(38, 139, 210)",
|
||||
"shadow": "rgba(102, 179, 255, 0.800)",
|
||||
"sheet": "rgb(147, 161, 161)",
|
||||
"sheet_background": "rgb(7, 54, 66)",
|
||||
"sheet_background": "rgba(255, 255, 255, 0.000)",
|
||||
"sheet_fields": "rgb(88, 110, 117)",
|
||||
"sheet_filename": "rgb(108, 113, 196)",
|
||||
"sheet_label": "rgb(203, 75, 22)",
|
||||
|
|
Binary file not shown.
|
@ -34,7 +34,7 @@
|
|||
"reference": "rgb(38, 139, 210)",
|
||||
"shadow": "rgba(102, 179, 255, 0.800)",
|
||||
"sheet": "rgb(88, 110, 117)",
|
||||
"sheet_background": "rgb(238, 232, 213)",
|
||||
"sheet_background": "rgba(255, 255, 255, 0.000)",
|
||||
"sheet_fields": "rgb(147, 161, 161)",
|
||||
"sheet_filename": "rgb(108, 113, 196)",
|
||||
"sheet_label": "rgb(203, 75, 22)",
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue