Add Omni Theme 🚀

This commit is contained in:
João Inácio Neto 2020-09-17 14:15:21 -03:00
parent b0bfc1a95f
commit a728fd3ad5
3 changed files with 3 additions and 4 deletions

View File

@ -137,7 +137,7 @@ declare -a THEMES=(
'ocean.sh'
'oceanic-next.sh'
'ollie.sh'
'omni'
'omni.sh'
'one-dark.sh'
'one-half-black.sh'
'one-light.sh'

View File

@ -140,7 +140,6 @@ declare -a THEMES=(
'ocean.sh'
'oceanic-next.sh'
'ollie.sh'
'omni'
'one-dark.sh'
'one-half-black.sh'
'one-light.sh'
@ -208,7 +207,7 @@ declare -a THEMES=(
# Allow developer to change url to forked url for easier testing
# IMPORTANT: Make sure you export this variable if your main shell is not bash
BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Mayccoll/Gogh/master"}
BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/birobirobiro/Gogh/master/gogh.sh"}
PROGRESS_URL="https://raw.githubusercontent.com/phenonymous/shell-progressbar/1.0/progress.sh"
capitalize() {

View File

@ -39,7 +39,7 @@ PARENT_PATH="$(dirname "${SCRIPT_PATH}")"
# Allow developer to change url to forked url for easier testing
# IMPORTANT: Make sure you export this variable if your main shell is not bash
BASE_URL=${BASE_URL:-"https://github.com/birobirobiro/Gogh"}
BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Mayccoll/Gogh/master"}
if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then