home/.themes/oomox-numix-gruvbox/assets/sed.sh
Salt 037c37da68 Lots: Switch to blue color scheme
Will I ever stop flip-flopping? Who knows
2017-09-01 23:23:47 -05:00

10 lines
269 B
Bash
Executable File

#!/bin/sh
sed -i \
-e 's/#1d2021/rgb(0%,0%,0%)/g' \
-e 's/#ebdbb2/rgb(100%,100%,100%)/g' \
-e 's/#32302f/rgb(50%,0%,0%)/g' \
-e 's/#83a598/rgb(0%,50%,0%)/g' \
-e 's/#282828/rgb(50%,0%,50%)/g' \
-e 's/#ebdbb2/rgb(0%,0%,50%)/g' \
$@