~poptart/affinity

Affinity icons for Hosaka Colors
d164876e — poptart 3 years ago
Fixed some color switches
ddd8f76e — poptart 3 years ago
Moved from white background to fully transparent
30916e0d — poptart 3 years ago
Removed github references and added attribution

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~poptart/affinity
read/write
git@git.sr.ht:~poptart/affinity

You can also use your local clone with git send-email.

#Affinity symbol set

Free 2D symbols for computer network diagrams. Originally from https://github.com/ecceman/affinity

#Why?

Simple. I wanted modern, crisp, pixel-perfect, printable, manufacturer independent symbols for computer-network topology that does not look like they were made in the 80s.

#Want to change color?

find . -type f -name '*.svg' | xargs -I {} sed -i -e 's/fill:rgb(77,77,77)/fill:rgb(206,227,24)/g' {}