1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

feat: adds panda them for testing

This commit is contained in:
Jangrie
2020-10-08 13:36:15 +02:00
parent b707cf9a27
commit 4b77fce2d2
2 changed files with 57 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ declare -a THEMES=(
'one-half-black.sh'
'one-light.sh'
'pali.sh'
'panda.sh'
'paraiso-dark.sh'
'paul-millr.sh'
'pencil-dark.sh'
@@ -208,7 +209,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://github.com/Jangrie/Gogh/tree/add-panda-theme"}
PROGRESS_URL="https://raw.githubusercontent.com/phenonymous/shell-progressbar/1.0/progress.sh"
capitalize() {