dracula / gtk

🧛🏻‍♂️ Dark theme for GTK
https://draculatheme.com/gtk
GNU General Public License v3.0
924 stars 84 forks source link

Google chrome internal pages are in light mode #178

Open vinicius507 opened 2 years ago

vinicius507 commented 2 years ago

Using Dracula GTK makes it so Google Chrome internal pages are in light mode. Trying to set gtk-application-prefer-dark-theme to 1 does nothing.

image

vinicius507 commented 2 years ago

All applications that have the Dark theme enabled via "Apply the system theme" are not working.

Viraj-S45 commented 1 year ago

you can use the dracula theme extension for chrome: https://chrome.google.com/webstore/detail/dracula-chrome-theme/gfapcejdoghpoidkfodoiiffaaibpaem

FlySlime commented 1 year ago

Using the dracula theme extension is not the same as having a true dark mode experience, such as the one that is built-in with Chrome. Using the extension doesn't change the core problem, which is that the Dracula theme is detected as a light mode theme, since it doesn't change how it is seen by the system. (If that makes sense).

If we refer to the following Arch Wiki article regarding Chrome & Dark mode, using the dbus command with the Dracula theme simply gives back an answer of 0 which means No preference. Although I cannot replicate it at this moment, I also got Prefer light appearance when using this theme. That doesn't make any sense, considering Dracula is supposed to be a 100% dark theme.

Honestly idk why this bug hasn't been fixed yet? It feels very relevant for the user experience and to truly enjoy the theme.