feat: hex_color serialization for the theme
can also can deserialize the previous version of the theme, so existing themes should not be affected
This commit is contained in:
parent
7ecc6a32d6
commit
72ddeaa5fb
9 changed files with 262 additions and 13 deletions
|
|
@ -16,6 +16,7 @@ no-default = []
|
|||
|
||||
[dependencies]
|
||||
palette = { workspace = true, features = ["serializing"] }
|
||||
hex_color = { version = "3", features = ["serde"] }
|
||||
almost = "0.2"
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { version = "1.0.149", optional = true, features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue