Make default background color into a warmer green
This commit is contained in:
parent
10b89e784f
commit
32bc2660d4
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class Hackertours(Steady):
|
||||||
"""
|
"""
|
||||||
Base color yellow, with green wandering back and forth
|
Base color yellow, with green wandering back and forth
|
||||||
"""
|
"""
|
||||||
def __init__(self, color, base=(255,255,0), looptime=4.0):
|
def __init__(self, color, base=(255,223,0), looptime=4.0):
|
||||||
super(Hackertours, self).__init__(color)
|
super(Hackertours, self).__init__(color)
|
||||||
self.looptime = looptime
|
self.looptime = looptime
|
||||||
self.base = base
|
self.base = base
|
||||||
|
|
Loading…
Reference in a new issue