Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authoramartin <olpc@localhost.localdomain>2007-02-11 19:23:12 (GMT)
committer amartin <olpc@localhost.localdomain>2007-02-11 19:23:12 (GMT)
commit39683b9e0d4f29ba071e85c6d8a89bb40b43ca1b (patch)
treead9bf48be25544d4e9bc085286413ece8c3eb619 /Config.py
parent4ebd04f319ea60f8e593ecd1f1d1e68d68be8c13 (diff)
note step buttons, redid note drag updates as streams
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py15
1 files changed, 10 insertions, 5 deletions
diff --git a/Config.py b/Config.py
index 4427eda..8c1ca45 100644
--- a/Config.py
+++ b/Config.py
@@ -389,11 +389,16 @@ HIT_IMAGE_PADDING = 6
HIT_IMAGE_PADDING_MUL2 = HIT_IMAGE_PADDING*2
TRACK_SPACING = 4
TRACK_SPACING_DIV2 = TRACK_SPACING//2
-TRACK_COLORS = [ ( "#00591B", "#00E847" ), \
- ( "#6F1200", "#E72500" ), \
- ( "#004682", "#0090EA" ), \
- ( "#716D00", "#F9EF00" ), \
- ( "#37187B", "#4A00ED" ) ]
+TRACK_COLORS = [ ( "#00290B", "#00E847" ), \
+ ( "#3F0200", "#E72500" ), \
+ ( "#002642", "#0090EA" ), \
+ ( "#313D00", "#F9EF00" ), \
+ ( "#17083B", "#4A00ED" ) ]
+#TRACK_COLORS = [ ( "#00591B", "#00E847" ), \
+# ( "#6F1200", "#E72500" ), \
+# ( "#004682", "#0090EA" ), \
+# ( "#716D00", "#F9EF00" ), \
+# ( "#37187B", "#4A00ED" ) ]
BEAT_COLOR = "#999999"
BEAT_LINE_SIZE = 2
PLAYHEAD_COLOR = "#666666"