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

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

Detailed Description

Named UI color tokens encoded as CSS-style strings.

Member Data Documentation

◆ accent

std::string RADUi::ThemeColors::accent = "#2563eb"

Primary accent color.

◆ border

std::string RADUi::ThemeColors::border = "#cfd6df"

Border and separator color.

◆ error

std::string RADUi::ThemeColors::error = "#b91c1c"

Error state color.

◆ mutedText

std::string RADUi::ThemeColors::mutedText = "#667085"

Muted secondary text color.

◆ panel

std::string RADUi::ThemeColors::panel = "#ffffff"

Raised panel background.

◆ panelAlt

std::string RADUi::ThemeColors::panelAlt = "#eef1f5"

Alternate panel background.

◆ success

std::string RADUi::ThemeColors::success = "#15803d"

Success state color.

◆ text

std::string RADUi::ThemeColors::text = "#1d2733"

Primary text color.

◆ warning

std::string RADUi::ThemeColors::warning = "#b45309"

Warning state color.

◆ window

std::string RADUi::ThemeColors::window = "#f6f7f9"

Main window background.


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