|
RADLib
RADical C++ application framework
|
Named UI color tokens encoded as CSS-style strings. More...
#include <RADTheme.h>
Public Attributes | |
| std::string | window = "#f6f7f9" |
| Main window background. More... | |
| std::string | panel = "#ffffff" |
| Raised panel background. More... | |
| std::string | panelAlt = "#eef1f5" |
| Alternate panel background. More... | |
| std::string | text = "#1d2733" |
| Primary text color. More... | |
| std::string | mutedText = "#667085" |
| Muted secondary text color. More... | |
| std::string | border = "#cfd6df" |
| Border and separator color. More... | |
| std::string | accent = "#2563eb" |
| Primary accent color. More... | |
| std::string | success = "#15803d" |
| Success state color. More... | |
| std::string | warning = "#b45309" |
| Warning state color. More... | |
| std::string | error = "#b91c1c" |
| Error state color. More... | |
Named UI color tokens encoded as CSS-style strings.
| std::string RADUi::ThemeColors::accent = "#2563eb" |
Primary accent color.
| std::string RADUi::ThemeColors::border = "#cfd6df" |
Border and separator color.
| std::string RADUi::ThemeColors::error = "#b91c1c" |
Error state color.
| std::string RADUi::ThemeColors::mutedText = "#667085" |
Muted secondary text color.
| std::string RADUi::ThemeColors::panel = "#ffffff" |
Raised panel background.
| std::string RADUi::ThemeColors::panelAlt = "#eef1f5" |
Alternate panel background.
| std::string RADUi::ThemeColors::success = "#15803d" |
Success state color.
| std::string RADUi::ThemeColors::text = "#1d2733" |
Primary text color.
| std::string RADUi::ThemeColors::warning = "#b45309" |
Warning state color.
| std::string RADUi::ThemeColors::window = "#f6f7f9" |
Main window background.