summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-04-26 18:02:39 +0000
committerDavid Robillard <d@drobilla.net>2014-04-26 18:02:39 +0000
commitf28d6973068dd852a84d1a0cf9300a5f2435e166 (patch)
tree762063dd70d09d203d1c205df1d2f82ed175dcb7 /src
parent588fc95adb7e21fcede267897e31f673b2619b42 (diff)
downloadpatchage-f28d6973068dd852a84d1a0cf9300a5f2435e166.tar.gz
patchage-f28d6973068dd852a84d1a0cf9300a5f2435e166.tar.bz2
patchage-f28d6973068dd852a84d1a0cf9300a5f2435e166.zip
More colorblind friendly default colors.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5369 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/Configuration.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Configuration.cpp b/src/Configuration.cpp
index 8653591..2ed00f7 100644
--- a/src/Configuration.cpp
+++ b/src/Configuration.cpp
@@ -40,9 +40,9 @@ Configuration::Configuration()
, _font_size(12.0)
, _show_toolbar(true)
{
- _port_colors[JACK_AUDIO] = _default_port_colors[JACK_AUDIO] = 0x244678FF;
- _port_colors[JACK_MIDI] = _default_port_colors[JACK_MIDI] = 0x960909FF;
- _port_colors[ALSA_MIDI] = _default_port_colors[ALSA_MIDI] = 0x4A8A0EFF;
+ _port_colors[JACK_AUDIO] = _default_port_colors[JACK_AUDIO] = 0x3E5E00FF;
+ _port_colors[JACK_MIDI] = _default_port_colors[JACK_MIDI] = 0x650300FF;
+ _port_colors[ALSA_MIDI] = _default_port_colors[ALSA_MIDI] = 0x2D0043FF;
}
bool