Game themes - SuperCatGaming/Velocity-Redux-Mod-Creator GitHub Wiki
If you are following the recommended file structure for mods, game themes are located under [GameThemes].
To create a game theme, access the menu [Assets > Create > Mods > Game Theme]. Name the created object. In the inspector, you will see everything you need to create a game theme.
- Id: the unique (to your mod) identifier for this game theme
- Theme Name: the name of the theme; can be translated
- Normal Color: the color of the UI by default
- Highlighted Color: the color of UI elements when the mouse hovers over them
- Pressed Color: the color of UI elements when the mouse is pressed down on them
- Selected Color: the color of UI elements when the element is selected (usually after a click)
- Disabled Color: the color of UI elements when they are disabled
- Color Multiplier: How bright the UI appears. Due to a bug in Unity, the actual default is 0, which makes some UI elements not appear at all. To fix this, move the slider anywhere and then back to 1 (or wherever you want it)
- Fade Duration: How long it takes for the UI elements to transition between colors; recommended default is 0.1
[!Tip] When selecting a color, be sure to set the Alpha value higher than 0. The recommended default for disabled is 128, and the recommended default for the rest is 230