5#ifndef MALENA_LISTITEMTHEME_H
6#define MALENA_LISTITEMTHEME_H
static const Color Transparent
Theme tokens for interactive UI controls.
ControlTheme & applyFrom(const Theme &t) override
Populate all fields from the global Theme token set.
Theme tokens for all visual components.
Color and font tokens for ListItem.
float getDividerThickness() const
ListItemTheme & operator=(const ControlTheme &c)
ListItemTheme & operator=(const GraphicTheme &g)
void setDividerColor(const sf::Color &c)
sf::Color getDividerColor() const
void setBgDisabled(const sf::Color &c)
void setBgHover(const sf::Color &c)
ListItemTheme & applyFrom(const Theme &t) override
Populate all fields from the global Theme token set.
void setBgIdle(const sf::Color &c)
sf::Color getBgHover() const
void setDividerThickness(float t)
sf::Color getBgDisabled() const
sf::Color getBgIdle() const
Universal design token set applied across all Themeable components.