vinceliuice / Mojave-gtk-theme

Mojave is a macos Mojave like theme for GTK 3, GTK 2 and Gnome-Shell
GNU General Public License v3.0
1.5k stars 242 forks source link

Dark-theme in gtk4 apps #250

Open kreon28 opened 2 months ago

kreon28 commented 2 months ago

Hi,

I've noticed that since Gnome 46, Dark theme is not working with gtk4 apps like calculator, settings, nautilus etc. but works with different apps - like meld, double commander.. dark-mode

I need to delete all the files from ./.config/gtk4 but even after that it is not perfect (no minimize or close buttons)

Is is arch linux specific?

vinceliuice commented 2 months ago

Run ./install.sh -c dark -l

kreon28 commented 2 months ago

Looks like it is it ;) Thanx.

kreon28 commented 2 months ago

Unfortunately it is still not working. It works either one or another but we need it both. The steps to reproduce: When using Dark theme and switching to light one , then the light one does not appear. When using Light one and switching to dark one, then the dark one does not appear.

spsf64 commented 2 months ago

Run ./install.sh -c dark -l

@vinceliuice Can you explain the switches like: -c, -l, dark? Thanks

vinceliuice commented 2 months ago
@spsf64 Check the readme file: OPTIONS:
-d, --dest Specify theme destination directory (Default: $HOME/.themes)
-n, --name Specify theme name (Default: Mojave)
-c, --color Specify theme color variant(s) [light/dark] (Default: All variants)
-o, --opacity Specify theme opacity variant(s) [standard/solid] (Default: All variants)
-a, --alt Specify titlebutton variant(s) [standard/alt] (Default: All variants)
-s, --small Specify titlebutton size variant(s) [standard/small] (Default: standard variants)
-t, --theme Specify primary theme color variant(s) [default/blue/purple/pink/red/orange/yellow/green/grey/all] (Default: MacOS blue)
-i, --icon activities icon variant(s) [standard/normal/gnome/ubuntu/arch/manjaro/fedora/debian/void] (Default: standard variant)
-l, --libadwaita Install gtk4.0 theme in $HOME/.config/gtk-4.0 for libadwaita apps
-g, --gdm Install GDM theme, you should run this with sudo!
-r, --revert revert GDM theme, you should run this with sudo!
-h, --help Show this help