diff --git a/README.md b/README.md index ce89151..e167f9e 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,18 @@ Gogh ====
- Gogh + Gogh
- :small_blue_diamond: Visit the Website :small_blue_diamond: + :small_blue_diamond: Visit the Website :small_blue_diamond:
## Color scheme for your terminal -Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use Gnome Terminal, Pantheon Terminal, Tilix, or XFCE4 Terminal; initially inspired by Elementary OS Luna. Also works on iTerm for macOS. You can check out the themes [here](https://mayccoll.github.io/Gogh/). +Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use Gnome Terminal, Pantheon Terminal, Tilix, or XFCE4 Terminal; initially inspired by Elementary OS Luna. Also works on iTerm for macOS. You can check out the themes [here](https://Gogh-Co.github.io/Gogh/). -![elementary](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/demos/themes.gif) +![elementary](https://raw.githubusercontent.com/Gogh-Co/Gogh/master/images/demos/themes.gif) ---- @@ -45,7 +45,7 @@ bash -c "$(curl -sLo- https://git.io/vQgMr)" **DEMO:** -![gogh-demo-profile](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/demos/gogh-demo-profile.gif) +![gogh-demo-profile](https://raw.githubusercontent.com/Gogh-Co/Gogh/master/images/demos/gogh-demo-profile.gif)

@@ -56,7 +56,7 @@ bash -c "$(curl -sLo- https://git.io/vQgMr)" # clone the repo into "$HOME/src/gogh" mkdir -p "$HOME/src" cd "$HOME/src" -git clone https://github.com/Mayccoll/Gogh.git gogh +git clone https://github.com/Gogh-Co/Gogh.git gogh cd gogh/themes # necessary on ubuntu @@ -84,22 +84,22 @@ export TERMINAL=gnome-terminal
-## 🎨 [Themes](https://mayccoll.github.io/Gogh/) +## 🎨 [Themes](https://Gogh-Co.github.io/Gogh/) -We have lots of themes. Check them out [here](https://mayccoll.github.io/Gogh/)! +We have lots of themes. Check them out [here](https://Gogh-Co.github.io/Gogh/)! -also all themes in json format: https://raw.githubusercontent.com/Mayccoll/Gogh/master/data/themes.json +also all themes in json format: https://raw.githubusercontent.com/Gogh-Co/Gogh/master/data/themes.json

-## 📌 [How to](https://github.com/Mayccoll/Gogh/blob/master/content/howto.md) +## 📌 [How to](https://github.com/Gogh-Co/Gogh/blob/master/content/howto.md) -If you want to create your own color scheme or contribute to the project, [start here](https://github.com/Mayccoll/Gogh/blob/master/content/howto.md). +If you want to create your own color scheme or contribute to the project, [start here](https://github.com/Gogh-Co/Gogh/blob/master/content/howto.md).
-## :thinking: [Help](https://github.com/Mayccoll/Gogh/blob/master/content/help.md) +## :thinking: [Help](https://github.com/Gogh-Co/Gogh/blob/master/content/help.md)

