summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-08-31 15:40:18 +0000
committerDavid Robillard <d@drobilla.net>2011-08-31 15:40:18 +0000
commite9c0350b97d9326182b4fcd08534588715dd24ed (patch)
tree3655beb89a2dd338de4fa3a35dab2c3de671d601 /gtk2_ardour
parent6436e4e541d0a08859229a15f9cd3a6d3e3ede1f (diff)
Use evenly distributed green palette for MIDI notes.
Use standard selection colour (purple) for selected MIDI notes. Green means MIDI, purple means selection, the brightness/velocity mappings match for each (just with a different hue). Sensibly matching colour ranges brought to you by Agave, an awesome tool for this which you should use :) I have inverted the dark/light => low/high velocity mapping for normal MIDI notes to match the selection. I don't really know which way it should be, but they should match, so I arbitrarily chose this direction. Green also means currently selected tools and such, something we might want to resolve, but that might be at the cost of a technicolor nightmare, so perhaps not. git-svn-id: svn://localhost/ardour2/branches/3.0@10038 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour3_ui_default.conf22
1 files changed, 11 insertions, 11 deletions
diff --git a/gtk2_ardour/ardour3_ui_default.conf b/gtk2_ardour/ardour3_ui_default.conf
index 429124c8e7..efc6faf8be 100644
--- a/gtk2_ardour/ardour3_ui_default.conf
+++ b/gtk2_ardour/ardour3_ui_default.conf
@@ -63,13 +63,13 @@
<Option name="midi bus base" value="00000000"/>
<Option name="midi frame base" value="393d3766"/>
<Option name="midi note inactive channel" value="00000000"/>
- <Option name="midi note color min" value="eef9a0ff"/>
- <Option name="midi note color mid" value="8ec78dff"/>
- <Option name="midi note color max" value="00f456ff"/>
- <Option name="selected midi note color min" value="f3c0c0ff"/>
- <Option name="selected midi note color mid" value="ff6b6bff"/>
- <Option name="selected midi note color max" value="ff0000ff"/>
- <Option name="midi note selected" value="ff3a48ff"/>
+ <Option name="midi note color min" value="3f542aff"/>
+ <Option name="midi note color mid" value="7ea854ff"/>
+ <Option name="midi note color max" value="bfff80ff"/>
+ <Option name="selected midi note color min" value="1e1e33ff"/>
+ <Option name="selected midi note color mid" value="51518aff"/>
+ <Option name="selected midi note color max" value="8383deff"/>
+ <Option name="midi note selected" value="b2b2ffff"/>
<Option name="midi note velocity text" value="f4f214bc"/>
<Option name="midi patch change fill" value="0000ffa0"/>
<Option name="midi patch change outline" value="a7a7d4ff"/>
@@ -93,9 +93,6 @@
<Option name="recorded waveform fill" value="ffffffff"/>
<Option name="recorded waveform outline" value="0f0f1fff"/>
<Option name="rubber band rect" value="c6c6c659"/>
- <Option name="shuttle" value="6bb620ff"/>
- <Option name="silence" value="9efffd7a"/>
- <Option name="silence text" value="0e066cff"/>
<Option name="selected crossfade editor line" value="00dbdbff"/>
<Option name="selected crossfade editor wave" value="f9ea14a0"/>
<Option name="selected region base" value="51518a97"/>
@@ -103,6 +100,9 @@
<Option name="selected waveform outline" value="0f0f0fcc"/>
<Option name="selection rect" value="e8f4d377"/>
<Option name="selection" value="636363b2"/>
+ <Option name="shuttle" value="6bb620ff"/>
+ <Option name="silence" value="9efffd7a"/>
+ <Option name="silence text" value="0e066cff"/>
<Option name="mono panner outline" value="6a6565ff"/>
<Option name="mono panner fill" value="7e6f6fc9"/>
<Option name="mono panner text" value="000000ff"/>
@@ -119,7 +119,7 @@
<Option name="stereo panner mono text" value="000000ff"/>
<Option name="stereo panner mono bg" value="2e2929ff"/>
<Option name="stereo panner inverted outline" value="bf0a00ff"/>
- <Option name="stereo panner inverted fill" value="e4a19cc9"/>
+ <Option name="stereo panner inverted fill" value="e4a19cc9"/>
<Option name="stereo panner inverted text" value="000000ff"/>
<Option name="stereo panner inverted bg" value="2e2929ff"/>
<Option name="tempo bar" value="70727fff"/>