mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
tweak colours
This commit is contained in:
parent
552567211b
commit
46272de650
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ from aqt.webview import AnkiWebView
|
|||
from aqt.toolbar import Toolbar
|
||||
from anki.consts import *
|
||||
|
||||
COLOUR_SUSPENDED = "#fffff0"
|
||||
COLOUR_MARKED = "#eeeeff"
|
||||
COLOUR_SUSPENDED = "#ff0"
|
||||
COLOUR_MARKED = "#aaf"
|
||||
|
||||
# fixme: need to refresh after undo
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue