refactor: cosmic-config granular key updates and remove unused generics from cosmic-theme
This commit is contained in:
parent
ef657fb19d
commit
a4d1b1b651
18 changed files with 233 additions and 699 deletions
|
|
@ -7,7 +7,6 @@
|
|||
//!
|
||||
|
||||
pub use model::*;
|
||||
pub use output::*;
|
||||
|
||||
mod model;
|
||||
mod output;
|
||||
|
|
@ -16,8 +15,6 @@ mod output;
|
|||
pub mod composite;
|
||||
/// get color steps
|
||||
pub mod steps;
|
||||
/// utilities
|
||||
pub mod util;
|
||||
|
||||
/// name of cosmic theme
|
||||
pub const NAME: &'static str = "com.system76.CosmicTheme";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue