From b6eeeaa95b18fbb3d3731aa9b178ebc60e4052da Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 14 Mar 2015 21:59:12 +0100 Subject: desaturate port matrix colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit grün und blau schmückt die sau. --- gtk2_ardour/port_matrix_component.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/port_matrix_component.h') diff --git a/gtk2_ardour/port_matrix_component.h b/gtk2_ardour/port_matrix_component.h index c61d7ec67d..0b472e157d 100644 --- a/gtk2_ardour/port_matrix_component.h +++ b/gtk2_ardour/port_matrix_component.h @@ -155,9 +155,9 @@ protected: /* XXX */ static Gdk::Color get_a_bundle_colour (int x) { if ((x % 2) == 0) { - return Gdk::Color ("#547027"); + return Gdk::Color ("#555555"); } else { - return Gdk::Color ("#3552a6"); + return Gdk::Color ("#666666"); } } -- cgit v1.2.3