From f28d6973068dd852a84d1a0cf9300a5f2435e166 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 26 Apr 2014 18:02:39 +0000 Subject: More colorblind friendly default colors. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5369 a436a847-0d15-0410-975c-d299462d15a1 --- src/Configuration.cpp | 6 +++--- 1 file 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 -- cgit v1.2.1