File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ QMap<QString, QString> SonicPiTheme::lightTheme(){
239
239
QString dt_warning = " red" ;
240
240
QString dt_green = " #61CE3C" ;
241
241
242
- QString theme_bg = dt_lightgrey ;
242
+ QString theme_bg = dt_white ;
243
243
QString theme_fg = dt_darkgrey;
244
244
245
245
themeSettings[" Base" ] = dt_lightgrey;
@@ -646,7 +646,7 @@ QMap<QString, QString> SonicPiTheme::highContrastTheme(){
646
646
QString dt_not_supported = " black" ;
647
647
QString dt_warning = " red" ;
648
648
QString dt_green = " #285516" ;
649
- QString theme_bg = dt_lightgrey ;
649
+ QString theme_bg = dt_white ;
650
650
QString theme_fg = dt_darkgrey;
651
651
652
652
themeSettings[" Base" ] = dt_lightgrey;
@@ -917,7 +917,7 @@ QString SonicPiTheme::getAppStylesheet() {
917
917
#if defined(Q_OS_LINUX)
918
918
appStyling = " QWidget\n {\n background: paneColor;\n }\n " + appStyling;
919
919
#endif
920
-
920
+
921
921
appStyling
922
922
.replace (" windowColor" , windowColor)
923
923
.replace (" windowForegroundColor" , windowForegroundColor)
You can’t perform that action at this time.
0 commit comments