@@ -145,7 +145,7 @@ If you want to create your own color scheme or contribute to the project, [start ## :heart: Contributors: -- [@contributors](https://github.com/Mayccoll/Gogh/graphs/contributors) +- [@contributors](https://github.com/Gogh-Co/Gogh/graphs/contributors)

@@ -178,7 +178,7 @@ There is no blue without yellow and without orange. - [Hipertextual](https://hipertextual.com/archivo/2014/11/4bit/) - [MuyLinux](https://www.muylinux.com/2015/06/06/ping-91) - [Reddit - elementaryos](https://www.reddit.com/r/elementaryos/comments/3ivnb7/how_to_change_terminals_colors/) -- [dev.to](https://dev.to/mayccoll/color-scheme-for-your-terminal-1pea) +- [dev.to](https://dev.to/Gogh-Co/color-scheme-for-your-terminal-1pea) ## Themes in `json` format diff --git a/_base.sh b/_base.sh index f9cffa5..654d4be 100755 --- a/_base.sh +++ b/_base.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/apply-colors.sh b/apply-colors.sh index e5087e5..7881da9 100755 --- a/apply-colors.sh +++ b/apply-colors.sh @@ -467,7 +467,7 @@ apply_alacritty() { # 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/Gogh-Co/Gogh/master"} if [[ -e "${SCRIPT_PATH}/apply-alacritty.py" ]]; then @@ -538,7 +538,7 @@ apply_kitty() { rm -f "$CFGFILE" echo "# Color theme: $PROFILE_NAME" >> "$CFGFILE" - echo "# Auto-generated by Gogh (https://mayccoll.github.io/Gogh/)" >> "$CFGFILE" + echo "# Auto-generated by Gogh (https://Gogh-Co.github.io/Gogh/)" >> "$CFGFILE" echo "" >> "$CFGFILE" echo "color0 $COLOR_01" >> "$CFGFILE" echo "color1 $COLOR_02" >> "$CFGFILE" @@ -823,7 +823,7 @@ apply_xfce4-terminal() { printf '%s\n' \ "; Generated by Gogh" \ - "; https://mayccoll.github.io/Gogh" \ + "; https://Gogh-Co.github.io/Gogh" \ "[Scheme]" \ "Name=${PROFILE_NAME}" \ "ColorForeground=${FOREGROUND_COLOR}" \ diff --git a/content/help.md b/content/help.md index 6126400..da2dcbc 100644 --- a/content/help.md +++ b/content/help.md @@ -1,14 +1,14 @@ -![elementary](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/gogh/Gogh-logo.png) +![elementary](https://raw.githubusercontent.com/Gogh-Co/Elementary-OS-Terminal-Colors/master/images/gogh/Gogh-logo.png) ----- # HELP -- [Ubuntu 19.10: default_profile not a valid identifier, command not found](https://github.com/Mayccoll/Gogh/issues/203) -- [Using Elementary terminal but says unsupported](https://github.com/Mayccoll/Gogh/issues/175) -- [Doesn't working Debian](https://github.com/Mayccoll/Gogh/issues/63) -- [Not Working on Ubuntu](https://github.com/Mayccoll/Gogh/issues/41) +- [Ubuntu 19.10: default_profile not a valid identifier, command not found](https://github.com/Gogh-Co/Gogh/issues/203) +- [Using Elementary terminal but says unsupported](https://github.com/Gogh-Co/Gogh/issues/175) +- [Doesn't working Debian](https://github.com/Gogh-Co/Gogh/issues/63) +- [Not Working on Ubuntu](https://github.com/Gogh-Co/Gogh/issues/41) ## Elementary OS @@ -26,7 +26,7 @@ source .bashrc ## Debian Fixes -### [Fix 1](https://github.com/Mayccoll/Gogh/issues/63#issuecomment-361071956) (@romzie): +### [Fix 1](https://github.com/Gogh-Co/Gogh/issues/63#issuecomment-361071956) (@romzie): - reset your profiles: @@ -34,7 +34,7 @@ source .bashrc dconf reset -f /org/gnome/terminal/legacy/profiles:/ ``` -### [Fix 2](https://github.com/Mayccoll/Gogh/issues/63#issuecomment-401224491) (@MalwareJedi): +### [Fix 2](https://github.com/Gogh-Co/Gogh/issues/63#issuecomment-401224491) (@MalwareJedi): - Reset your profiles: @@ -49,7 +49,7 @@ dconf reset -f /org/gnome/terminal/legacy/profiles:/ - Confirm **Default** is still listed in your profiles. - If it is, run the Gogh script again. -### [Fix 3](https://github.com/Mayccoll/Gogh/issues/63#issuecomment-401510226) (@sui74): +### [Fix 3](https://github.com/Gogh-Co/Gogh/issues/63#issuecomment-401510226) (@sui74): - Reset your profiles: diff --git a/content/howto.md b/content/howto.md index c076a41..1392212 100644 --- a/content/howto.md +++ b/content/howto.md @@ -1,5 +1,5 @@ -![elementary](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/gogh/Gogh-logo.png) +![elementary](https://raw.githubusercontent.com/Gogh-Co/Gogh/master/images/gogh/Gogh-logo.png) ----- @@ -15,7 +15,7 @@ Please feel free to use and create your own color schemes. - **The Script** -https://github.com/Mayccoll/Gogh/blob/master/_base.sh +https://github.com/Gogh-Co/Gogh/blob/master/_base.sh - **Variables** @@ -70,7 +70,7 @@ In comments variables is that of the console belongs each color. Here is a picture that explains a little better as colors are distributed. -![Colors](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/gogh/colors.png) +![Colors](https://raw.githubusercontent.com/Gogh-Co/Gogh/master/images/gogh/colors.png) - **View Colors** diff --git a/gh-pages/index.html b/gh-pages/index.html index 1e28747..fa61833 100644 --- a/gh-pages/index.html +++ b/gh-pages/index.html @@ -1 +1 @@ -Gogh - Color SchemeFork me on GitHub

Gogh

Color Scheme for Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 Terminal

Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use Gnome Terminal, Pantheon Terminal, Tilix, or XFCE4 Terminal; initially inspired by Elementary OS Luna. Also works on iTerm for macOS.

Install

Just copy and paste One line command.

Linux (wget)

bash -c  "$(wget -qO- https://git.io/vQgMr)" 

Mac (curl)

bash -c  "$(curl -sLo- https://git.io/vQgMr)" 
\ No newline at end of file +Gogh - Color SchemeFork me on GitHub

Gogh

Color Scheme for Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 Terminal

Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use Gnome Terminal, Pantheon Terminal, Tilix, or XFCE4 Terminal; initially inspired by Elementary OS Luna. Also works on iTerm for macOS.

Install

Just copy and paste One line command.

Linux (wget)

bash -c  "$(wget -qO- https://git.io/vQgMr)" 

Mac (curl)

bash -c  "$(curl -sLo- https://git.io/vQgMr)" 
\ No newline at end of file diff --git a/gh-pages/index.src.html b/gh-pages/index.src.html index 960338b..b9aacd0 100644 --- a/gh-pages/index.src.html +++ b/gh-pages/index.src.html @@ -24,7 +24,7 @@ - +

Gogh - +

@@ -57,7 +57,7 @@
@@ -65,7 +65,7 @@ Color 01 'tput setaf 0'" # black @@ -213,7 +213,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/Gogh-Co/Gogh/master"} PROGRESS_URL="https://raw.githubusercontent.com/phenonymous/shell-progressbar/1.0/progress.sh" capitalize() { diff --git a/themes/3024-day.sh b/themes/3024-day.sh index e0fb776..1970aa4 100755 --- a/themes/3024-day.sh +++ b/themes/3024-day.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/3024-night.sh b/themes/3024-night.sh index 21626b4..8017371 100755 --- a/themes/3024-night.sh +++ b/themes/3024-night.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/aci.sh b/themes/aci.sh index 1bacd27..cfda099 100755 --- a/themes/aci.sh +++ b/themes/aci.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/aco.sh b/themes/aco.sh index 7d87a9b..0ec4d1b 100755 --- a/themes/aco.sh +++ b/themes/aco.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/adventuretime.sh b/themes/adventuretime.sh index 3164bf3..4af1f8d 100755 --- a/themes/adventuretime.sh +++ b/themes/adventuretime.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/afterglow.sh b/themes/afterglow.sh index a21ec83..d7ed6a6 100755 --- a/themes/afterglow.sh +++ b/themes/afterglow.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/alien-blood.sh b/themes/alien-blood.sh index 3431617..db22084 100755 --- a/themes/alien-blood.sh +++ b/themes/alien-blood.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/argonaut.sh b/themes/argonaut.sh index 2dcd348..dc1b34b 100755 --- a/themes/argonaut.sh +++ b/themes/argonaut.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/arthur.sh b/themes/arthur.sh index b87e6d9..92c67bd 100755 --- a/themes/arthur.sh +++ b/themes/arthur.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/atom.sh b/themes/atom.sh index 925e7fc..e12fb1d 100755 --- a/themes/atom.sh +++ b/themes/atom.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/aura.sh b/themes/aura.sh index 654f9f3..c4574c5 100755 --- a/themes/aura.sh +++ b/themes/aura.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ayu-dark.sh b/themes/ayu-dark.sh index a50bb45..33518ce 100755 --- a/themes/ayu-dark.sh +++ b/themes/ayu-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ayu-light.sh b/themes/ayu-light.sh index d73b824..753e68c 100755 --- a/themes/ayu-light.sh +++ b/themes/ayu-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ayu-mirage.sh b/themes/ayu-mirage.sh index d7bbd1d..bf6c973 100755 --- a/themes/ayu-mirage.sh +++ b/themes/ayu-mirage.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/azu.sh b/themes/azu.sh index 658b74e..3b5c203 100755 --- a/themes/azu.sh +++ b/themes/azu.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/belafonte-day.sh b/themes/belafonte-day.sh index 9435186..57f323f 100755 --- a/themes/belafonte-day.sh +++ b/themes/belafonte-day.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/belafonte-night.sh b/themes/belafonte-night.sh index 2eafd47..ec8a4ae 100755 --- a/themes/belafonte-night.sh +++ b/themes/belafonte-night.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/bim.sh b/themes/bim.sh index 8f1d5ef..d853cf1 100755 --- a/themes/bim.sh +++ b/themes/bim.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/birds-of-paradise.sh b/themes/birds-of-paradise.sh index fe9c10d..b0a99ee 100755 --- a/themes/birds-of-paradise.sh +++ b/themes/birds-of-paradise.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/blazer.sh b/themes/blazer.sh index 93c9078..530cbea 100755 --- a/themes/blazer.sh +++ b/themes/blazer.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/bluloco-light.sh b/themes/bluloco-light.sh index 69b0259..cfcfde7 100755 --- a/themes/bluloco-light.sh +++ b/themes/bluloco-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/bluloco-zsh-light.sh b/themes/bluloco-zsh-light.sh index d3c420c..594083b 100755 --- a/themes/bluloco-zsh-light.sh +++ b/themes/bluloco-zsh-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/borland.sh b/themes/borland.sh index fa21ce8..215745e 100755 --- a/themes/borland.sh +++ b/themes/borland.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/broadcast.sh b/themes/broadcast.sh index d3806bf..9080880 100755 --- a/themes/broadcast.sh +++ b/themes/broadcast.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/brogrammer.sh b/themes/brogrammer.sh index 05bbdfc..cea2e5a 100755 --- a/themes/brogrammer.sh +++ b/themes/brogrammer.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/c64.sh b/themes/c64.sh index 24d9aa8..c97b72b 100755 --- a/themes/c64.sh +++ b/themes/c64.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/cai.sh b/themes/cai.sh index cc76a0a..f60403d 100755 --- a/themes/cai.sh +++ b/themes/cai.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/chalk.sh b/themes/chalk.sh index 51415f4..b8e8cc3 100755 --- a/themes/chalk.sh +++ b/themes/chalk.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/chalkboard.sh b/themes/chalkboard.sh index bcd72ec..11f6d45 100755 --- a/themes/chalkboard.sh +++ b/themes/chalkboard.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/chameleon.sh b/themes/chameleon.sh index b9196e1..f011cdb 100644 --- a/themes/chameleon.sh +++ b/themes/chameleon.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ciapre.sh b/themes/ciapre.sh index ca67e2c..b5add7d 100755 --- a/themes/ciapre.sh +++ b/themes/ciapre.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/clone-of-ubuntu.sh b/themes/clone-of-ubuntu.sh index 9c37698..b483f38 100755 --- a/themes/clone-of-ubuntu.sh +++ b/themes/clone-of-ubuntu.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/clrs.sh b/themes/clrs.sh index 81a1227..ef7fbf9 100755 --- a/themes/clrs.sh +++ b/themes/clrs.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/cobalt-neon.sh b/themes/cobalt-neon.sh index 50982a6..e3c7d0f 100755 --- a/themes/cobalt-neon.sh +++ b/themes/cobalt-neon.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/cobalt2.sh b/themes/cobalt2.sh index dcac3cb..d489fa8 100755 --- a/themes/cobalt2.sh +++ b/themes/cobalt2.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/colorcli.sh b/themes/colorcli.sh index b867f1f..b39f7d0 100755 --- a/themes/colorcli.sh +++ b/themes/colorcli.sh @@ -38,7 +38,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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/crayon-pony-fish.sh b/themes/crayon-pony-fish.sh index 165ef0e..d32e4f0 100755 --- a/themes/crayon-pony-fish.sh +++ b/themes/crayon-pony-fish.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/dark-pastel.sh b/themes/dark-pastel.sh index c66ccc7..38704d8 100755 --- a/themes/dark-pastel.sh +++ b/themes/dark-pastel.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/darkside.sh b/themes/darkside.sh index 61ec52b..7089aaf 100755 --- a/themes/darkside.sh +++ b/themes/darkside.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/dehydration.sh b/themes/dehydration.sh index 1bd1df0..7de3ca1 100755 --- a/themes/dehydration.sh +++ b/themes/dehydration.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/desert.sh b/themes/desert.sh index b308262..1ecffa8 100755 --- a/themes/desert.sh +++ b/themes/desert.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/dimmed-monokai.sh b/themes/dimmed-monokai.sh index bd15dd8..35dc5d4 100755 --- a/themes/dimmed-monokai.sh +++ b/themes/dimmed-monokai.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/dissonance.sh b/themes/dissonance.sh index 2a1aaff..5bafe9f 100755 --- a/themes/dissonance.sh +++ b/themes/dissonance.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/dracula.sh b/themes/dracula.sh index 37ab8f9..37f31a1 100755 --- a/themes/dracula.sh +++ b/themes/dracula.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/earthsong.sh b/themes/earthsong.sh index 08456ce..93311e8 100755 --- a/themes/earthsong.sh +++ b/themes/earthsong.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/elemental.sh b/themes/elemental.sh index 634e916..c9d319f 100755 --- a/themes/elemental.sh +++ b/themes/elemental.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/elementary.sh b/themes/elementary.sh index 2148ae0..5465dda 100755 --- a/themes/elementary.sh +++ b/themes/elementary.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/elic.sh b/themes/elic.sh index a7623f0..3e7f8d2 100755 --- a/themes/elic.sh +++ b/themes/elic.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/elio.sh b/themes/elio.sh index 793a6bc..e12bbb8 100755 --- a/themes/elio.sh +++ b/themes/elio.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/espresso-libre.sh b/themes/espresso-libre.sh index 12339e3..70d2289 100755 --- a/themes/espresso-libre.sh +++ b/themes/espresso-libre.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/espresso.sh b/themes/espresso.sh index 05b8eaa..f7ac50e 100755 --- a/themes/espresso.sh +++ b/themes/espresso.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/fairyfloss.sh b/themes/fairyfloss.sh index 7bf5e42..c4435bb 100755 --- a/themes/fairyfloss.sh +++ b/themes/fairyfloss.sh @@ -1,27 +1,27 @@ #!/usr/bin/env bash # ====================CONFIG THIS =============================== # -export COLOR_01="#42395D" -export COLOR_02="#A8757B" -export COLOR_03="#FF857F" -export COLOR_04="#E6C000" -export COLOR_05="#AE81FF" -export COLOR_06="#716799" -export COLOR_07="#C2FFDF" -export COLOR_08="#F8F8F2" +export COLOR_01="#42395D" +export COLOR_02="#A8757B" +export COLOR_03="#FF857F" +export COLOR_04="#E6C000" +export COLOR_05="#AE81FF" +export COLOR_06="#716799" +export COLOR_07="#C2FFDF" +export COLOR_08="#F8F8F2" -export COLOR_09="#75507B" -export COLOR_10="#FFB8D1" -export COLOR_11="#F1568E" -export COLOR_12="#D5A425" -export COLOR_13="#C5A3FF" -export COLOR_14="#8077A8" -export COLOR_15="#C2FFFF" -export COLOR_16="#F8F8F0" +export COLOR_09="#75507B" +export COLOR_10="#FFB8D1" +export COLOR_11="#F1568E" +export COLOR_12="#D5A425" +export COLOR_13="#C5A3FF" +export COLOR_14="#8077A8" +export COLOR_15="#C2FFFF" +export COLOR_16="#F8F8F0" -export BACKGROUND_COLOR="#5A5475" -export FOREGROUND_COLOR="#C2FFDF" -export CURSOR_COLOR="#FFB8D1" +export BACKGROUND_COLOR="#5A5475" +export FOREGROUND_COLOR="#C2FFDF" +export CURSOR_COLOR="#FFB8D1" export PROFILE_NAME="Fairy Floss" # =============================================================== # @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/fairyflossdark.sh b/themes/fairyflossdark.sh index b3427da..fa99b99 100755 --- a/themes/fairyflossdark.sh +++ b/themes/fairyflossdark.sh @@ -1,27 +1,27 @@ #!/usr/bin/env bash # ====================CONFIG THIS =============================== # -export COLOR_01="#42395D" -export COLOR_02="#A8757B" -export COLOR_03="#FF857F" -export COLOR_04="#E6C000" -export COLOR_05="#AE81FF" -export COLOR_06="#716799" -export COLOR_07="#C2FFDF" -export COLOR_08="#F8F8F2" +export COLOR_01="#42395D" +export COLOR_02="#A8757B" +export COLOR_03="#FF857F" +export COLOR_04="#E6C000" +export COLOR_05="#AE81FF" +export COLOR_06="#716799" +export COLOR_07="#C2FFDF" +export COLOR_08="#F8F8F2" -export COLOR_09="#75507B" -export COLOR_10="#FFB8D1" -export COLOR_11="#F1568E" -export COLOR_12="#D5A425" -export COLOR_13="#C5A3FF" -export COLOR_14="#8077A8" -export COLOR_15="#C2FFFF" -export COLOR_16="#F8F8F0" +export COLOR_09="#75507B" +export COLOR_10="#FFB8D1" +export COLOR_11="#F1568E" +export COLOR_12="#D5A425" +export COLOR_13="#C5A3FF" +export COLOR_14="#8077A8" +export COLOR_15="#C2FFFF" +export COLOR_16="#F8F8F0" -export BACKGROUND_COLOR="#42395D" -export FOREGROUND_COLOR="#C2FFDF" -export CURSOR_COLOR="#FFB8D1" +export BACKGROUND_COLOR="#42395D" +export FOREGROUND_COLOR="#C2FFDF" +export CURSOR_COLOR="#FFB8D1" export PROFILE_NAME="Fairy Floss Dark" # =============================================================== # @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/fishtank.sh b/themes/fishtank.sh index 1eca3ea..bae784d 100755 --- a/themes/fishtank.sh +++ b/themes/fishtank.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/flat-remix.sh b/themes/flat-remix.sh index 0e25400..87b6d47 100755 --- a/themes/flat-remix.sh +++ b/themes/flat-remix.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/flat.sh b/themes/flat.sh index ccd65f2..0e231db 100755 --- a/themes/flat.sh +++ b/themes/flat.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/flatland.sh b/themes/flatland.sh index 28342ad..f2a056a 100755 --- a/themes/flatland.sh +++ b/themes/flatland.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/foxnightly.sh b/themes/foxnightly.sh index f9dcee0..3a1c398 100755 --- a/themes/foxnightly.sh +++ b/themes/foxnightly.sh @@ -40,7 +40,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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/freya.sh b/themes/freya.sh index 7dcff99..7273835 100755 --- a/themes/freya.sh +++ b/themes/freya.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/frontend-delight.sh b/themes/frontend-delight.sh index 6a52fcd..2da53db 100755 --- a/themes/frontend-delight.sh +++ b/themes/frontend-delight.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/frontend-fun-forrest.sh b/themes/frontend-fun-forrest.sh index cd53c15..8463a52 100755 --- a/themes/frontend-fun-forrest.sh +++ b/themes/frontend-fun-forrest.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/frontend-galaxy.sh b/themes/frontend-galaxy.sh index a585b45..7d091a8 100755 --- a/themes/frontend-galaxy.sh +++ b/themes/frontend-galaxy.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/geohot.sh b/themes/geohot.sh index 9ea044f..769ce25 100755 --- a/themes/geohot.sh +++ b/themes/geohot.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env bash #==================== CONFIG THIS ======================# export COLOR_01='#F9F5F5' # HOST :: WHITE @@ -33,7 +33,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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then bash "${PARENT_PATH}/apply-colors.sh" diff --git a/themes/github.sh b/themes/github.sh index 71cb728..205b349 100755 --- a/themes/github.sh +++ b/themes/github.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/gogh.sh b/themes/gogh.sh index 76acf7e..0ef3e39 100755 --- a/themes/gogh.sh +++ b/themes/gogh.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/gooey.sh b/themes/gooey.sh index 509c0e6..d849688 100755 --- a/themes/gooey.sh +++ b/themes/gooey.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/google-dark.sh b/themes/google-dark.sh index a776ab1..d2d4f16 100755 --- a/themes/google-dark.sh +++ b/themes/google-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/google-light.sh b/themes/google-light.sh index 40bda6e..7798554 100755 --- a/themes/google-light.sh +++ b/themes/google-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/gotham.sh b/themes/gotham.sh index 72a5626..b3575e7 100755 --- a/themes/gotham.sh +++ b/themes/gotham.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/grape.sh b/themes/grape.sh index f997616..5a0a287 100755 --- a/themes/grape.sh +++ b/themes/grape.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/grass.sh b/themes/grass.sh index c02d466..1c88bac 100755 --- a/themes/grass.sh +++ b/themes/grass.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/gruvbox-dark.sh b/themes/gruvbox-dark.sh index af6e35a..1faae4a 100755 --- a/themes/gruvbox-dark.sh +++ b/themes/gruvbox-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/gruvbox.sh b/themes/gruvbox.sh index e620bda..3bd90af 100755 --- a/themes/gruvbox.sh +++ b/themes/gruvbox.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/hardcore.sh b/themes/hardcore.sh index 4ea0252..3e66710 100755 --- a/themes/hardcore.sh +++ b/themes/hardcore.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/harper.sh b/themes/harper.sh index 8c6630c..de896d5 100755 --- a/themes/harper.sh +++ b/themes/harper.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/hemisu-dark.sh b/themes/hemisu-dark.sh index 1cbd29f..423516f 100755 --- a/themes/hemisu-dark.sh +++ b/themes/hemisu-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/hemisu-light.sh b/themes/hemisu-light.sh index 730e67a..8d6ebd7 100755 --- a/themes/hemisu-light.sh +++ b/themes/hemisu-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/highway.sh b/themes/highway.sh index d737142..3067a49 100755 --- a/themes/highway.sh +++ b/themes/highway.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/hipster-green.sh b/themes/hipster-green.sh index 14d31a3..0daf476 100755 --- a/themes/hipster-green.sh +++ b/themes/hipster-green.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/homebrew.sh b/themes/homebrew.sh index a991623..733c4f5 100755 --- a/themes/homebrew.sh +++ b/themes/homebrew.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/horizon-bright.sh b/themes/horizon-bright.sh index 1e010ec..c3d1bea 100755 --- a/themes/horizon-bright.sh +++ b/themes/horizon-bright.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/horizon-dark.sh b/themes/horizon-dark.sh index bf3afb9..9bfad46 100755 --- a/themes/horizon-dark.sh +++ b/themes/horizon-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/hurtado.sh b/themes/hurtado.sh index 2384e5b..31fd8b9 100755 --- a/themes/hurtado.sh +++ b/themes/hurtado.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/hybrid.sh b/themes/hybrid.sh index a4b7361..2decce9 100755 --- a/themes/hybrid.sh +++ b/themes/hybrid.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ibm3270-hicontrast.sh b/themes/ibm3270-hicontrast.sh index 7013d92..3ded4c1 100755 --- a/themes/ibm3270-hicontrast.sh +++ b/themes/ibm3270-hicontrast.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ibm3270.sh b/themes/ibm3270.sh index f0ee733..375849a 100755 --- a/themes/ibm3270.sh +++ b/themes/ibm3270.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ic-green-ppl.sh b/themes/ic-green-ppl.sh index 9d72dbf..5e3d312 100755 --- a/themes/ic-green-ppl.sh +++ b/themes/ic-green-ppl.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ic-orange-ppl.sh b/themes/ic-orange-ppl.sh index a213a97..81ecbda 100755 --- a/themes/ic-orange-ppl.sh +++ b/themes/ic-orange-ppl.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/idle-toes.sh b/themes/idle-toes.sh index 8c0d23a..2694562 100755 --- a/themes/idle-toes.sh +++ b/themes/idle-toes.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ir-black.sh b/themes/ir-black.sh index 8734b93..afc685c 100755 --- a/themes/ir-black.sh +++ b/themes/ir-black.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/jackie-brown.sh b/themes/jackie-brown.sh index c47aec1..3df093b 100755 --- a/themes/jackie-brown.sh +++ b/themes/jackie-brown.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/japanesque.sh b/themes/japanesque.sh index 2471994..242bb78 100755 --- a/themes/japanesque.sh +++ b/themes/japanesque.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/jellybeans.sh b/themes/jellybeans.sh index 58cd5d8..4232d26 100755 --- a/themes/jellybeans.sh +++ b/themes/jellybeans.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/jup.sh b/themes/jup.sh index 04f4fca..0dbc39c 100755 --- a/themes/jup.sh +++ b/themes/jup.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/kibble.sh b/themes/kibble.sh index 61aee46..58c8fb2 100755 --- a/themes/kibble.sh +++ b/themes/kibble.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/kokuban.sh b/themes/kokuban.sh index b8dbe42..7bb5b60 100755 --- a/themes/kokuban.sh +++ b/themes/kokuban.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/laserwave.sh b/themes/laserwave.sh index b67a77b..9dbba02 100755 --- a/themes/laserwave.sh +++ b/themes/laserwave.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/later-this-evening.sh b/themes/later-this-evening.sh index 5ffee0a..61f0477 100755 --- a/themes/later-this-evening.sh +++ b/themes/later-this-evening.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/lavandula.sh b/themes/lavandula.sh index 8138e61..74d76b0 100755 --- a/themes/lavandula.sh +++ b/themes/lavandula.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/liquid-carbon-transparent.sh b/themes/liquid-carbon-transparent.sh index 7780c51..fc944e2 100755 --- a/themes/liquid-carbon-transparent.sh +++ b/themes/liquid-carbon-transparent.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/liquid-carbon.sh b/themes/liquid-carbon.sh index 1a6a7ef..b17fbb0 100755 --- a/themes/liquid-carbon.sh +++ b/themes/liquid-carbon.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/lunaria-dark.sh b/themes/lunaria-dark.sh index 6f7405a..51b697c 100755 --- a/themes/lunaria-dark.sh +++ b/themes/lunaria-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/lunaria-eclipse.sh b/themes/lunaria-eclipse.sh index 80fc25b..9bb8f01 100755 --- a/themes/lunaria-eclipse.sh +++ b/themes/lunaria-eclipse.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/lunaria-light.sh b/themes/lunaria-light.sh index dbb206f..c8c1c4d 100755 --- a/themes/lunaria-light.sh +++ b/themes/lunaria-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/maia.sh b/themes/maia.sh index f287c4c..3043551 100755 --- a/themes/maia.sh +++ b/themes/maia.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/man-page.sh b/themes/man-page.sh index dfb9b35..40d7dd0 100755 --- a/themes/man-page.sh +++ b/themes/man-page.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/mar.sh b/themes/mar.sh index caf4cb4..db3098a 100755 --- a/themes/mar.sh +++ b/themes/mar.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/material.sh b/themes/material.sh index d80b858..b24eec9 100755 --- a/themes/material.sh +++ b/themes/material.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/mathias.sh b/themes/mathias.sh index b08271e..d20cdf7 100755 --- a/themes/mathias.sh +++ b/themes/mathias.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/medallion.sh b/themes/medallion.sh index 7da8f72..2cdaa05 100755 --- a/themes/medallion.sh +++ b/themes/medallion.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/misterioso.sh b/themes/misterioso.sh index 8032a09..cc6c299 100755 --- a/themes/misterioso.sh +++ b/themes/misterioso.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/miu.sh b/themes/miu.sh index e5c31d1..cc6fa13 100755 --- a/themes/miu.sh +++ b/themes/miu.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/molokai.sh b/themes/molokai.sh index f06e272..8dbd028 100755 --- a/themes/molokai.sh +++ b/themes/molokai.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/mona-lisa.sh b/themes/mona-lisa.sh index 44347a0..62bf0e4 100755 --- a/themes/mona-lisa.sh +++ b/themes/mona-lisa.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/mono-amber.sh b/themes/mono-amber.sh index 158e532..1e5eb75 100755 --- a/themes/mono-amber.sh +++ b/themes/mono-amber.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/mono-cyan.sh b/themes/mono-cyan.sh index e69bf3d..bb779be 100755 --- a/themes/mono-cyan.sh +++ b/themes/mono-cyan.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/mono-green.sh b/themes/mono-green.sh index bde1012..2a327e8 100755 --- a/themes/mono-green.sh +++ b/themes/mono-green.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/mono-red.sh b/themes/mono-red.sh index b6c9d84..d0ca917 100755 --- a/themes/mono-red.sh +++ b/themes/mono-red.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/mono-white.sh b/themes/mono-white.sh index aff5fa6..27a4eba 100755 --- a/themes/mono-white.sh +++ b/themes/mono-white.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/mono-yellow.sh b/themes/mono-yellow.sh index 8953df2..32b6d6c 100755 --- a/themes/mono-yellow.sh +++ b/themes/mono-yellow.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/monokai-dark.sh b/themes/monokai-dark.sh index a0cc061..ed0fbeb 100755 --- a/themes/monokai-dark.sh +++ b/themes/monokai-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/monokai-pro-ristretto.sh b/themes/monokai-pro-ristretto.sh index 859e2dd..0287212 100755 --- a/themes/monokai-pro-ristretto.sh +++ b/themes/monokai-pro-ristretto.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/monokai-pro.sh b/themes/monokai-pro.sh index c3d5860..120ce0e 100755 --- a/themes/monokai-pro.sh +++ b/themes/monokai-pro.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/monokai-soda.sh b/themes/monokai-soda.sh index 8a81ab8..ff060df 100755 --- a/themes/monokai-soda.sh +++ b/themes/monokai-soda.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/morada.sh b/themes/morada.sh index 7006517..c96dde6 100644 --- a/themes/morada.sh +++ b/themes/morada.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/n0tch2k.sh b/themes/n0tch2k.sh index 9422acf..4f790e9 100755 --- a/themes/n0tch2k.sh +++ b/themes/n0tch2k.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/neon-night.sh b/themes/neon-night.sh index 37476fc..03faaf0 100755 --- a/themes/neon-night.sh +++ b/themes/neon-night.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/neopolitan.sh b/themes/neopolitan.sh index da38c79..4897a41 100755 --- a/themes/neopolitan.sh +++ b/themes/neopolitan.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/nep.sh b/themes/nep.sh index 15728a4..98f1b05 100755 --- a/themes/nep.sh +++ b/themes/nep.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/neutron.sh b/themes/neutron.sh index a51c80c..d0d55e1 100755 --- a/themes/neutron.sh +++ b/themes/neutron.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/night-owl.sh b/themes/night-owl.sh index 4e9d6ab..d224b8f 100755 --- a/themes/night-owl.sh +++ b/themes/night-owl.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/nightlion-v1.sh b/themes/nightlion-v1.sh index 16b67e8..41426dc 100755 --- a/themes/nightlion-v1.sh +++ b/themes/nightlion-v1.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/nightlion-v2.sh b/themes/nightlion-v2.sh index 14e0d53..4777826 100755 --- a/themes/nightlion-v2.sh +++ b/themes/nightlion-v2.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/nighty.sh b/themes/nighty.sh index d17b988..0f773d3 100755 --- a/themes/nighty.sh +++ b/themes/nighty.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/nord-light.sh b/themes/nord-light.sh index 241013c..1ded63f 100755 --- a/themes/nord-light.sh +++ b/themes/nord-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/nord.sh b/themes/nord.sh index 3f9dece..23314c7 100755 --- a/themes/nord.sh +++ b/themes/nord.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/novel.sh b/themes/novel.sh index e8c1111..9e0666f 100755 --- a/themes/novel.sh +++ b/themes/novel.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/obsidian.sh b/themes/obsidian.sh index 6d1d685..195f890 100755 --- a/themes/obsidian.sh +++ b/themes/obsidian.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ocean-dark.sh b/themes/ocean-dark.sh index 5898a19..241bde6 100755 --- a/themes/ocean-dark.sh +++ b/themes/ocean-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ocean.sh b/themes/ocean.sh index ffa3264..62436d2 100755 --- a/themes/ocean.sh +++ b/themes/ocean.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/oceanic-next.sh b/themes/oceanic-next.sh index af0c4f4..e8183c8 100755 --- a/themes/oceanic-next.sh +++ b/themes/oceanic-next.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ollie.sh b/themes/ollie.sh index f45868d..b4e7e0f 100755 --- a/themes/ollie.sh +++ b/themes/ollie.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/omni.sh b/themes/omni.sh index 33a4557..4339699 100755 --- a/themes/omni.sh +++ b/themes/omni.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/one-dark.sh b/themes/one-dark.sh index ac20c2d..4761c4e 100755 --- a/themes/one-dark.sh +++ b/themes/one-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/one-half-black.sh b/themes/one-half-black.sh index 375be12..4e0e7e1 100755 --- a/themes/one-half-black.sh +++ b/themes/one-half-black.sh @@ -41,7 +41,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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/one-light.sh b/themes/one-light.sh index b31a6f1..6f59a02 100755 --- a/themes/one-light.sh +++ b/themes/one-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/palenight.sh b/themes/palenight.sh index 4f3f43e..a23824a 100755 --- a/themes/palenight.sh +++ b/themes/palenight.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/pali.sh b/themes/pali.sh index d7be20f..8145622 100755 --- a/themes/pali.sh +++ b/themes/pali.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/panda.sh b/themes/panda.sh index edef56c..9afdb58 100755 --- a/themes/panda.sh +++ b/themes/panda.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/papercolor-dark.sh b/themes/papercolor-dark.sh index a629102..f5960c6 100755 --- a/themes/papercolor-dark.sh +++ b/themes/papercolor-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/papercolor-light.sh b/themes/papercolor-light.sh index f7a1d31..c643d64 100755 --- a/themes/papercolor-light.sh +++ b/themes/papercolor-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/paraiso-dark.sh b/themes/paraiso-dark.sh index 6a72edd..5a55256 100755 --- a/themes/paraiso-dark.sh +++ b/themes/paraiso-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/paul-millr.sh b/themes/paul-millr.sh index 57eda93..19e3604 100755 --- a/themes/paul-millr.sh +++ b/themes/paul-millr.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/pencil-dark.sh b/themes/pencil-dark.sh index 59ced93..1cd434d 100755 --- a/themes/pencil-dark.sh +++ b/themes/pencil-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/pencil-light.sh b/themes/pencil-light.sh index 4984be2..aeeb23f 100755 --- a/themes/pencil-light.sh +++ b/themes/pencil-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/peppermint.sh b/themes/peppermint.sh index 4083f46..02917c5 100755 --- a/themes/peppermint.sh +++ b/themes/peppermint.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/pixiefloss.sh b/themes/pixiefloss.sh index a0b0a7a..70e367b 100755 --- a/themes/pixiefloss.sh +++ b/themes/pixiefloss.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/pnevma.sh b/themes/pnevma.sh index 87525bd..2bf97c3 100755 --- a/themes/pnevma.sh +++ b/themes/pnevma.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/powershell.sh b/themes/powershell.sh index b089519..17b2fff 100755 --- a/themes/powershell.sh +++ b/themes/powershell.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/pro.sh b/themes/pro.sh index f28c7d3..a753cbd 100755 --- a/themes/pro.sh +++ b/themes/pro.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/purple-people-eater.sh b/themes/purple-people-eater.sh index 0c468fc..1bc4da4 100755 --- a/themes/purple-people-eater.sh +++ b/themes/purple-people-eater.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/red-alert.sh b/themes/red-alert.sh index da8d3e0..002c99a 100755 --- a/themes/red-alert.sh +++ b/themes/red-alert.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/red-sands.sh b/themes/red-sands.sh index 73dc5c3..9b4f380 100755 --- a/themes/red-sands.sh +++ b/themes/red-sands.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/relaxed.sh b/themes/relaxed.sh index c23c31c..8afaf99 100755 --- a/themes/relaxed.sh +++ b/themes/relaxed.sh @@ -2,29 +2,29 @@ # Relaxed theme from https://github.com/Relaxed-Theme # ====================CONFIG THIS =============================== # -export COLOR_01="#151515" # HOST -export COLOR_02="#BC5653" # SYNTAX_STRING -export COLOR_03="#909D63" # COMMAND -export COLOR_04="#EBC17A" # COMMAND_COLOR2 -export COLOR_05="#6A8799" # PATH -export COLOR_06="#B06698" # SYNTAX_VAR -export COLOR_07="#C9DFFF" # PROMPT -export COLOR_08="#D9D9D9" # +export COLOR_01="#151515" # HOST +export COLOR_02="#BC5653" # SYNTAX_STRING +export COLOR_03="#909D63" # COMMAND +export COLOR_04="#EBC17A" # COMMAND_COLOR2 +export COLOR_05="#6A8799" # PATH +export COLOR_06="#B06698" # SYNTAX_VAR +export COLOR_07="#C9DFFF" # PROMPT +export COLOR_08="#D9D9D9" # -export COLOR_09="#636363" # Dark gray -export COLOR_10="#BC5653" # COMMAND_ERROR -export COLOR_11="#A0AC77" # EXEC -export COLOR_12="#EBC17A" # Light Yellow +export COLOR_09="#636363" # Dark gray +export COLOR_10="#BC5653" # COMMAND_ERROR +export COLOR_11="#A0AC77" # EXEC +export COLOR_12="#EBC17A" # Light Yellow export COLOR_13="#7EAAC7" # Light Blue export COLOR_14="#B06698" # Light Magenta export COLOR_15="#ACBBD0" # Light Cyan export COLOR_16="#F7F7F7" # White export BACKGROUND_COLOR="#353A44" # Background Color -export FOREGROUND_COLOR="#D9D9D9" # Foreground Color +export FOREGROUND_COLOR="#D9D9D9" # Foreground Color export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export HIGHLIGHT_FG_COLOR="$FOREGROUND_COLOR" # Text color within highlight -export HIGHLIGHT_BG_COLOR="#6A8799" # Highlight color +export HIGHLIGHT_BG_COLOR="#6A8799" # Highlight color export PROFILE_NAME="Relaxed" # =============================================================== # @@ -37,7 +37,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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/rippedcasts.sh b/themes/rippedcasts.sh index 5e085bf..8389e92 100755 --- a/themes/rippedcasts.sh +++ b/themes/rippedcasts.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/royal.sh b/themes/royal.sh index e578ec2..dfa2758 100755 --- a/themes/royal.sh +++ b/themes/royal.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/sat.sh b/themes/sat.sh index 0ec5173..6532716 100755 --- a/themes/sat.sh +++ b/themes/sat.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/sea-shells.sh b/themes/sea-shells.sh index 427511d..45a0b3a 100755 --- a/themes/sea-shells.sh +++ b/themes/sea-shells.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/seafoam-pastel.sh b/themes/seafoam-pastel.sh index c6d187d..a579a92 100755 --- a/themes/seafoam-pastel.sh +++ b/themes/seafoam-pastel.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/seti.sh b/themes/seti.sh index 9655ae1..baca473 100755 --- a/themes/seti.sh +++ b/themes/seti.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/shaman.sh b/themes/shaman.sh index 5409595..2788597 100755 --- a/themes/shaman.sh +++ b/themes/shaman.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/shel.sh b/themes/shel.sh index 9b82aa1..9a3d3dc 100755 --- a/themes/shel.sh +++ b/themes/shel.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/slate.sh b/themes/slate.sh index dc85801..00192b7 100755 --- a/themes/slate.sh +++ b/themes/slate.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/smyck.sh b/themes/smyck.sh index 698ef7f..5f85816 100755 --- a/themes/smyck.sh +++ b/themes/smyck.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/snazzy.sh b/themes/snazzy.sh index 1837f48..9ed7d55 100755 --- a/themes/snazzy.sh +++ b/themes/snazzy.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/soft-server.sh b/themes/soft-server.sh index 0f6ca92..0f6e35b 100755 --- a/themes/soft-server.sh +++ b/themes/soft-server.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/solarized-darcula.sh b/themes/solarized-darcula.sh index 7a7eb04..4a90a33 100755 --- a/themes/solarized-darcula.sh +++ b/themes/solarized-darcula.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/solarized-dark-higher-contrast.sh b/themes/solarized-dark-higher-contrast.sh index 5e9f23e..66a274f 100755 --- a/themes/solarized-dark-higher-contrast.sh +++ b/themes/solarized-dark-higher-contrast.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/solarized-dark.sh b/themes/solarized-dark.sh index ff2f1b4..edcf8c8 100755 --- a/themes/solarized-dark.sh +++ b/themes/solarized-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/solarized-light.sh b/themes/solarized-light.sh index 8bc6afb..af9d5ae 100755 --- a/themes/solarized-light.sh +++ b/themes/solarized-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/sonokai.sh b/themes/sonokai.sh index cee3e43..46b9d45 100644 --- a/themes/sonokai.sh +++ b/themes/sonokai.sh @@ -40,7 +40,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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/spacedust.sh b/themes/spacedust.sh index ddc41d2..a326355 100755 --- a/themes/spacedust.sh +++ b/themes/spacedust.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/spacegray-eighties-dull.sh b/themes/spacegray-eighties-dull.sh index 9a0059d..4aadb7d 100755 --- a/themes/spacegray-eighties-dull.sh +++ b/themes/spacegray-eighties-dull.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/spacegray-eighties.sh b/themes/spacegray-eighties.sh index 3de5554..cf95161 100755 --- a/themes/spacegray-eighties.sh +++ b/themes/spacegray-eighties.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/spacegray.sh b/themes/spacegray.sh index f220b29..f567ac4 100755 --- a/themes/spacegray.sh +++ b/themes/spacegray.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/spring.sh b/themes/spring.sh index a2c4549..35246db 100755 --- a/themes/spring.sh +++ b/themes/spring.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/square.sh b/themes/square.sh index 80ec9db..88b902d 100755 --- a/themes/square.sh +++ b/themes/square.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/srcery.sh b/themes/srcery.sh index 846b09c..0999554 100755 --- a/themes/srcery.sh +++ b/themes/srcery.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/sundried.sh b/themes/sundried.sh index 264d823..6b59d57 100755 --- a/themes/sundried.sh +++ b/themes/sundried.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/sweet-eliverlara.sh b/themes/sweet-eliverlara.sh index 49c8490..201d8b6 100755 --- a/themes/sweet-eliverlara.sh +++ b/themes/sweet-eliverlara.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/sweet-terminal.sh b/themes/sweet-terminal.sh index e94f392..35a16a4 100755 --- a/themes/sweet-terminal.sh +++ b/themes/sweet-terminal.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/symphonic.sh b/themes/symphonic.sh index 00edaec..60860f0 100755 --- a/themes/symphonic.sh +++ b/themes/symphonic.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/synthwave.sh b/themes/synthwave.sh index f0d1f46..ba64633 100755 --- a/themes/synthwave.sh +++ b/themes/synthwave.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/teerb.sh b/themes/teerb.sh index 0a944ac..defa6ce 100755 --- a/themes/teerb.sh +++ b/themes/teerb.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/tender.sh b/themes/tender.sh index abb2a26..830ffd5 100755 --- a/themes/tender.sh +++ b/themes/tender.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/terminal-basic.sh b/themes/terminal-basic.sh index 1e5799c..f328e1c 100755 --- a/themes/terminal-basic.sh +++ b/themes/terminal-basic.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/terminix-dark.sh b/themes/terminix-dark.sh index aafcff1..0357b4d 100755 --- a/themes/terminix-dark.sh +++ b/themes/terminix-dark.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/thayer-bright.sh b/themes/thayer-bright.sh index 54b6a37..d3a65da 100755 --- a/themes/thayer-bright.sh +++ b/themes/thayer-bright.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/tin.sh b/themes/tin.sh index 531c8d8..15fb80b 100755 --- a/themes/tin.sh +++ b/themes/tin.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/tokyo-night-light.sh b/themes/tokyo-night-light.sh index 4883d32..ad7968b 100755 --- a/themes/tokyo-night-light.sh +++ b/themes/tokyo-night-light.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/tokyo-night-storm.sh b/themes/tokyo-night-storm.sh index 8090af9..2113d1b 100755 --- a/themes/tokyo-night-storm.sh +++ b/themes/tokyo-night-storm.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/tokyo-night.sh b/themes/tokyo-night.sh index 6b1837a..17f56a7 100755 --- a/themes/tokyo-night.sh +++ b/themes/tokyo-night.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/tomorrow-night-blue.sh b/themes/tomorrow-night-blue.sh index e3ce77b..1f52f0e 100755 --- a/themes/tomorrow-night-blue.sh +++ b/themes/tomorrow-night-blue.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/tomorrow-night-bright.sh b/themes/tomorrow-night-bright.sh index 500f74c..ae3dfe7 100755 --- a/themes/tomorrow-night-bright.sh +++ b/themes/tomorrow-night-bright.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/tomorrow-night-eighties.sh b/themes/tomorrow-night-eighties.sh index 5bdf0e6..a2cd6c7 100755 --- a/themes/tomorrow-night-eighties.sh +++ b/themes/tomorrow-night-eighties.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/tomorrow-night.sh b/themes/tomorrow-night.sh index 2f6f6ad..b32f82d 100755 --- a/themes/tomorrow-night.sh +++ b/themes/tomorrow-night.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/tomorrow.sh b/themes/tomorrow.sh index 161fd77..fd321d6 100755 --- a/themes/tomorrow.sh +++ b/themes/tomorrow.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/toy-chest.sh b/themes/toy-chest.sh index 5bf7a3e..559df75 100755 --- a/themes/toy-chest.sh +++ b/themes/toy-chest.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/treehouse.sh b/themes/treehouse.sh index 5d5c6d7..99f04a8 100755 --- a/themes/treehouse.sh +++ b/themes/treehouse.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/twilight.sh b/themes/twilight.sh index 5de242c..9379a46 100755 --- a/themes/twilight.sh +++ b/themes/twilight.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/ura.sh b/themes/ura.sh index 7e2908b..7cf31e8 100755 --- a/themes/ura.sh +++ b/themes/ura.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/urple.sh b/themes/urple.sh index ebcc467..c25cee1 100755 --- a/themes/urple.sh +++ b/themes/urple.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/vag.sh b/themes/vag.sh index 06416e1..ecb1cc9 100755 --- a/themes/vag.sh +++ b/themes/vag.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/vaughn.sh b/themes/vaughn.sh index 89dff82..8de9ef5 100755 --- a/themes/vaughn.sh +++ b/themes/vaughn.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/vibrant-ink.sh b/themes/vibrant-ink.sh index d0afbca..31f8f37 100755 --- a/themes/vibrant-ink.sh +++ b/themes/vibrant-ink.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/vs-code-dark-plus.sh b/themes/vs-code-dark-plus.sh index dcf5894..88bdd3c 100755 --- a/themes/vs-code-dark-plus.sh +++ b/themes/vs-code-dark-plus.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/vs-code-light-plus.sh b/themes/vs-code-light-plus.sh index 1c878fa..b4856ed 100755 --- a/themes/vs-code-light-plus.sh +++ b/themes/vs-code-light-plus.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/warm-neon.sh b/themes/warm-neon.sh index f4aa426..a3644e9 100755 --- a/themes/warm-neon.sh +++ b/themes/warm-neon.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/wez.sh b/themes/wez.sh index b42707d..c7ec179 100755 --- a/themes/wez.sh +++ b/themes/wez.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/wild-cherry.sh b/themes/wild-cherry.sh index 0a274d1..55e6d64 100755 --- a/themes/wild-cherry.sh +++ b/themes/wild-cherry.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/wombat.sh b/themes/wombat.sh index 37aebef..19c8845 100755 --- a/themes/wombat.sh +++ b/themes/wombat.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/wryan.sh b/themes/wryan.sh index 245f38a..70713ce 100755 --- a/themes/wryan.sh +++ b/themes/wryan.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/wzoreck.sh b/themes/wzoreck.sh index 05a8a93..dde012a 100755 --- a/themes/wzoreck.sh +++ b/themes/wzoreck.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/zenburn.sh b/themes/zenburn.sh index 749580d..300c05c 100755 --- a/themes/zenburn.sh +++ b/themes/zenburn.sh @@ -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://raw.githubusercontent.com/Mayccoll/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then