9#ifndef ASW_MODULES_UI_THEME_H
10#define ASW_MODULES_UI_THEME_H
RGBA color struct with 8-bit channels.
Theme configuration for UI elements.
asw::Color text
Default text color.
bool show_focus
Show focus rings around focused widgets. Enabled by default when using keyboard navigation.
float gap
Default gap between elements.
asw::Color panel_bg
Panel background color.
asw::Color input_bg
Input box background color.
asw::Color btn_pressed
Button pressed color.
asw::Color text_dim
Dimmed text color.
asw::Color btn_focus_ring
Button focus ring color.
asw::Color btn_hover
Button hover color.
float padding
Default padding.
asw::Color btn_bg
Button background color.