bos-settings 0.4.2: bump bread-theme to v0.2.10 (fixed dark background/surface)
Pulls the fix for panels turning brown/off-hue when pywal extracts a light or muddy background from the wallpaper — background/surface now stay BOS's fixed dark constants regardless of what the wallpaper looks like.
This commit is contained in:
parent
811710c20d
commit
3884a49b11
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bos-settings"
|
name = "bos-settings"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
@ -8,7 +8,7 @@ gtk4 = { version = "0.11", features = ["v4_12"] }
|
||||||
glib = "0.22"
|
glib = "0.22"
|
||||||
# Shared ecosystem theming — bos-settings loads the same generated stylesheet as
|
# Shared ecosystem theming — bos-settings loads the same generated stylesheet as
|
||||||
# breadbar/breadbox/breadpad so the whole desktop looks consistent.
|
# breadbar/breadbox/breadpad so the whole desktop looks consistent.
|
||||||
bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.2.8", features = ["gtk"] }
|
bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.2.10", features = ["gtk"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
toml = "0.8"
|
toml = "0.8"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue