Changing Colors

I have been playing around setting up the SteelSeries gauges and have a question on changing the colors. On the gauge face it shows a light red (pink) color for the highs and lows. I would like to change this to a darker red so it can be more easily seen. What do I need to do to change that color? TIA!

just about the same question. i am trying to change the trend arrow colors on the barometer and the temp gauges. can anyone show where in the scripts that can be changed.

thanks

Gauges.js, line 69…

        gauge = {
            minMaxArea             : 'rgba(212,132,134,0.3)', //area sector for todays max/min. (red, green, blue, transparency)

Trickier, you will have to add a custom parameter to the gauge(s) you want to alter.
The parameter is trendColors and the default values are:

 trendColors = [steelseries.LedColor.RED_LED, steelseries.LedColor.GREEN_LED, steelseries.LedColor.CYAN_LED]