This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.

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/#282828/rgb(50%,0%,0%)/g' \
-e 's/#98971a/rgb(0%,50%,0%)/g' \
-e 's/#282828/rgb(50%,0%,50%)/g' \
-e 's/#ebdbb2/rgb(0%,0%,50%)/g' \
$@