An unofficial GTK3 port of libadwaita.
This port does not claim to be a 100% look-a-like of libadwaita. There are some limitations to what GTK3 can do.
| Light theme | Dark theme |
|---|---|
![]() |
![]() |
- Go to the releases section and download the latest
tar.xzfile. - Extract the file to
~/.local/share/themes/
Note: Do not extract it to multiple locations. Only use one path.
-
If you use flatpak applications you have 2 options to use the theme (only choose one):
- Install the themes from Flathub:
flatpak install org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark - Or you can use flatpak override. The benefit of using this option is that non-libadwaita GTK4 applications from Flathub will be styled. For this to work the theme must be installed in
~/.local/share/themes. From a terminal run:
sudo flatpak override --filesystem=xdg-data/themes && sudo flatpak mask org.gtk.Gtk3theme.adw-gtk3 && sudo flatpak mask org.gtk.Gtk3theme.adw-gtk3-dark
- Install the themes from Flathub:
-
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.
- Fedora:
dnf install adw-gtk3-theme - Arch:
pacman -S adw-gtk-theme - Manjaro:
pamac install adw-gtk3 - Debian: https://gitlab.com/julianfairfax/package-repo#how-to-add-repository-for-debian-based-linux-distributions
Thanks to @Pryka (Flatpak), @solopasha (Fedora), @dusansimic (AUR), @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.
If you want to change your accent color for most applications in GNOME 47 or later, then you can use the small cli program accent-color-change.
Wallpaper: here | Customization: Peninsula-dark
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.
- GTK4: Info on how to extract libadwaita from source.
- GTK2: https://github.com/eylles/adw-gtk2-colorizer
- Gimp 3: https://github.com/dp0sk/adw-gimp3
- Kvantum: https://github.com/GabePoel/KvLibadwaita
- Firefox: https://github.com/rafaelmardojai/firefox-gnome-theme
- Thunderbird: https://github.com/rafaelmardojai/thunderbird-gnome-theme
- Steam: https://github.com/tkashkin/Adwaita-for-Steam
- VSCode: https://github.com/piousdeer/vscode-adwaita
- Discord: https://github.com/GeopJr/DNOME
- Obsidian: https://github.com/birneee/obsidian-adwaita-theme
- xfwm4: https://github.com/FabianOvrWrt/adw-xfwm4
- For a local installation:
rm -r ~/.local/share/themes/adw-gtk3* - For a global installation:
sudo rm -r /usr/share/themes/adw-gtk3*
Flatpak: flatpak uninstall org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark
- Libadwaita source: https://gitlab.gnome.org/GNOME/libadwaita
- Adw-gtk3 contributors: https://github.com/lassekongo83/adw-gtk3/graphs/contributors


