Custom themes
Themes use the DarkTheme
configuration as the base and any defined theme will act as overwrites to this configuration
Accents
ReGui comes with built-in accent colors that can be used for coloring. As seen in the source here
Creating a theme
For this example, we'll create a basic dark and red theme
Usage in a Window
Now to use the theme we have just created, set the Theme
flag to the name of the theme we have created - RedTheme
Last updated