Scaffold out new theme-importer crate

Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
Nate Butler 2023-11-02 17:21:11 -04:00
parent 972f076b4d
commit 058981350c
14 changed files with 3239 additions and 474 deletions

View file

@ -1,7 +1,6 @@
mod colors;
mod default_colors;
mod default_theme;
mod import;
mod registry;
mod scale;
mod settings;
@ -40,8 +39,7 @@ impl ActiveTheme for AppContext {
}
pub struct ThemeFamily {
#[allow(dead_code)]
pub(crate) id: String,
pub id: String,
pub name: SharedString,
pub author: SharedString,
pub themes: Vec<ThemeVariant>,