Added a new abstract theme which is based on Vimix

Changes:

       Added a new abstract theme which based on Vimix.

Fixes:

       Fixed a tiny bug in the StylishDark install script.
This commit is contained in:
Jack Reez
2019-02-02 17:41:28 +05:30
parent 3046b944b3
commit 8d2a12b841
50 changed files with 90 additions and 3 deletions

View File

@ -39,9 +39,9 @@ if [ "$UID" -eq "$ROOT_UID" ]; then
fi
# Success message
echo -e "\n\t ***************\n\t * All done! *\n\t ***************\n"
echo -e "\n\t ***************\n\t * All done! *\n\t ***************\n"
else
else
# Error message
echo -e "\n\t ******************************\n\t * Error! -> Run me as root *\n\t ******************************\n"
fi
fi