-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Is there any dark mode for this app? #5
Comments
Thanks for you suggestion. It sounds to me nice idea to support dark theme for epub viewer.
We plan to move to WinUI 3 / WebView2 (based on Chromium). It will fix the first problem. But it should take some time (maybe in 2022 / WinUI 3 roadmap). @media (prefers-color-scheme: dark) { :root{filter: invert(100%) hue-rotate(180deg);} } somewhere but I think it causes numerous problems. Such as
In conclusion, we really think it's lovely idea but it should take a time to implement. |
I perfectly get it.. so it's just matter of time, that you move the platform to WebView2 and wait for bibi to implement the dark mode. And what about the other functionality I mentioned? The possibility to highlights some passages in the epub books? |
Sorry, I forgot to mention that. About highlighting, I think it's also an issue of Bibi. I don't think I can do anything to implement (other than creating a pull request. which I won't). |
v3.2.2.0 have the experimental dark mode feature. I just invoked a small script. This isn't the perfect solution, but it's here for now. if(document.body.style.background===""){document.body.style.background='white';}
document.body.style.filter='invert(100%) hue-rotate(180deg)'; |
Thank you very much! |
Hi, first of all this app is the BEST epub reader that I've found for windows.
However, I feel the lack of two functionalities that I still haven't found in this app:
I would love very very much if those functionalities would be added!
The text was updated successfully, but these errors were encountered: