vinceliuice / Fluent-gtk-theme

Fluent design gtk theme for linux desktops
GNU General Public License v3.0
1.02k stars 52 forks source link

Dark theme does not work correctly #115

Open bloodacid opened 2 years ago

bloodacid commented 2 years ago

Dark theme sets theme in nautilus example to default theme, but not Dark themes work good, sample in attachments Fluent-purple Fluent-purple-Dark .

bloodacid commented 2 years ago

I solved the problem, when in Gnome I changed Style to Dark, all Dark themes does not work, but when I changed to Default, it works fine, but gnome Settings are white...

bloodacid commented 2 years ago

So, it would be nice if Dark themes with gnome style settings prefer-dark would work, at the moment they do not.

dragonattheend commented 2 years ago

peekk

I posted about this issue earlier https://github.com/vinceliuice/Fluent-gtk-theme/issues/110

if you use fluent-dark with light settings it's going to be mostly fine, except for weird cases like this one in text editor

image

or calculator

image

or image viewer that keeps adwaita no matter what

image

lfom commented 1 year ago

After some research, I was able to fix it. For some reason (probably a bug in the installer script), gtk-dark.css is missing in the Dark variants for both GTK3 and GTK4. Simply open these folders inside the theme and copy or symlink gtk.css to gtk-dark.css, then apply the theme again. Maybe this helps someone else and also helps @vinceliuice fix the installation script.

rodrigoGA commented 1 year ago

After some research, I was able to fix it. For some reason (probably a bug in the installer script), gtk-dark.css is missing in the Dark variants for both GTK3 and GTK4. Simply open these folders inside the theme and copy or symlink gtk.css to gtk-dark.css, then apply the theme again. Maybe this helps someone else and also helps @vinceliuice fix the installation script.

This worked for me, thanks