Aether
SDL2 based UI Framework for NX
|
Struct for UI Theme. More...
#include <Types.hpp>
Public Attributes | |
Colour | accent |
"Selected" colour | |
Colour | altBG |
Lighter/darker shade of bg. | |
Colour | bg |
Background. | |
Colour | fg |
Foreground (ie. lines) | |
Colour | highlightBG |
Highlight background (usually darker/lighter than bg) | |
Colour | mutedLine |
Usually grey; used for lines that separate. | |
Colour | mutedText |
Also grey; used for less important text. | |
Colour | selected |
Colour to draw on top of element when selected. | |
Colour | text |
Text colour. | |
std::function< Colour(uint32_t)> | highlightFunc |
Function returning a colour (for highlight border) based on current time. | |
Struct for UI Theme.