Closed ItsCheif closed 2 years ago
I have the same exact issue...
Another user complained to me about this so I came back to check if anybody has found a solution. Any luck guys?
Really had a "Fine, I'll do it myself" moment lmao.
Video guide for the fix here: https://youtu.be/zaCsE8vFpfs
Navigate to the CSS files.
C:\Users\**yourname**\AppData\Roaming\Anki2\addons21\beautify anki\user_files\assets\css
Look for "deckbrowser.css" to fix the Heatmap Look for "reviewer_bottom.css" to fix the interval time stuff
Open both of them if you want to fix both.
To fix the heatmap, open "deckbrowser.css" and paste in the following:
body.nightMode {
color: white;
background-size: 100%;
}
You'll want to paste it right here like this (see first image): https://imgur.com/a/HpkaynV
To fix the Interval times, open "reviewer_bottom.css" and paste in the following:
color: white;
You'll want to paste it right here like this (see second image): https://imgur.com/a/HpkaynV
Reboot Anki and you should see the changes take effect
On the main menu, the ui text of the Heatmap looks like this:
If I click on a deck, before I actually go into it, the heatmap ui text looks like this:
When reviewing cards, the UI text showing how long it'll be before I see this card again is dark on a dark theme: