From bdb29fd54bc270fd11d8d89c20dc37b4aba943df Mon Sep 17 00:00:00 2001 From: Michael Gregorius Date: Sun, 16 Jul 2023 15:55:03 +0200 Subject: [PATCH] Adjust classic theme Adjust the classic theme so that it renders the bars in a legible way. --- data/themes/classic/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/themes/classic/style.css b/data/themes/classic/style.css index 2880fe661..a53897c8c 100644 --- a/data/themes/classic/style.css +++ b/data/themes/classic/style.css @@ -958,6 +958,11 @@ lmms--gui--CompressorControlDialog lmms--gui--Knob { qproperty-lineWidth: 2; } +lmms--gui--BarModelEditor { + qproperty-backgroundBrush: rgba(28, 73, 51, 255); + qproperty-barBrush: rgba(17, 136, 71, 255); +} + /* palette information */ lmms--gui--LmmsPalette {