chore: update gtk4-output for the theme to set adwaita named colors
This is still a bit incomplete, and some apps use their own custom variables as well, for example the text editor.
This commit is contained in:
parent
4154428a63
commit
d6b87a0222
5 changed files with 175 additions and 160 deletions
|
|
@ -11,6 +11,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
|||
|
||||
[features]
|
||||
default = []
|
||||
gtk4-output = []
|
||||
no-default = []
|
||||
theme-from-image = ["kmeans_colors", "image"]
|
||||
|
||||
|
|
@ -24,3 +25,5 @@ ron = "0.8"
|
|||
lazy_static = "1.4.0"
|
||||
csscolorparser = {version = "0.6.2", features = ["serde"]}
|
||||
cosmic-config = { path = "../cosmic-config/", default-features = false, features = ["subscription", "macro"] }
|
||||
dirs.workspace = true
|
||||
thiserror = "1.0.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue