diff --git a/qt/aqt/theme.py b/qt/aqt/theme.py index 6f2e0b2ae..91c9e782a 100644 --- a/qt/aqt/theme.py +++ b/qt/aqt/theme.py @@ -197,6 +197,7 @@ QTabWidget { background-color: %s; } def _update_stat_colors(self): import anki.stats as s + s.colLearn = self.str_color("new-count") s.colRelearn = self.str_color("learn-count") s.colCram = self.str_color("suspended-bg")