-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
WebUI: Darker colors for dark theme #21498
base: master
Are you sure you want to change the base?
WebUI: Darker colors for dark theme #21498
Conversation
screenshot of before and after? Also what have you tested on ? (there are several platforms we need to take into consideration) |
That is a huge improvement and this should be merged immediately for 5.0.1 |
You have tweaked gamma or something in your system. Here is one from me: |
Ok, I have tried with firefox and it is like your screenshot, I didn't think that changing the browser only would change how the colors are displayed, my screenshot are from Edge, yours from Firefox I suppos. What a nightmare for designers lol I don't know which is correct, but setting the css to |
Hmm, yeah, Chromium does indeed have different colors here and resembles your screenshots. Turns out we never actually set the backgound color for the page. So browsers simply pick arbitrary "dark" color. I think we need to fix that first. |
Well, we can always change that later lol Jokes aside, I don't know when the next minor release is planned, but for me this change it's really important since I really have a hard time using the web ui as it is now |
This should really come to a 5.0.1 or 5.0.x release. Any update? |
This PR ensures that the same base background color is used across different browsers (more consistent styling). Context: #21498 (comment) Used default Chrome colors: #21894 (comment) PR #21914.
Now when #21914 is merged, I think this PR could be rebased and proceed. I'm not sure about that brown highlight color though. Maybe instead of darkening the existing color, come up with a new one? |
49badf8
to
3d5f910
Compare
3d5f910
to
266620d
Compare
|
Set darker rows, hover and blue background colors
266620d
to
1fe1dfe
Compare
Set darker rows, hover and blue background colors for the WebUI dark theme