Take makeover 2.1.1 so the Platinum ramp reaches the app
2.1.1 is the release carrying the GoingsOn skin's move off #FFFFFF. The
bundled themes/ regenerates with surface.raised at #D9DDF4, surface.page
at #AEB6DC and line.border at #4A5077, which is what the first-paint
defaults in styles.css already assume, so themes.js now applies the same
values it overwrites them with.
It also brings the audiofiles skin's own Platinum tribute, since the
theme set is shared.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+3 insertions,
-3 deletions
| 3417 |
3417 |
|
|
| 3418 |
3418 |
|
[[package]]
|
| 3419 |
3419 |
|
name = "makeover"
|
| 3420 |
|
- |
version = "2.1.0"
|
|
3420 |
+ |
version = "2.1.1"
|
| 3421 |
3421 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3422 |
|
- |
checksum = "a26aeb770bb59143a83a7bffa1150930064b785abbe6b7e99da59697cb592032"
|
|
3422 |
+ |
checksum = "6df529a7d2083898f5e53dcc16be01484dfff177526a461e6d0be1a277e2619f"
|
| 3423 |
3423 |
|
dependencies = [
|
| 3424 |
3424 |
|
"include_dir",
|
| 3425 |
3425 |
|
"serde",
|
| 81 |
81 |
|
# Filesystem watching (db change notifications)
|
| 82 |
82 |
|
notify = "8.2"
|
| 83 |
83 |
|
notify-debouncer-mini = "0.7"
|
| 84 |
|
- |
makeover = "2.1.0"
|
|
84 |
+ |
makeover = "2.1.1"
|
| 85 |
85 |
|
alloy_tui = "2.0.0"
|
| 86 |
86 |
|
toml = "1.1"
|
| 87 |
87 |
|
|