diff --git a/plugins/MultitapEcho/MultitapEchoControlDialog.cpp b/plugins/MultitapEcho/MultitapEchoControlDialog.cpp index 5ff5fa900..df20670ab 100644 --- a/plugins/MultitapEcho/MultitapEchoControlDialog.cpp +++ b/plugins/MultitapEcho/MultitapEchoControlDialog.cpp @@ -62,12 +62,12 @@ MultitapEchoControlDialog::MultitapEchoControlDialog( MultitapEchoControls * con ampGraph->setAutoFillBackground( true ); ampGraph->setPalette( pal ); - ampGraph->setGraphColor( QColor( 48, 255, 117 ) ); + ampGraph->setGraphColor( QColor( 11, 213, 86) ); ampGraph -> setMaximumSize( 204, 105 ); lpGraph->setAutoFillBackground( true ); lpGraph->setPalette( pal ); - lpGraph->setGraphColor( QColor( 255, 48, 117 ) ); + lpGraph->setGraphColor( QColor( 0, 200, 187) ); lpGraph -> setMaximumSize( 204, 105 ); // steps spinbox diff --git a/plugins/MultitapEcho/artwork.png b/plugins/MultitapEcho/artwork.png index af74d65bf..debe86cce 100644 Binary files a/plugins/MultitapEcho/artwork.png and b/plugins/MultitapEcho/artwork.png differ diff --git a/plugins/MultitapEcho/graph_bg.png b/plugins/MultitapEcho/graph_bg.png index fee722640..7ff0054d0 100644 Binary files a/plugins/MultitapEcho/graph_bg.png and b/plugins/MultitapEcho/graph_bg.png differ