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

update theme list

This commit is contained in:
Mayccoll 2018-12-17 22:12:06 -05:00
parent 9e4f566bda
commit 916301468a
3 changed files with 10 additions and 9 deletions

19
gogh.sh
View File

@ -7,7 +7,7 @@ GLOBAL_VAR_CLEANUP(){
unset PROFILE_SLUG unset PROFILE_SLUG
unset TILIX_RES unset TILIX_RES
unset TERMINAL unset TERMINAL
} }
trap 'GLOBAL_VAR_CLEANUP; trap - EXIT' EXIT HUP INT QUIT PIPE TERM trap 'GLOBAL_VAR_CLEANUP; trap - EXIT' EXIT HUP INT QUIT PIPE TERM
@ -33,13 +33,13 @@ declare -a THEMES=(
'brogrammer.sh' 'brogrammer.sh'
'c64.sh' 'c64.sh'
'cai.sh' 'cai.sh'
'chalk.sh'
'chalkboard.sh' 'chalkboard.sh'
'chalk.sh'
'ciapre.sh' 'ciapre.sh'
'clone-of-ubuntu.sh' 'clone-of-ubuntu.sh'
'clrs.sh' 'clrs.sh'
'cobalt-neon.sh'
'cobalt2.sh' 'cobalt2.sh'
'cobalt-neon.sh'
'crayon-pony-fish.sh' 'crayon-pony-fish.sh'
'dark-pastel.sh' 'dark-pastel.sh'
'darkside.sh' 'darkside.sh'
@ -54,8 +54,8 @@ declare -a THEMES=(
'espresso-libre.sh' 'espresso-libre.sh'
'espresso.sh' 'espresso.sh'
'fishtank.sh' 'fishtank.sh'
'flat.sh'
'flatland.sh' 'flatland.sh'
'flat.sh'
'foxnightly.sh' 'foxnightly.sh'
'freya.sh' 'freya.sh'
'frontend-delight.sh' 'frontend-delight.sh'
@ -89,8 +89,9 @@ declare -a THEMES=(
'kibble.sh' 'kibble.sh'
'later-this-evening.sh' 'later-this-evening.sh'
'lavandula.sh' 'lavandula.sh'
'liquid-carbon-transparent.sh'
'liquid-carbon.sh' 'liquid-carbon.sh'
'liquid-carbon-transparent.sh'
'maia.sh'
'man-page.sh' 'man-page.sh'
'mar.sh' 'mar.sh'
'material.sh' 'material.sh'
@ -114,8 +115,8 @@ declare -a THEMES=(
'novel.sh' 'novel.sh'
'obsidian.sh' 'obsidian.sh'
'ocean-dark.sh' 'ocean-dark.sh'
'ocean.sh'
'oceanic-next.sh' 'oceanic-next.sh'
'ocean.sh'
'ollie.sh' 'ollie.sh'
'one-dark.sh' 'one-dark.sh'
'one-half-black.sh' 'one-half-black.sh'
@ -133,8 +134,8 @@ declare -a THEMES=(
'rippedcasts.sh' 'rippedcasts.sh'
'royal.sh' 'royal.sh'
'sat.sh' 'sat.sh'
'sea-shells.sh'
'seafoam-pastel.sh' 'seafoam-pastel.sh'
'sea-shells.sh'
'seti.sh' 'seti.sh'
'shaman.sh' 'shaman.sh'
'shel.sh' 'shel.sh'
@ -179,7 +180,7 @@ declare -a THEMES=(
'wombat.sh' 'wombat.sh'
'wryan.sh' 'wryan.sh'
'zenburn.sh' 'zenburn.sh'
) )
# Allow developer to change url to forked url for easier testing # Allow developer to change url to forked url for easier testing
BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Mayccoll/Gogh/master"} BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Mayccoll/Gogh/master"}
@ -347,7 +348,7 @@ if [[ "$TERMINAL" = "tilix" ]] && [[ ${#OPTION[@]} -gt 0 ]]; then
echo echo
read -r -p "Tilix detected - use color schemes instead of profiles? [y/N] " -n 1 TILIX_RES read -r -p "Tilix detected - use color schemes instead of profiles? [y/N] " -n 1 TILIX_RES
echo echo
# | # |
# | When selecting multiple themes and user opts for color schemes, we save all themes # | When selecting multiple themes and user opts for color schemes, we save all themes
# | in a tmpdir and copy the files once all themes has been processed.. If a user # | in a tmpdir and copy the files once all themes has been processed.. If a user

0
themes/google-dark.sh Normal file → Executable file
View File

0
themes/google-light.sh Normal file → Executable file
View File