Skip to content

notshridhar/custom-icon-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-icon-gen

A dynamic icon pack generator from plain vectors. Customizable styles and colors for icons.


Icons built with default style

Why

I like uniform customizable size and style for all my icons.

Usage

git clone https://github.com/notshridhar/custom-icon-gen
cd custom-icon-gen

# optional: create new environment
python3 -m venv env
source ./env/bin/activate

pip install -r requirements.txt
python generate.py [--replace]

To generate png images without replacing original icons, run generate.py without any arguments. To replace the icons manually, see replacing icons.

To replace the original icons, run generate.py with --replace argument. However note that this requires elevated permissions and might also need temporarily disabling SIP.

There are also some exceptions where the new icon is not reflected and only default icon is visible Details.

Contributing

Any kind of contribution is welcome. Feel free to create Issues or PRs for adding or improving icons, or for adding custom styles.

See CONTRIBUTING.md for extensive details.

About

customized icon pack generator for macOS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages