-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Light theme is incorrectly used for UI but not for window host as "follow system" after updates #530
Comments
This has been fixed in a commit yesterday. It will be available in the next dev preview. |
@swantzter Could you check of this still occurs in https://github.com/ransome1/sleek/releases/tag/v2.0.0-dev14? |
Yes, here is a demo I started recording immediately after opening -dev14 for the first time: |
@swantzter so when you're starting sleek, your OS is in dark mode and sleek's window frame is already in dark mode, but the application is still in light mode, right? And then there is some weird thing going on with the selection. That's very interesting, because I simply do not have this behavior here on a Mac. I'm now a couple of days offline but when I'm back, I have access to a Windows system. Hopefully I can reproduce it there. This will most likely be some small thing, but what worries me more is the empty language field. You don't see any language names in that select box? And maybe it is the video resolution, but the fonts on Windows seem to be a little pixelated. Is that correct? |
@ransome1 yes, that's what's happening with the theme. The language selection is empty by default after an update, but I can expand it and doing so I see the expected options: The font is indeed a video resolution thing, if anything with the fonts the bold in +Project is a little fussy, and the contrast on C and below priority groups is a bit low in dark mode: |
@swantzter could you please try to reproduce this in https://github.com/ransome1/sleek/releases/tag/v2.0.0-dev15? |
@ransome1 theme selection issue seems fixed. #None#-language and contrast issue on C-Z doesn't seem to be (but seems separate) |
@swantzter that would be good. As for the contrast issue, I lowered the brightness of the background color by 20%, which will look like this: |
Yeah, I think that works better. Another would be to swap the text for C and below to some dark gray or black I guess |
@ransome1 this might be because of the introduction of the store migration thing, but I've had this problem in 2.0.0 and 2.0.1 again |
Hopefully for the last time. As mentioned in the release notes this needed to happen to onboard you to the migrations function of electron-store. Please let me know if this happens with the update to 2.0.2. It is not suppose to. |
Bug Report
IMPORTANT:
Please follow this template strictly when reporting bugs. Providing detailed and accurate information helps the development team to understand and address the issue effectively.
App Version: 2.0.0-dev10, 2.0.0-dev11, 2.0.0-dev12, 2.0.0-dev13
Platform: Windows
Installation Method: Direct Download
Bug Description:
Probably related to #529, but may also happen on first clean install, the theme in settings is set to "follow system", the windows elements like the program window and menu bar is in dark mode but sleek's UI is in light mode. Changing the setting to "Dark" does nothing, changing the setting to "Light" and then "Dark" fixes the problem
Steps to Reproduce:
Expected Behavior:
The theme will be dark throughout after the update, or changing from "follow system" to dark in settings will change the theme
Actual Behavior:
The UI theme is reverted to light, changing to "dark" in settings does nothing
Additional Information:
Screenshots:
System Information:
Reproducibility:
Impact:
Workaround:
Changing the theme to light and then back to dark or follow system fixes the theme
The text was updated successfully, but these errors were encountered: