RADLib
RADical C++ application framework
RADUi::Theme Struct Reference

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...
 

Detailed Description

Complete RADUi theme definition.

Member Data Documentation

◆ colors

ThemeColors RADUi::Theme::colors

Color tokens.

◆ icons

std::map<std::string, std::string> RADUi::Theme::icons

Icon name aliases.

◆ id

std::string RADUi::Theme::id = "light"

Stable theme id.

◆ metrics

ThemeMetrics RADUi::Theme::metrics

Metrics tokens.

◆ name

std::string RADUi::Theme::name = "Light"

Display name.

◆ typography

ThemeTypography RADUi::Theme::typography

Typography tokens.


The documentation for this struct was generated from the following file: