- A minimalistic app icon theme for Linux, designed for GNOME, but should work elsewhere
- Any donations are greatly appreciated :)
- This icon theme targets the following areas:
- App icons
- MIME types
- Weather, device and miscellaneous status icons
sudo make install- Set the icon theme using gnome-tweaks, or
gsettings set org.gnome.desktop.interface icon-theme Argon - Installation path can be configured using the environment variable
INSTALL_DIR- For example,
INSTALL_DIR=/usr/share/icons/Argon sudo make install
- For example,
make indexwill generateindex.thememake checkwill check all defined symlinks are validmake installwill copy the theme to the install location, check and generate symlinks, generateindex.theme, then runmake refreshmake refreshwill generate an icon cache for the theme
- Contribution guidelines can be found in
docs/CONTRIBUTING.md, but in summary:- Create / modify / delete the appropriate .svg file(s)
- Submit a pull request with the changes
- Guides to make icons can be found in
guides/
- make
- python3 (3.9+)