-
Notifications
You must be signed in to change notification settings - Fork 283
Add support for dark mode #403
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
Comments
This should not be hard to implement, is mostly a matter of doing some CSS work and making it work with the dark highlight.js themes. Feel free to send a PR. |
@mystiquewolf , @rtfpessoa : Are there any news? If I put a background for example dark to the body this happens. |
No news from me for now, i'm busy with other things, don't use this very frequently yet and lately I'm using light themes. |
We hope @rtfpessoa can solve the problem. |
No news on my side. It will probably need some more tweaks to work. Feel free to send a PR |
Hello @rtfpessoa |
That does not seem like a great solution. The solution should be done at the css level of this project. |
I have no time to put on this, but if you are interested in working on a PR, feel free to ask for any guidance and I will help. |
I've been working on this with a straight CSS solution, other than passing a config value to indicate light/dark/auto switch. I'm making progress, hopefully I should have a PR up relatively soon. |
Thanks for this feature! |
Step -1: Before filling an issue check out troubleshooting section
Step 0: Describe your environment
Step 1: Describe the problem:
Feature request: Add support for dark mode via parameter and via
prefers-color-scheme
. Not sure if the latter can be done at this project or projects that use this project should detect the environment in some way and pass parameters.Observed Results:
Dark mode not available in VS Code Diff viewer extension. caponetto/vscode-diff-viewer#36
Expected Results:
-- Dark mode happens.
The text was updated successfully, but these errors were encountered: