From 9d22e54ce6b4f10233345a75e8688a6d7206b29e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 3 Nov 2024 10:59:57 -0300 Subject: Generate dark variation of light SVG icons 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 --- src/content/img/icon/code-file/dark.svg | 52 +++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/content/img/icon/code-file/dark.svg (limited to 'src/content/img/icon/code-file/dark.svg') diff --git a/src/content/img/icon/code-file/dark.svg b/src/content/img/icon/code-file/dark.svg new file mode 100644 index 0000000..7c091e7 --- /dev/null +++ b/src/content/img/icon/code-file/dark.svg @@ -0,0 +1,52 @@ + + + + + -- cgit v1.2.3