tar.xz
file.~/.local/share/themes/
(or /usr/share/themes
if you want to install it for all users.)Note: Do not extract it to multiple locations. Only use one path.
flatpak install org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark
Note: Flatpak GTK4 applications can't be styled by the theme.
You can then enable adw-gtk3 in the application gnome-tweaks
. (Some applications may require a relog.)
If you use the dark theme you'll also need to enable the dark appearance in gnome-control-center
.
Alternatively you can set the theme with your terminal:
Change the theme to adw-gtk3 light:
gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3' && gsettings set org.gnome.desktop.interface color-scheme 'default'
Change the theme to adw-gtk3-dark:
gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3-dark' && gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
Revert to GNOME's default theme:
gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita' && gsettings set org.gnome.desktop.interface color-scheme 'default'
These are maintained by contributors.
dnf install adw-gtk3-theme
pacman -S adw-gtk-theme
pamac install adw-gtk3
Thanks to @dusansimic (Flatpak, AUR), @solopasha (Fedora), @julianfairfax for the help.
This will install the latest version from the main branch. Use this installation method if you want to contribute and help testing the theme.
See CONTRIBUTING.md for the instructions.
Adw-gtk3 and libadwaita can be customized with GTK named colors. See adw-colors for more info.
Note: GTK3 doesn't support the accent color feature introduced in GNOME 47. Only libadwaita does.
rm -r ~/.local/share/themes/adw-gtk3*
sudo rm -r /usr/share/themes/adw-gtk3*
Flatpak: flatpak uninstall org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark