diff options
| author | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-05 01:21:45 +0000 |
|---|---|---|
| committer | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-05 01:21:45 +0000 |
| commit | 69a722cfd33076a4d63f1d49e52bed427453eabe (patch) | |
| tree | 56545e93c12a8232058a0ab2b258546418656e03 /.themes/caelus/gtk-3.0/assets/unsed.sh | |
initial commit
Diffstat (limited to '.themes/caelus/gtk-3.0/assets/unsed.sh')
| -rwxr-xr-x | .themes/caelus/gtk-3.0/assets/unsed.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.themes/caelus/gtk-3.0/assets/unsed.sh b/.themes/caelus/gtk-3.0/assets/unsed.sh new file mode 100755 index 0000000..1cc4e1b --- /dev/null +++ b/.themes/caelus/gtk-3.0/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' \ + "$@" |
