From 08a9ae48c044b8e175de2b869ce3f15b5e0b4a09 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Wed, 14 Jun 2023 20:46:00 -0400 Subject: [PATCH] Change default legacy theme applied by themer --- scripts/themer | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/themer b/scripts/themer index 594c47d..0dd8371 100755 --- a/scripts/themer +++ b/scripts/themer @@ -23,8 +23,9 @@ tar xf /tmp/adw-gtk3.tar -C ${HOME}/.local/share/themes/ # Install adw-gtk3 for Flatpak applications sudo flatpak install --noninteractive org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark -# Apply adw-gtk3 theme to legacy applications -gsettings set org.gnome.desktop.interface gtk-theme "adw-gtk3" +# Apply adw-gtk3-dark theme to legacy applications +# (Using the dark variant here until GNOME re-adds per-application dark theme support for legacy apps) +gsettings set org.gnome.desktop.interface gtk-theme "adw-gtk3-dark" # Ensure GTK2 applications still use regular Adwaita echo 'include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"' > ${HOME}/.gtkrc-2.0