aboutsummaryrefslogtreecommitdiff
path: root/.themes/caelus/assets/sed.sh
diff options
context:
space:
mode:
authordacctal <120422854+dacctal@users.noreply.github.com>2026-03-05 01:21:45 +0000
committerdacctal <120422854+dacctal@users.noreply.github.com>2026-03-05 01:21:45 +0000
commit69a722cfd33076a4d63f1d49e52bed427453eabe (patch)
tree56545e93c12a8232058a0ab2b258546418656e03 /.themes/caelus/assets/sed.sh
initial commit
Diffstat (limited to '.themes/caelus/assets/sed.sh')
-rwxr-xr-x.themes/caelus/assets/sed.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/.themes/caelus/assets/sed.sh b/.themes/caelus/assets/sed.sh
new file mode 100755
index 0000000..0988307
--- /dev/null
+++ b/.themes/caelus/assets/sed.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+sed -i \
+ -e 's/#1e1f1e/rgb(0%,0%,0%)/g' \
+ -e 's/#d9cdb5/rgb(100%,100%,100%)/g' \
+ -e 's/#0f0f0f/rgb(50%,0%,0%)/g' \
+ -e 's/#ef934d/rgb(0%,50%,0%)/g' \
+ -e 's/#272a28/rgb(50%,0%,50%)/g' \
+ -e 's/#d9cdb5/rgb(0%,0%,50%)/g' \
+ "$@"