1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Merged green into main script

This commit is contained in:
Michiel Scholten
2014-07-30 16:32:26 +02:00
parent 3c835aed7f
commit 305cf12747
2 changed files with 12 additions and 28 deletions

View File

@@ -40,3 +40,15 @@ cd "Numix Orange"
find . -type f -print0 | xargs -0 sed -i 's/d64937/ff8813/g'
# change darkish gray background to lighter
find . -type f -print0 | xargs -0 sed -i 's/dedede/eeeeee/g'
cd ..
if [ -d "Numix Green" ]; then
rm -r "Numix Green"
fi
cp -a "Numix Daily" "Numix Green"
cd "Numix Green"
# change orange hilight to green (shade from Faba-Mint)
find . -type f -print0 | xargs -0 sed -i 's/d64937/79a142/g'