Aether
SDL2 based UI Framework for NX
Public Attributes | List of all members
Aether::Theme_T Struct Reference

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.
 

Detailed Description

Struct for UI Theme.


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