Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-19 21:49:24 (GMT)
committer Nat <natcl@hotmail.com>2007-07-19 21:49:24 (GMT)
commit4499b1a454828b1c0e50cb67a5bd9d1196737332 (patch)
tree6d7bbecc25289a008482749950c19c28a9cf6b68 /Config.py
parent203bba3cf167efad03cb5b5327f7297ffdd345a6 (diff)
Colors
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/Config.py b/Config.py
index 931d9cd..5c045c2 100644
--- a/Config.py
+++ b/Config.py
@@ -412,9 +412,9 @@ THUMBNAIL_SELECTED_COLOR = "#2266FF"
THUMBNAIL_DISPLAYED_COLOR = "#CC1133"
### miniTamTam/SYNTHLAB SPECIFIC ###
-INST_BCK_COLOR = '#979DA8'
-PANEL_BCK_COLOR = '#FFFFFF'
-PANEL_COLOR = '#707F93'
+INST_BCK_COLOR = '#999999'
+PANEL_BCK_COLOR = '#CCCCCC'
+PANEL_COLOR = '#FFFFFF'
SL_LINE_COLOR = "#666666"
SL_OVER_WIRE_COLOR = "#FFFFFF"
SL_OVER_GATE_COLOR = "#00FF18"
@@ -422,6 +422,10 @@ SL_OVER_GATE_REJECT_COLOR = "#B30000"
PANEL_RADIUS = 10
PANEL_SPACING = 2
+###Instrument Panel###
+CATEGORY_BCK_COLOR = '#222222'
+INSTRUMENT_GRID_COLOR = '#CCCCCC'
+
###Welcome Screen Specific###
WS_PANEL_COLOR = '#515151'
WS_BCK_COLOR = '#CCCCCC'