formatting

This commit is contained in:
Damien Elmes 2020-02-07 17:55:26 +10:00
parent be6b8cd131
commit c8b794e6cc

View file

@ -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")