Skip to content

Commit

Permalink
removed useless color change
Browse files Browse the repository at this point in the history
  • Loading branch information
kunesj committed Apr 18, 2022
1 parent ea13749 commit 7d15b71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions 1-change-color.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,5 @@ find $SRC_DIR -type f -exec sed -i "s/$oldcolour1/$newcolour1/g" {} \;
oldcolour1="129, 166, 91"
find $SRC_DIR -type f -exec sed -i "s/$oldcolour1/$newcolour1/g" {} \;

# RGB colors

oldcolour1="0, 255, 0, 0\.05"
newcolour1="255, 0, 0, 0\.05"
find $SRC_DIR -type f -exec sed -i "s/$oldcolour1/$newcolour1/g" {} \;

oldcolour1="0, 255, 0, 0\.2"
newcolour1="255, 0, 0, 0\.2"
find $SRC_DIR -type f -exec sed -i "s/$oldcolour1/$newcolour1/g" {} \;


echo "Finished! Next, delete all assets i.e. png's with script number 2"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Note: This repository is a fork from https://github.com/erikdubois/Mint-Y-Colora
All created themes can be found at:

https://github.com/kunesj/Mint-Y-Colora-Theme-Personal-Collection
https://github.com/erikdubois/Mint-Y-Colora-Theme-Collection (outdated versions)

Follow the steps in the README.

Expand Down

0 comments on commit 7d15b71

Please sign in to comment.