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/sed.sh | |
initial commit
Diffstat (limited to '.themes/caelus/gtk-3.0/assets/sed.sh')
| -rwxr-xr-x | .themes/caelus/gtk-3.0/assets/sed.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.themes/caelus/gtk-3.0/assets/sed.sh b/.themes/caelus/gtk-3.0/assets/sed.sh new file mode 100755 index 0000000..0988307 --- /dev/null +++ b/.themes/caelus/gtk-3.0/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' \ + "$@" |
