summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_component.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-14 21:59:12 +0100
committerRobin Gareus <robin@gareus.org>2015-03-14 22:59:07 +0100
commitb6eeeaa95b18fbb3d3731aa9b178ebc60e4052da (patch)
treecd9053050ee33cf08e92ee5cbbbf86a79c9407a5 /gtk2_ardour/port_matrix_component.h
parent0544a4039b5ca3f7715b4274186a24ced93a3d08 (diff)
desaturate port matrix colors
grün und blau schmückt die sau.
Diffstat (limited to 'gtk2_ardour/port_matrix_component.h')
-rw-r--r--gtk2_ardour/port_matrix_component.h4
1 files changed, 2 insertions, 2 deletions
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");
}
}