Change the Spin Rhythm XD UI/menu colors to colors of your choosing.
- SpinCore
Active color schemes can be swapped in the added Mod Settings page, changes take effect immediately (so long as the scheme is formatted correctly, see below for details).
Note
This mod will take over the default UI color scheme, no changes will be visible unless that is your active UI color scheme.
Color schemes are stored in [Spin Rhythm folder]/BepInEx/config/CustomMenuColors/Presets as .json files.
{
"BackgroundDesaturation": 0,
"HighlightColor": {
"x": 0,
"y": 0,
"z": 0
},
"HighlightBackgroundOffset": {
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"BackgroundColor": {
"x": 0.85,
"y": 0.85,
"z": 0.85
},
"PrimaryColor": {
"x": 0.225,
"y": 0.225,
"z": 0.225
},
"SelectionRingColor": {
"x": 18,
"y": 12,
"z": 75
}
}- In color values,
xis mapped to the red value,yis mapped to the green value, andzis mapped to the blue value. - Colors are scaled 0-1, but can exceed 1 to push the bloom effect harder.
| JSON Key | Description |
|---|---|
BackgroundDesaturation |
How much the blurring effect desaturates what's behind it (0-1) |
HighlightColor |
Color of UI elements around the active UI element or the mouse cursor |
HighlightBackgroundOffset |
Offset of the background color around the active UI element or the mouse cursor. This is relative to BackgroundColor |
BackgroundColor |
Color of the background |
PrimaryColor |
Color of text/UI elements |
SelectionRingColor |
Color of the highlight ring around active UI elements |
Sample presets are available in the Assets/Presets folder.
