dotfiles

custom linux config files managed with gnu stow

dotfiles

themes/.themes/blaquemagick/gtk-3.0/assets/sed.sh


#!/bin/sh
sed -i \
         -e 's/#222222/rgb(0%,0%,0%)/g' \
         -e 's/#c0c0c0/rgb(100%,100%,100%)/g' \
    -e 's/#111111/rgb(50%,0%,0%)/g' \
     -e 's/#87875f/rgb(0%,50%,0%)/g' \
     -e 's/#111111/rgb(50%,0%,50%)/g' \
     -e 's/#c0c0c0/rgb(0%,0%,50%)/g' \
	"$@"

Download

raw zip tar