How can I change the color of menu?

The UI was never designed to be skinnable by the user, and, it doesn't use textures any more.

The colors are pre-defined before RoR is compiled, meaning, they is no .ini or .cfg or any text file you can edit - instead, the pre-defined colors are in the executable.

You would have to create a fork of RoR on github, edit the file where the colors are defined and compile RoR yourself (not easy)
 
Back
Top