mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
desaturate port matrix colors
grün und blau schmückt die sau.
This commit is contained in:
parent
0544a4039b
commit
b6eeeaa95b
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue