theme: Export colors attribute. (#822)
This commit is contained in:
parent
832f8b8f75
commit
dd3b8b1f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ impl ThemeColor {
|
|||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Theme {
|
||||
colors: ThemeColor,
|
||||
pub colors: ThemeColor,
|
||||
|
||||
pub mode: ThemeMode,
|
||||
pub font_family: SharedString,
|
||||
|
|
|
|||
Loading…
Reference in a new issue