summaryrefslogtreecommitdiff
path: root/muse2/share/themes/Light Theme.cfg
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2013-03-10 19:08:05 +0000
committerRobert Jonsson <spamatica@gmail.com>2013-03-10 19:08:05 +0000
commit8f0772bf78d72dd02d2f9b57696e2b9e5f9ce978 (patch)
tree98ae75e1d5f6ce8dda550ba13dc08c6ddaf1fe0b /muse2/share/themes/Light Theme.cfg
parent0cbda2ef8898f4e6333407c64e662d6e087878fa (diff)
added more colors
Diffstat (limited to 'muse2/share/themes/Light Theme.cfg')
-rw-r--r--muse2/share/themes/Light Theme.cfg11
1 files changed, 10 insertions, 1 deletions
diff --git a/muse2/share/themes/Light Theme.cfg b/muse2/share/themes/Light Theme.cfg
index 9cced291..4f68daff 100644
--- a/muse2/share/themes/Light Theme.cfg
+++ b/muse2/share/themes/Light Theme.cfg
@@ -51,7 +51,16 @@
<waveEditBackgroundColor r="200" g="200" b="200"></waveEditBackgroundColor>
<rulerBackgroundColor r="224" g="224" b="224"></rulerBackgroundColor>
<rulerForegroundColor r="0" g="0" b="0"></rulerForegroundColor>
-
+ <rulerCurrentColor r="255" g="255" b="255"></rulerCurrentColor>
+ <waveNonselectedPart r="192" g="192" b="192"></waveNonselectedPart>
+ <wavePeakColor r="128" g="128" b="128"></wavePeakColor>
+ <waveRmsColor r="0" g="0" b="0"></waveRmsColor>
+ <wavePeakColorSelected r="192" g="192" b="192"></wavePeakColorSelected>
+ <waveRmsColorSelected r="255" g="255" b="255"></waveRmsColorSelected>
+ <partWaveColorPeak r="128" g="128" b="128"></partWaveColorPeak>
+ <partWaveColorRms r="20" g="20" b="20"></partWaveColorRms>
+ <partMidiDarkEventColor r="54" g="54" b="54"></partMidiDarkEventColor>
+ <partMidiLightEventColor r="200" g="200" b="200"></partMidiLightEventColor>
<midiCanvasBackgroundColor r="255" g="255" b="255"></midiCanvasBackgroundColor>
<midiControllerViewBackgroundColor r="255" g="255" b="255"></midiControllerViewBackgroundColor>
<drumListBackgroundColor r="255" g="255" b="255"></drumListBackgroundColor>