https://github.com/stuarthayhurst/argon-icon-theme
A minimalistic icon theme for Linux desktops
https://github.com/stuarthayhurst/argon-icon-theme
gnome icon-theme icons minimal theme
Last synced: 13 days ago
JSON representation
A minimalistic icon theme for Linux desktops
- Host: GitHub
- URL: https://github.com/stuarthayhurst/argon-icon-theme
- Owner: stuarthayhurst
- License: gpl-3.0
- Created: 2020-07-28T15:20:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T00:43:55.000Z (9 months ago)
- Last Synced: 2025-01-09T03:08:08.547Z (9 months ago)
- Topics: gnome, icon-theme, icons, minimal, theme
- Language: Python
- Homepage:
- Size: 13.8 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## argon-icon-theme
[](https://paypal.me/stuartahayhurst)
- A minimalistic app icon theme for Linux, designed for GNOME, but should work elsewhere
- Any donations are greatly appreciated :)
![]()
## Themed icons:
- This icon theme targets the following areas:
- App icons
- MIME types
- Weather, device and miscellaneous status icons## Installing:
- `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`## Building:
- `make index` will generate `index.theme`
- `make check` will check all defined symlinks are valid
- `make install` will copy the theme to the install location, check and generate symlinks, generate `index.theme`, then run `make refresh`
- `make refresh` will generate an icon cache for the theme## Contributing:
- 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/`## Install Dependencies:
- make
- python3 (3.9+)