Important
Project Status: Archived — I’m no longer creating new icons or maintaining this theme.
The repository remains available for reference and existing users.
Clone the repository into ~/.local/share/icons/Neuwaita:
git clone --depth 1 https://github.com/RusticBard/Neuwaita.git ~/.local/share/icons/Neuwaita
Clone the repository into /usr/share/icons
sudo git clone --depth 1 https://github.com/RusticBard/Neuwaita.git /usr/share/icons/Neuwaita
To update Neuwaita icon theme to the latest version:
# user installation
git -C ~/.local/share/icons/Neuwaita pull
# system-wide installation
sudo git -C /usr/share/icons/Neuwaita pullRun change-color.sh to change the folder's colors, See Palette.txt for available colors.
# Change the folders to blue
./change-color.sh blue
# Reset the color to grey
./change-color.sh resetSetup automatically changing folder color when accent color is changed (requires systemd on gnome? for now)
create a
mkdir -p ~/.config/systemd/user
nano ~/.config/systemd/user/watchAccent.servicepaste the following content inside the watchAccent.service file
don't forget to change <username>
[Unit]
Description=Neuwaita Accent Color Watcher
After=graphical-session.target
[Service]
ExecStart=/home/<username>/.local/share/icons/Neuwaita/watch-accent.sh
Restart=always
RestartSec=3
Environment=DISPLAY=:0
Environment=XDG_CURRENT_DESKTOP=GNOME
[Install]
WantedBy=default.targetafter saving and quitting out run the following commands :
systemctl --user daemon-reload
systemctl --user enable watchAccent.service
systemctl --user start watchAccent.servicelogout and log back in to get it working :)
I understand you really want the icon but when making an icon request,
- Check here if the icon you want is present in already or in the making.
- please include the actual name of the icon that you want to request.
You can tell system to use a fallback theme in case Neuwaita doesn't provide an icon for your app.
- Navigate to Neuwaita installation directory (either
~/.local/share/icons/Neuwaitaor/usr/share/icons/Neuwaitadepending on your installation) - Edit
Inheritsvariable in index.theme
[Icon Theme]
Name=Neuwaita
Comment=Neuwaita icon theme
Inherits=theme-name,theme-name-2
Example=folderYou can add as many inherits as you wish. In the example above, icons will be first searched in Neuwaita then theme-name and then lastly in theme-name-2.
You're searching for the reverse domain name notation (e.g org.mozilla.firefox for Firefox) it can be found in different ways:
- Icons are usually located inside
/usr/share/icons/hicolor/scalable/<Name of your app> - For System-wide Flatpaks the location is
/var/lib/flatpak/app/<Name of your app>the name of the folder is the name of your icon - For user Flatpaks the location is
~/.var/app/<Name of your app>If you don't wanna find the icon in the files you can also look for the app in flathub go to the app you are requesting and scroll down to find installation instructions and there is a command you can copy asflatpak install flathub <Actual name of your app>
This is a list of icons that are currently available along with icons that are currently pending to be added. You can see if your icon is present in list and if not then feel free to create an icon request :)

