Adwaita Colors enhances the Adwaita icon theme by integrating GNOME’s accent color feature, introduced in GNOME 47. This project ensures that your Adwaita icons reflect the same accent color as your GNOME theme, instead of the default blue, for a more cohesive and customized look.
GNOME 47 introduced a "color accent" feature to allow users to select a system-wide accent color. However, the default Adwaita icon theme does not automatically adapt to this accent color, leaving the icons in the default blue. Adwaita Colors fixes this by applying your chosen accent color to the icons.
In addition, I added MoreWaita icon folders and made them themed to allow for more extensive customization.
This theme will not work properly without the original Adwaita icon theme.
Clone the repository to your local machine:
git clone https://github.com/dpejoh/Adwaita-colors
To install the icons globally, simply run:
sudo cp -r ./Adwaita-colors/* /usr/share/icons/
For immutable distros like Fedora Silverblue, the global installation is different, use:
sudo cp -r ./Adwaita-colors/* /var/usrlocal/share/icons/
For removing the icon theme run:
sudo rm -rf /usr/share/icons/Adwaita-*
Note
You can also install the icon theme in the user directory without any problems, but for best compatibility with apps, it is recommended to install it system-wide.
From v2.4.1, a .deb and .rpm packages is available on GitHub latest release
Download the latest version from GitHub:
wget https://github.com/dpejoh/Adwaita-colors/releases/download/v2.4.1/adwaita-colors-theme-2.4.1.deb
Install it:
sudo dpkg -i adwaita-colors-theme-2.4.1.deb
Download the latest version from GitHub:
wget https://github.com/dpejoh/Adwaita-colors/releases/download/v2.4.1/adwaita-colors-theme-2.4.1.rpm
Install it:
sudo dnf install adwaita-colors-theme-2.4.1.rpm
Release-based adwaita-colors-icon-theme:
paru adwaita-colors-icon-theme
*Replace paru
with yay -S
or your favourite AUR helper install command.
Git-based adwaita-colors-icon-theme-git for keeping up with all git changes between releases:
paru adwaita-colors-icon-theme-git
*Replace paru
with yay -S
or your favourite AUR helper install command.
Tip
Once the icons are installed, apply the theme through GNOME Tweaks.
To install MoreWaita with Adwaita-colors:
- Ensure that MoreWaita is installed.
- Run MoreWaita.sh after cloning the repository, or run command below directly:
wget -O MoreWaita.sh https://raw.githubusercontent.com/dpejoh/Adwaita-colors/main/MoreWaita.sh && chmod +x MoreWaita.sh && sudo ./MoreWaita.sh
[!NOTE]
Arch Linux AUR packages integrate with MoreWaita automatically.
To automatically match your color accent with the Adwaita theme, you can install the "Auto Adwaita Colors" extension by @celiopy.
You can install the extension directly from GNOME Shell Extensions:
Or download the latest release from GitHub by running the following command:
wget https://github.com/celiopy/auto-adwaita-colors/releases/download/3.0/[email protected]
Install the extension using GNOME:
gnome-extensions install --force "[email protected]"
After installation, open the GNOME Extensions Manager and enable the extension from there.