theme: Export colors attribute. (#822)

This commit is contained in:
Jason Lee 2025-04-30 10:16:35 +08:00 committed by GitHub
parent 832f8b8f75
commit dd3b8b1f3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -431,7 +431,7 @@ impl ThemeColor {
#[derive(Debug, Clone)]
pub struct Theme {
colors: ThemeColor,
pub colors: ThemeColor,
pub mode: ThemeMode,
pub font_family: SharedString,