|
RADLib
RADical C++ application framework
|
Complete RADUi theme definition. More...
#include <RADTheme.h>
Collaboration diagram for RADUi::Theme:Public Attributes | |
| std::string | id = "light" |
| Stable theme id. More... | |
| std::string | name = "Light" |
| Display name. More... | |
| ThemeColors | colors |
| Color tokens. More... | |
| ThemeMetrics | metrics |
| Metrics tokens. More... | |
| ThemeTypography | typography |
| Typography tokens. More... | |
| std::map< std::string, std::string > | icons |
| Icon name aliases. More... | |
Complete RADUi theme definition.
| ThemeColors RADUi::Theme::colors |
Color tokens.
| std::map<std::string, std::string> RADUi::Theme::icons |
Icon name aliases.
| std::string RADUi::Theme::id = "light" |
Stable theme id.
| ThemeMetrics RADUi::Theme::metrics |
Metrics tokens.
| std::string RADUi::Theme::name = "Light" |
Display name.
| ThemeTypography RADUi::Theme::typography |
Typography tokens.