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:
Ashley Wulber 2026-03-26 16:17:36 -04:00
parent 6653157def
commit 141bbd23ec
7 changed files with 264 additions and 25 deletions

View file

@ -6,6 +6,7 @@ pub use mode::*;
pub use spacing::*;
pub use theme::*;
pub mod color;
mod corner;
mod cosmic_palette;
mod density;