mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -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 aqt.toolbar import Toolbar
|
||||||
from anki.consts import *
|
from anki.consts import *
|
||||||
|
|
||||||
COLOUR_SUSPENDED = "#fffff0"
|
COLOUR_SUSPENDED = "#ff0"
|
||||||
COLOUR_MARKED = "#eeeeff"
|
COLOUR_MARKED = "#aaf"
|
||||||
|
|
||||||
# fixme: need to refresh after undo
|
# fixme: need to refresh after undo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue