-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
Vibrancy issue, gray sidebar #712
Comments
// @neegool |
I am experiencing this same issue, but in reverse: Main window is obeying my dark area selection but the sidebar is light with light text. |
I have a similar issue I might say. Turning Dark Mode on will neglect the sidebar and only the message box will be black: http://prntscr.com/m5ttm7 |
I have the same problem. Chat box is dark and list in white. Temporary solution is using version 2.23.0 with removed silent auto-updater. You have to remove it and compile code manual. I removed updater from release from Github, you can download it from my website if you won't do it yourself :) I compiled only for macOS. Download link (you have to click unicorn to start downloading): |
same here, however the Sidebar is a Dark vibrant theme with dark text on it. |
Just installed version 2.26 - Issue persists. |
Yeah I can confirm this is still broken on diff --git dark-mode.css dark-mode.css
index 570862b..344a1f2 100644
--- dark-mode.css
+++ dark-mode.css
@@ -764,8 +764,7 @@ html.os-darwin.dark-mode ._673w {
}
/* Styles for vibrancy in dark mode */
-html.os-darwin.dark-mode body,
-html.os-darwin.dark-mode ._4sp8 {
+html.os-darwin.dark-mode body {
background: transparent !important;
} |
// @CvX |
I've submitted PR #727 which allows to completely disable vibrancy in case you have any issues with vibrancy or if you just prefer the vibrancy-less look. @ggrelet, @hieuhuynh93 – the app in your screenshots looks correct, that was the default look since Caprine 2.24.0. After #727 is merged and released you'll be able to go back to pre-2.24 look if you wish (by selecting "View -> Vibrancy -> No Vibrancy") I'll continue to work on the original issue, I'm currently knee deep in Electron/Chromium code… 😅 |
Thanks @CvX |
I didn't use Dark mode and Vibrancy mode, but the sidebar is look like dark mode. Please check my screenshot. Thank you.
The text was updated successfully, but these errors were encountered: