Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 2.93 KB

README.md

File metadata and controls

85 lines (54 loc) · 2.93 KB

Adwaita-colors

showcase

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.

Installation:

Clone the repository to your local machine:

git clone https://github.com/dpejoh/Adwaita-colors

To install the icons for your user, copy the Adwaita-colors folder to:

cp -r ./Adwaita-colors/* ~/.local/share/icons/

To install the icons globally for all users, use:

cp -r ./Adwaita-colors/* /usr/share/icons/

For immutable distros like Fedora Silverblue, the global installation is different, use:

cp -r ./Adwaita-colors/* /var/usrlocal/share/icons/

Arch Linux (AUR) packages

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.

Integrating with MoreWaita:

In the index.theme file, add MoreWaita at the beginning of the Inherits= line:

Inherits=MoreWaita,Adwaita

Note

Arch Linux AUR packages integrate with MoreWaita automatically.

Auto Match Adwaita-color with Accent Colors:

To automatically match your color accent with the Adwaita theme, you can install the "Auto Adwaita Colors" extension by @celiopy.

Installation:

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/1.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.