Skip to content

Commit

Permalink
create basic struct for theme structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Redhawk18 committed Jul 18, 2023
1 parent cb73b7e commit e585de8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/theme/colors.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use iced::{color, Color, Background};

/// Holds infomation about the post-processed colors at the highest level
/// The result of Palette mixed with shade
pub struct Colors {

}
4 changes: 4 additions & 0 deletions src/gui/theme/palette.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/// raw hex colors from the theme files
pub struct Palette {

}
4 changes: 4 additions & 0 deletions src/gui/theme/shade.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/// provides post-processing to Palette's raw colors
pub struct Shade {

}

0 comments on commit e585de8

Please sign in to comment.