Skip to content

Commit

Permalink
Standard symbols for subdecks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ospalh committed Mar 17, 2016
1 parent a8c699f commit 2b2166b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions show_learn_count.py
Expand Up @@ -16,10 +16,12 @@

hide_big_numbers = True
big_number = 1000
subdecks_hidden_bullet = u"➢"
subdecks_shown_bullet = u"⌄"
no_subdecks_bullet = u"•"
# no_subdecks_bullet = u""
subdecks_hidden_bullet = u"+"
# subdecks_hidden_bullet = u"➢"
subdecks_shown_bullet = u"-"
# subdecks_shown_bullet = u"⌄"
no_subdecks_bullet = u""
# no_subdecks_bullet = u"•"
zero_style = "color: #e0e0e0;"
new_style = "color: #009;"
learn_style = "color: #900;"
Expand Down

0 comments on commit 2b2166b

Please sign in to comment.