mabox-themes/Mabox-superdesk/assets/sed.sh

10 lines
272 B
Bash
Raw Normal View History

2018-12-18 23:18:38 +01:00
#!/bin/sh
sed -i \
-e 's/#dedede/rgb(0%,0%,0%)/g' \
-e 's/#333333/rgb(100%,100%,100%)/g' \
-e 's/#2c2c2c/rgb(50%,0%,0%)/g' \
-e 's/#169f6f/rgb(0%,50%,0%)/g' \
-e 's/#ffffff/rgb(50%,0%,50%)/g' \
-e 's/#2c2c2c/rgb(0%,0%,50%)/g' \
*.svg