13
0

desaturate port matrix colors

grün und blau schmückt die sau.
This commit is contained in:
Robin Gareus 2015-03-14 21:59:12 +01:00
parent 0544a4039b
commit b6eeeaa95b

View File

@ -155,9 +155,9 @@ protected:
/* XXX */ /* XXX */
static Gdk::Color get_a_bundle_colour (int x) { static Gdk::Color get_a_bundle_colour (int x) {
if ((x % 2) == 0) { if ((x % 2) == 0) {
return Gdk::Color ("#547027"); return Gdk::Color ("#555555");
} else { } else {
return Gdk::Color ("#3552a6"); return Gdk::Color ("#666666");
} }
} }