Skip to main content
Module theme
retroglyph_
ui
0.4.1
Module theme
Module Items
Structs
In crate retroglyph_
ui
retroglyph_ui
Module
theme
Copy item path
Source
Expand description
Theme
: named color roles for a light/dark-aware app.
Structs
ยง
Theme
A palette of named color roles, rather than a CSS-style cascade: draw code picks the role it means (
theme.accent
,
theme.border
) and the active
Theme
decides what color that resolves to.