Bright green is bright.

New green is less bright. But equally shiny. Shiny...
This commit is contained in:
Corollax
2010-12-06 18:02:14 -06:00
parent c97222b94c
commit 5e1c061a52

View File

@@ -59,7 +59,7 @@ class PyGauge(wx.PyWindow):
self._animValue = 0
self._animDirection = 0
self.transitionsColors = [( (191, 191, 191, 255) , (128, 255, 0, 255) ),
self.transitionsColors = [( (191, 191, 191, 255) , (96, 191, 0, 255) ),
( (191, 167, 96, 255) , (255, 191, 0, 255) ),
( (255, 191, 0, 255) , (255, 128, 0, 255) ),
( (255, 128, 0, 255) , (255, 64, 64, 255) )]