Home

Awesome

<div align="center">

adw-gtk3

An unofficial GTK3 port of libadwaita.

<sup>This port does not claim to be a 100% look-a-like of libadwaita. There are some limitations to what GTK3 can do.</sup>

Light themeDark theme
adw-gtk3-lightadw-gtk3-dark

<sup>Wallpapers: here and here</sup>

</div> <div align="center">

How to install

</div>

Tarball

  1. Go to the releases section and download the latest tar.xz file.
  2. Extract the file to ~/.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.

  1. If you use flatpak applications it's recommended to install the flatpak themes. From a terminal run:
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'

Other installation options

These are maintained by contributors.

Thanks to @dusansimic (Flatpak, AUR), @solopasha (Fedora), @julianfairfax for the help.

Installation from source

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.

<div align="center">

Customizing

adw-gtk3-customized

<sup>Wallpaper: here | Customization: Peninsula-dark</sup>

</div>

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.

<div align="center">

For more consistency

</div> <div align="center">

How to uninstall the theme(s)

</div>

Flatpak: flatpak uninstall org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark

<div align="center">

Credits

</div>