-
Notifications
You must be signed in to change notification settings - Fork 24
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 theme #5407
Dark theme #5407
Conversation
Although there are still a few TODOs, I think the code is ready for a second pair of eyes. |
I just pushed several tweaks which caught my eye during testing. From my point of view this PR can be merged. @fm3 Could you double-check the light theme to ensure that no embarrassing regression is introduced? The dark theme is marked as beta, so we are relatively safe there. |
frontend/javascripts/oxalis/view/components/border_toggle_button.js
Outdated
Show resolved
Hide resolved
Thanks for testing! I agree with your assessment of the blocking part. Very interesting. I cannot reproduce this. It might be related to my comment here: #5407 (comment) |
Indeed, removing the |
Thanks for your testing and suggestions!
I made the hover color a bit darker I fixed this. I couldn't reproduce this :-( |
Excellent news :) Concerning the last point, this seems to work fine in Chrome, but I can consistently reproduce the described problem in Firefox Windows+Linux. I don’t know how much of a problem it is, since reloading fixes the issue and most users won’t be switching themes very often. |
I could also reproduce it in Firefox and fixed it now :-) |
Works for me 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! Mergy-merge?
main.less
_utils.less
stylesheet for exposing antd-variables as CSS variablestime_line_chart_view.js
andstatistic_view.js
just got a white background, because the Google Chart module doesn't allow easy theming. Should be fixed in a follow-up PR.TODO
URL of deployed dev instance (used for testing):
Steps to test: