dot_testing/earth/gtk-3.0/assets/sed.sh

10 lines
271 B
Bash
Raw Normal View History

2023-01-03 23:12:27 -06:00
#!/bin/sh
sed -i \
-e 's/#161510/rgb(0%,0%,0%)/g' \
-e 's/#cccccc/rgb(100%,100%,100%)/g' \
-e 's/#555555/rgb(50%,0%,0%)/g' \
-e 's/#cc9528/rgb(0%,50%,0%)/g' \
-e 's/#555555/rgb(50%,0%,50%)/g' \
-e 's/#cccccc/rgb(0%,0%,50%)/g' \
"$@"