- 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,
- It's not necessary to rebuild the theme to install, only if modifications have been made
make build -jX
will clean, then generate changed icons andindex.theme
make regen -jX
will regenerate all icons, whether they have been changed or not, andindex.theme
make reset
will delete all generated icons andindex.theme
make clean
will delete icons missing a corresponding svg, broken symlinks and empty directoriesmake index
will generateindex.theme
(Done automatically bybuild
andregen
)make check
will check all defined symlinks are validmake install
will copy the theme in its current state to the install location, check and generate any symlinks, then runmake refresh
make refresh
will generate an icon cache for the theme
- Contribution guidelines can be found in
docs/CONTRIBUTING.md
, but summarised:- Create / modify / delete the appropriate .svg file(s)
- Run
make build
to clean up left over files, generate new icons and index - Submit a pull request with the changes
- Guides to make icons can be found in
guides/
- make
- python3
Install dependencies
- inkscape
- optipng