-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dark mod change dark green to the lowest review card and vice versa for light one #164
Comments
This should be the expected way for dark mode, but it would be interesting if we could toggle it. |
There is a fork of this, where this issue is remedied, but has not been updated. https://github.com/stegatxins0/review-heatmap/tree/v1.0.0-beta.2 |
Personally, I like the light mode for heatmap better in combo with anki dark mode (particularly using light colors for more reviews bugged me, but light mode is also more legible). I was able to change it by editing: \Anki2\addons21\1771074083\web\anki-review-heatmap.js The second line, starting "vite_style.innerHTML =" If you wish to just change the color inverting, you can just remove the night_mode settings for the theme colors, like here, while keeping the changes for the heatmap container in place. |
Step: 1: Go to this location and open this file Step: 2: Find(second line) the "vite_style.innerHTML=" variable and replace with the followings vite_style.innerHTML = |
Problem description
as you can see in this video when you enable dark mod the addon detects the highest reviews day as light yellow and change dark green for the lowest review day
42-anki.mp4
Checklist
Please replace the space inside the brackets with an x if the following items apply:
Information about your Anki set-up
Please open Anki, go to Help → About, click on "Copy Debug Info", and paste the result between the backticks below (if the button does not appear you are using an older version of Anki 2.1 and will need to update first):
Error message (if any)
If you've received an error message, please copy and paste it between the backticks below:
The text was updated successfully, but these errors were encountered: