mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
remove unused color
This commit is contained in:
parent
339520b119
commit
4fead000c2
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ if((window as any).colorBlindMode)
|
|||
barColours = [
|
||||
schemeBlues[5][2], /* new */
|
||||
schemeOranges[5][2], /* learn */
|
||||
//schemeReds[5][2], /* relearn */
|
||||
schemePuRd[9][7],
|
||||
schemePuRd[9][7], /* relearn */
|
||||
schemePurples[7][4], /* young */
|
||||
schemeBuPu[8][6], /* mature */
|
||||
"#00FF60", /* suspended */
|
||||
|
|
Loading…
Reference in a new issue