Skip to content
Snippets Groups Projects
Commit b89f49bf authored by David Hrbáč's avatar David Hrbáč
Browse files

modified colors.sh script

parent d206f68c
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,10 @@ do
#git checkout -b color_${i/ /_}
git checkout color_${i/ /_}
sed -ri "s/(primary: ').*'/\1$i'/" mkdocs.yml
git cherry-pick bd8e358
git commit -am "Setting color to: $i"
#git cherry-pick bd8e358
#git commit -am "Setting color to: $i"
git pull --rebase origin colors
git pull --rebase
git push --set-upstream origin color_${i/ /_}
git checkout colors
done
......@@ -190,7 +190,7 @@ pages:
extra:
logo: img/logo2.png
palette:
primary: 'indigo'
primary: 'purple'
accent: 'light blue'
font:
text: 'Roboto'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment