Skip to content
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

Dark-theme in gtk4 apps #250

Open
kreon28 opened this issue Aug 19, 2024 · 5 comments
Open

Dark-theme in gtk4 apps #250

kreon28 opened this issue Aug 19, 2024 · 5 comments

Comments

@kreon28
Copy link

kreon28 commented Aug 19, 2024

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
Copy link
Owner

Run ./install.sh -c dark -l

@kreon28
Copy link
Author

kreon28 commented Aug 24, 2024

Looks like it is it ;) Thanx.

@kreon28 kreon28 closed this as completed Aug 24, 2024
@kreon28
Copy link
Author

kreon28 commented Aug 25, 2024

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.

@kreon28 kreon28 reopened this Aug 25, 2024
@spsf64
Copy link

spsf64 commented Aug 25, 2024

Run ./install.sh -c dark -l

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

@vinceliuice
Copy link
Owner

vinceliuice commented Aug 26, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants