mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 03:35:10 +01:00
Merged orange into main script
This commit is contained in:
@@ -26,3 +26,17 @@ find . -type f -print0 | xargs -0 sed -i 's/d64937/0072b3/g'
|
||||
|
||||
# change darkish gray background to lighter
|
||||
find . -type f -print0 | xargs -0 sed -i 's/dedede/eeeeee/g'
|
||||
|
||||
cd ..
|
||||
|
||||
if [ -d "Numix Orange" ]; then
|
||||
rm -r "Numix Orange"
|
||||
fi
|
||||
|
||||
cp -a "Numix Daily" "Numix Orange"
|
||||
cd "Numix Orange"
|
||||
|
||||
# change hard orange hilight to a nicer shade
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user