desaturate port matrix colors
authorRobin Gareus <robin@gareus.org>
Sat, 14 Mar 2015 20:59:12 +0000 (21:59 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 14 Mar 2015 21:59:07 +0000 (22:59 +0100)
grün und blau schmückt die sau.

gtk2_ardour/port_matrix_component.h

index c61d7ec67dcd1db3188c9bf201ed69f9a580dd24..0b472e157ddc48fb57efa111de14260455aa34da 100644 (file)
@@ -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");
                }
        }