Skip to content

Commit

Permalink
fix indention error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Jun 9, 2011
1 parent 8739596 commit dbef1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Theme.py
Expand Up @@ -157,7 +157,7 @@ def get(value, type = str, default = None):
#actually is (if the image is white then no matter what key is hit the glow will be white)
self.glowColor = get("glow_color", str, "frets")
if not self.glowColor == "frets":
self.glowColor = self.hexToColor(self.glowColor)
self.glowColor = self.hexToColor(self.glowColor)]

#Note Colors (this applies to frets and notes)
#default is green, red, yellow, blue, orange, purple (I don't know why there's a 6th color)
Expand Down

0 comments on commit dbef1dd

Please sign in to comment.