Game Theme Object
Contains theme variables.
primarystring
The primary hex color code.
Example:
#44bfd5
darkstring
The dark hex color code.
Example:
#2c2c3f
lightstring
The light hex color code.
Example:
#ffffff
successstring
The success hex color code.
Example:
#68D391
warningstring
The warning hex color code.
Example:
#d6af2e
dangerstring
The danger hex color code.
Example:
#ff000e
Game Theme Object
{
"primary": "#44bfd5",
"dark": "#2c2c3f",
"light": "#ffffff",
"success": "#68D391",
"warning": "#d6af2e",
"danger": "#ff000e"
}