remove old a-Hi/Low pass
[ardour.git] / 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");
                }
        }