Scaffold out new theme-importer
crate
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
972f076b4d
commit
058981350c
14 changed files with 3239 additions and 474 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue