aboutsummaryrefslogtreecommitdiff
path: root/.themes/caelus/assets/unsed.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/unsed.sh
initial commit
Diffstat (limited to '.themes/caelus/assets/unsed.sh')
-rwxr-xr-x.themes/caelus/assets/unsed.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/.themes/caelus/assets/unsed.sh b/.themes/caelus/assets/unsed.sh
new file mode 100755
index 0000000..1cc4e1b
--- /dev/null
+++ b/.themes/caelus/assets/unsed.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+sed -i \
+ -e 's/rgb(0%,0%,0%)/#1e1f1e/g' \
+ -e 's/rgb(100%,100%,100%)/#d9cdb5/g' \
+ -e 's/rgb(50%,0%,0%)/#0f0f0f/g' \
+ -e 's/rgb(0%,50%,0%)/#ef934d/g' \
+ -e 's/rgb(0%,50.196078%,0%)/#ef934d/g' \
+ -e 's/rgb(50%,0%,50%)/#272a28/g' \
+ -e 's/rgb(50.196078%,0%,50.196078%)/#272a28/g' \
+ -e 's/rgb(0%,0%,50%)/#d9cdb5/g' \
+ "$@"