you can specify custom colors in colors.ini using the method you've mentioned. Instead of using predefined color names like Orange, you can define your own RGB values.
Here’s how to do it:
Define Custom Colors: Open Color-RGB.ini and add your custom color like this:
Copy
[Colors]
mycolor=23,0,45
Reference in colors.ini: Then, in your colors.ini, you can reference your custom color:
Copy
P1_Button1=mycolor
This allows for greater flexibility in customizing button colors for your games. If you need to adjust intensity levels, you can also use the LEDBlinkyControlsEditor for more precise control.