summaryrefslogtreecommitdiff
path: root/src/content/img/icon/threads (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generate dark variation of light SVG iconsEuAndreh2024-11-031-0/+27
| | | | | | | | | | for f in src/content/img/icon/*/light.svg; do sed \ -e 's/white/WHITE/g' \ -e 's/black/white/g' \ -e 's/WHITE/black/g' \ < "$f" > "$(dirname "$f")"/dark.svg done
* WIP: Init work on HTMLEuAndreh2024-10-271-0/+27