File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,9 @@ QMap<QString, QString> SonicPiTheme::lightTheme(){
345
345
themeSettings[" HereDocumentForeground" ] = dt_green;
346
346
themeSettings[" HereDocumentBackground" ] = theme_bg;
347
347
348
+ themeSettings[" PercentStringqForeground" ] = dt_green;
349
+ themeSettings[" PercentStringqBackground" ] = theme_bg;
350
+
348
351
themeSettings[" PercentStringForeground" ] = dt_green;
349
352
themeSettings[" PercentStringQForeground" ] = dt_green;
350
353
@@ -537,6 +540,9 @@ QMap<QString, QString> SonicPiTheme::darkTheme(){
537
540
themeSettings[" BackticksForeground" ] = dt_warning;
538
541
themeSettings[" BackticksBackground" ] = dt_gold;
539
542
543
+ themeSettings[" PercentStringqForeground" ] = dt_green;
544
+ themeSettings[" PercentStringqBackground" ] = dt_black;
545
+
540
546
themeSettings[" PercentStringxForeground" ] = dt_not_supported;
541
547
themeSettings[" DataSectionForeground" ] = dt_not_supported;
542
548
themeSettings[" DataSectionBackground" ] = dt_black;
You can’t perform that action at this time.
0 commit comments