Skip to content

Commit 32cdbcb

Browse files
committed
GUI - fix colour styling of q strings
Fixes #3440
1 parent 4073f2f commit 32cdbcb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/gui/model/sonicpitheme.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ QMap<QString, QString> SonicPiTheme::lightTheme(){
345345
themeSettings["HereDocumentForeground"] = dt_green;
346346
themeSettings["HereDocumentBackground"] = theme_bg;
347347

348+
themeSettings["PercentStringqForeground"] = dt_green;
349+
themeSettings["PercentStringqBackground"] = theme_bg;
350+
348351
themeSettings["PercentStringForeground"] = dt_green;
349352
themeSettings["PercentStringQForeground"] = dt_green;
350353

@@ -537,6 +540,9 @@ QMap<QString, QString> SonicPiTheme::darkTheme(){
537540
themeSettings["BackticksForeground"] = dt_warning;
538541
themeSettings["BackticksBackground"] = dt_gold;
539542

543+
themeSettings["PercentStringqForeground"] = dt_green;
544+
themeSettings["PercentStringqBackground"] = dt_black;
545+
540546
themeSettings["PercentStringxForeground"] = dt_not_supported;
541547
themeSettings["DataSectionForeground"] = dt_not_supported;
542548
themeSettings["DataSectionBackground"] = dt_black;

0 commit comments

Comments
 (0)