mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
fix: adds correct colors, links and correctly sorts credits
This commit is contained in:
parent
ea638b5950
commit
b105269a9b
@ -85,6 +85,7 @@ If you want to create your own color scheme or contribute to the project, [start
|
|||||||
## Credits:
|
## Credits:
|
||||||
|
|
||||||
- [4bit](https://ciembor.github.io/4bit/)
|
- [4bit](https://ciembor.github.io/4bit/)
|
||||||
|
- [Bluloco Light Theme](https://github.com/uloco/theme-bluloco-light)
|
||||||
- [Chalk](https://github.com/chalk/chalk) by [Sindre Sorhus](https://github.com/sindresorhus)
|
- [Chalk](https://github.com/chalk/chalk) by [Sindre Sorhus](https://github.com/sindresorhus)
|
||||||
- [Dracula](https://github.com/dracula/dracula-theme) by [Zeno Rocha](https://github.com/zenorocha)
|
- [Dracula](https://github.com/dracula/dracula-theme) by [Zeno Rocha](https://github.com/zenorocha)
|
||||||
- [Elementary OS](https://elementary.io/)
|
- [Elementary OS](https://elementary.io/)
|
||||||
@ -96,9 +97,12 @@ If you want to create your own color scheme or contribute to the project, [start
|
|||||||
- [Gruvbox](https://github.com/morhetz/gruvbox) by [Pavel Pertsev](https://github.com/morhetz)
|
- [Gruvbox](https://github.com/morhetz/gruvbox) by [Pavel Pertsev](https://github.com/morhetz)
|
||||||
- [Hemisu](https://noahfrederick.com/log/hemisu-for-os-x-terminal/) by [Noah Frederick](https://github.com/noahfrederick)
|
- [Hemisu](https://noahfrederick.com/log/hemisu-for-os-x-terminal/) by [Noah Frederick](https://github.com/noahfrederick)
|
||||||
- [kokuban](https://github.com/ygkn/kokuban) by [ygkn](https://github.com/ygkn)
|
- [kokuban](https://github.com/ygkn/kokuban) by [ygkn](https://github.com/ygkn)
|
||||||
|
- Material theme by [Mitchel van Eijgen](https://gist.github.com/mvaneijgen/4c56701215847dd5ddcf) and [Liu Xinan](https://gist.github.com/xinan/ca2b82fef6aaa0d1e099)
|
||||||
- [Monokai](https://web.archive.org/web/20161117102850/https://www.monokai.nl/blog/2006/07/15/textmate-color-theme) by [Wimer Hazenberg](https://github.com/monokai)
|
- [Monokai](https://web.archive.org/web/20161117102850/https://www.monokai.nl/blog/2006/07/15/textmate-color-theme) by [Wimer Hazenberg](https://github.com/monokai)
|
||||||
- [Ocean](https://github.com/fabianperez/ocean-dark-iterm) by [Fabian Perez](https://github.com/fabianperez)
|
- [Ocean](https://github.com/fabianperez/ocean-dark-iterm) by [Fabian Perez](https://github.com/fabianperez)
|
||||||
|
- [Omni](https://github.com/getomni)
|
||||||
- [One Dark & Light theme set](https://github.com/nathanbuchar/one-dark-terminal) by [Nathan Buchar](https://github.com/nathanbuchar)
|
- [One Dark & Light theme set](https://github.com/nathanbuchar/one-dark-terminal) by [Nathan Buchar](https://github.com/nathanbuchar)
|
||||||
|
- [Panda](https://github.com/PandaTheme) by [Siamak](https://github.com/siamak)
|
||||||
- [Peppermint](https://noahfrederick.com/log/lion-terminal-theme-peppermint/) by [Noah Frederick](https://github.com/noahfrederick)
|
- [Peppermint](https://noahfrederick.com/log/lion-terminal-theme-peppermint/) by [Noah Frederick](https://github.com/noahfrederick)
|
||||||
- [SMYCK](http://color.smyck.org/) by [John-Paul Bader](https://github.com/hukl)
|
- [SMYCK](http://color.smyck.org/) by [John-Paul Bader](https://github.com/hukl)
|
||||||
- [Snazzy](https://github.com/sindresorhus/hyper-snazzy) by [Sindre Sorhus](https://github.com/sindresorhus)
|
- [Snazzy](https://github.com/sindresorhus/hyper-snazzy) by [Sindre Sorhus](https://github.com/sindresorhus)
|
||||||
@ -109,9 +113,6 @@ If you want to create your own color scheme or contribute to the project, [start
|
|||||||
- [Terminal Sexy](https://terminal.sexy) by [George Czabania](https://github.com/stayradiated)
|
- [Terminal Sexy](https://terminal.sexy) by [George Czabania](https://github.com/stayradiated)
|
||||||
- [Tilix](https://github.com/storm119/Tilix-Themes)
|
- [Tilix](https://github.com/storm119/Tilix-Themes)
|
||||||
- [Tomorrow color theme set](https://github.com/chriskempson/tomorrow-theme) by [Chris Kempson](https://github.com/chriskempson)
|
- [Tomorrow color theme set](https://github.com/chriskempson/tomorrow-theme) by [Chris Kempson](https://github.com/chriskempson)
|
||||||
- Material theme by [Mitchel van Eijgen](https://gist.github.com/mvaneijgen/4c56701215847dd5ddcf) and [Liu Xinan](https://gist.github.com/xinan/ca2b82fef6aaa0d1e099)
|
|
||||||
- [Bluloco Light Theme](https://github.com/uloco/theme-bluloco-light)
|
|
||||||
- [Omni](https://github.com/getomni)
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
@ -2815,6 +2815,28 @@ const $schemes = {
|
|||||||
"brightCyan": "#4BB8FD",
|
"brightCyan": "#4BB8FD",
|
||||||
"brightWhite": "#A020F0"
|
"brightWhite": "#A020F0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Panda",
|
||||||
|
"foreground": "#F0F0F0",
|
||||||
|
"background": "#1D1E20",
|
||||||
|
"cursorColor": "#F0F0F0",
|
||||||
|
"black": "#1F1F20",
|
||||||
|
"red": "#FB055A",
|
||||||
|
"green": "#26FFD4",
|
||||||
|
"yellow": "#FDAA5A",
|
||||||
|
"blue": "#5C9FFF",
|
||||||
|
"purple": "#FC59A6",
|
||||||
|
"cyan": "#26FFD4",
|
||||||
|
"white": "#F0F0F0",
|
||||||
|
"brightBlack": "#5C6370",
|
||||||
|
"brightRed": "#FB055A",
|
||||||
|
"brightGreen": "#26FFD4",
|
||||||
|
"brightYellow": "#FEBE7E",
|
||||||
|
"brightBlue": "#55ADFF",
|
||||||
|
"brightPurple": "#FD95D0",
|
||||||
|
"brightCyan": "#26FFD4",
|
||||||
|
"brightWhite": "#F0F0F0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "PaperColor Dark",
|
"name": "PaperColor Dark",
|
||||||
"foreground": "#D0D0D0",
|
"foreground": "#D0D0D0",
|
||||||
|
1
gogh.sh
1
gogh.sh
@ -143,6 +143,7 @@ declare -a THEMES=(
|
|||||||
'one-light.sh'
|
'one-light.sh'
|
||||||
'palenight.sh'
|
'palenight.sh'
|
||||||
'pali.sh'
|
'pali.sh'
|
||||||
|
'panda.sh'
|
||||||
'papercolor-dark.sh'
|
'papercolor-dark.sh'
|
||||||
'papercolor-light.sh'
|
'papercolor-light.sh'
|
||||||
'paraiso-dark.sh'
|
'paraiso-dark.sh'
|
||||||
|
@ -33,178 +33,178 @@ color () {
|
|||||||
export -f color
|
export -f color
|
||||||
|
|
||||||
declare -a THEMES=(
|
declare -a THEMES=(
|
||||||
# '3024-day.sh'
|
'3024-day.sh'
|
||||||
# '3024-night.sh'
|
'3024-night.sh'
|
||||||
# 'aci.sh'
|
'aci.sh'
|
||||||
# 'aco.sh'
|
'aco.sh'
|
||||||
# 'adventuretime.sh'
|
'adventuretime.sh'
|
||||||
# 'afterglow.sh'
|
'afterglow.sh'
|
||||||
# 'alien-blood.sh'
|
'alien-blood.sh'
|
||||||
# 'argonaut.sh'
|
'argonaut.sh'
|
||||||
# 'arthur.sh'
|
'arthur.sh'
|
||||||
# 'atom.sh'
|
'atom.sh'
|
||||||
# 'azu.sh'
|
'azu.sh'
|
||||||
# 'belafonte-day.sh'
|
'belafonte-day.sh'
|
||||||
# 'belafonte-night.sh'
|
'belafonte-night.sh'
|
||||||
# 'bim.sh'
|
'bim.sh'
|
||||||
# 'birds-of-paradise.sh'
|
'birds-of-paradise.sh'
|
||||||
# 'blazer.sh'
|
'blazer.sh'
|
||||||
# 'bluloco-light.sh'
|
'bluloco-light.sh'
|
||||||
# 'borland.sh'
|
'borland.sh'
|
||||||
# 'broadcast.sh'
|
'broadcast.sh'
|
||||||
# 'brogrammer.sh'
|
'brogrammer.sh'
|
||||||
# 'c64.sh'
|
'c64.sh'
|
||||||
# 'cai.sh'
|
'cai.sh'
|
||||||
# 'chalk.sh'
|
'chalk.sh'
|
||||||
# 'chalkboard.sh'
|
'chalkboard.sh'
|
||||||
# 'ciapre.sh'
|
'ciapre.sh'
|
||||||
# 'clone-of-ubuntu.sh'
|
'clone-of-ubuntu.sh'
|
||||||
# 'clrs.sh'
|
'clrs.sh'
|
||||||
# 'cobalt-neon.sh'
|
'cobalt-neon.sh'
|
||||||
# 'cobalt2.sh'
|
'cobalt2.sh'
|
||||||
# 'crayon-pony-fish.sh'
|
'crayon-pony-fish.sh'
|
||||||
# 'dark-pastel.sh'
|
'dark-pastel.sh'
|
||||||
# 'darkside.sh'
|
'darkside.sh'
|
||||||
# 'desert.sh'
|
'desert.sh'
|
||||||
# 'dimmed-monokai.sh'
|
'dimmed-monokai.sh'
|
||||||
# 'dracula.sh'
|
'dracula.sh'
|
||||||
# 'earthsong.sh'
|
'earthsong.sh'
|
||||||
# 'elemental.sh'
|
'elemental.sh'
|
||||||
# 'elementary.sh'
|
'elementary.sh'
|
||||||
# 'elic.sh'
|
'elic.sh'
|
||||||
# 'elio.sh'
|
'elio.sh'
|
||||||
# 'espresso-libre.sh'
|
'espresso-libre.sh'
|
||||||
# 'espresso.sh'
|
'espresso.sh'
|
||||||
# 'fishtank.sh'
|
'fishtank.sh'
|
||||||
# 'flat.sh'
|
'flat.sh'
|
||||||
# 'flatland.sh'
|
'flatland.sh'
|
||||||
# 'foxnightly.sh'
|
'foxnightly.sh'
|
||||||
# 'freya.sh'
|
'freya.sh'
|
||||||
# 'frontend-delight.sh'
|
'frontend-delight.sh'
|
||||||
# 'frontend-fun-forrest.sh'
|
'frontend-fun-forrest.sh'
|
||||||
# 'frontend-galaxy.sh'
|
'frontend-galaxy.sh'
|
||||||
# 'github.sh'
|
'github.sh'
|
||||||
# 'geohot.sh'
|
'geohot.sh'
|
||||||
# 'gooey.sh'
|
'gooey.sh'
|
||||||
# 'google-dark.sh'
|
'google-dark.sh'
|
||||||
# 'google-light.sh'
|
'google-light.sh'
|
||||||
# 'grape.sh'
|
'grape.sh'
|
||||||
# 'grass.sh'
|
'grass.sh'
|
||||||
# 'gruvbox-dark.sh'
|
'gruvbox-dark.sh'
|
||||||
# 'gruvbox.sh'
|
'gruvbox.sh'
|
||||||
# 'hardcore.sh'
|
'hardcore.sh'
|
||||||
# 'harper.sh'
|
'harper.sh'
|
||||||
# 'hemisu-dark.sh'
|
'hemisu-dark.sh'
|
||||||
# 'hemisu-light.sh'
|
'hemisu-light.sh'
|
||||||
# 'highway.sh'
|
'highway.sh'
|
||||||
# 'hipster-green.sh'
|
'hipster-green.sh'
|
||||||
# 'homebrew.sh'
|
'homebrew.sh'
|
||||||
# 'hurtado.sh'
|
'hurtado.sh'
|
||||||
# 'hybrid.sh'
|
'hybrid.sh'
|
||||||
# 'ic-green-ppl.sh'
|
'ic-green-ppl.sh'
|
||||||
# 'ic-orange-ppl.sh'
|
'ic-orange-ppl.sh'
|
||||||
# 'idle-toes.sh'
|
'idle-toes.sh'
|
||||||
# 'ir-black.sh'
|
'ir-black.sh'
|
||||||
# 'jackie-brown.sh'
|
'jackie-brown.sh'
|
||||||
# 'japanesque.sh'
|
'japanesque.sh'
|
||||||
# 'jellybeans.sh'
|
'jellybeans.sh'
|
||||||
# 'jup.sh'
|
'jup.sh'
|
||||||
# 'kibble.sh'
|
'kibble.sh'
|
||||||
# 'later-this-evening.sh'
|
'later-this-evening.sh'
|
||||||
# 'lavandula.sh'
|
'lavandula.sh'
|
||||||
# 'liquid-carbon-transparent.sh'
|
'liquid-carbon-transparent.sh'
|
||||||
# 'liquid-carbon.sh'
|
'liquid-carbon.sh'
|
||||||
# 'man-page.sh'
|
'man-page.sh'
|
||||||
# 'mar.sh'
|
'mar.sh'
|
||||||
# 'material.sh'
|
'material.sh'
|
||||||
# 'mathias.sh'
|
'mathias.sh'
|
||||||
# 'medallion.sh'
|
'medallion.sh'
|
||||||
# 'misterioso.sh'
|
'misterioso.sh'
|
||||||
# 'miu.sh'
|
'miu.sh'
|
||||||
# 'molokai.sh'
|
'molokai.sh'
|
||||||
# 'mona-lisa.sh'
|
'mona-lisa.sh'
|
||||||
# 'monokai-dark.sh'
|
'monokai-dark.sh'
|
||||||
# 'monokai-soda.sh'
|
'monokai-soda.sh'
|
||||||
# 'n0tch2k.sh'
|
'n0tch2k.sh'
|
||||||
# 'neopolitan.sh'
|
'neopolitan.sh'
|
||||||
# 'nep.sh'
|
'nep.sh'
|
||||||
# 'neutron.sh'
|
'neutron.sh'
|
||||||
# 'nightlion-v1.sh'
|
'nightlion-v1.sh'
|
||||||
# 'nightlion-v2.sh'
|
'nightlion-v2.sh'
|
||||||
# 'nighty.sh'
|
'nighty.sh'
|
||||||
# 'nord-light.sh'
|
'nord-light.sh'
|
||||||
# 'nord.sh'
|
'nord.sh'
|
||||||
# 'novel.sh'
|
'novel.sh'
|
||||||
# 'obsidian.sh'
|
'obsidian.sh'
|
||||||
# 'ocean-dark.sh'
|
'ocean-dark.sh'
|
||||||
# 'ocean.sh'
|
'ocean.sh'
|
||||||
# 'oceanic-next.sh'
|
'oceanic-next.sh'
|
||||||
# 'ollie.sh'
|
'ollie.sh'
|
||||||
# 'omni.sh'
|
'omni.sh'
|
||||||
# 'one-dark.sh'
|
'one-dark.sh'
|
||||||
# 'one-half-black.sh'
|
'one-half-black.sh'
|
||||||
# 'one-light.sh'
|
'one-light.sh'
|
||||||
# 'pali.sh'
|
'pali.sh'
|
||||||
'panda.sh'
|
'panda.sh'
|
||||||
# 'paraiso-dark.sh'
|
'paraiso-dark.sh'
|
||||||
# 'paul-millr.sh'
|
'paul-millr.sh'
|
||||||
# 'pencil-dark.sh'
|
'pencil-dark.sh'
|
||||||
# 'pencil-light.sh'
|
'pencil-light.sh'
|
||||||
# 'peppermint.sh'
|
'peppermint.sh'
|
||||||
# 'pnevma.sh'
|
'pnevma.sh'
|
||||||
# 'pro.sh'
|
'pro.sh'
|
||||||
# 'red-alert.sh'
|
'red-alert.sh'
|
||||||
# 'red-sands.sh'
|
'red-sands.sh'
|
||||||
# 'rippedcasts.sh'
|
'rippedcasts.sh'
|
||||||
# 'royal.sh'
|
'royal.sh'
|
||||||
# 'sat.sh'
|
'sat.sh'
|
||||||
# 'sea-shells.sh'
|
'sea-shells.sh'
|
||||||
# 'seafoam-pastel.sh'
|
'seafoam-pastel.sh'
|
||||||
# 'seti.sh'
|
'seti.sh'
|
||||||
# 'shaman.sh'
|
'shaman.sh'
|
||||||
# 'shel.sh'
|
'shel.sh'
|
||||||
# 'slate.sh'
|
'slate.sh'
|
||||||
# 'smyck.sh'
|
'smyck.sh'
|
||||||
# 'snazzy.sh'
|
'snazzy.sh'
|
||||||
# 'soft-server.sh'
|
'soft-server.sh'
|
||||||
# 'solarized-darcula.sh'
|
'solarized-darcula.sh'
|
||||||
# 'solarized-dark-higher-contrast.sh'
|
'solarized-dark-higher-contrast.sh'
|
||||||
# 'solarized-dark.sh'
|
'solarized-dark.sh'
|
||||||
# 'solarized-light.sh'
|
'solarized-light.sh'
|
||||||
# 'spacedust.sh'
|
'spacedust.sh'
|
||||||
# 'spacegray-eighties-dull.sh'
|
'spacegray-eighties-dull.sh'
|
||||||
# 'spacegray-eighties.sh'
|
'spacegray-eighties.sh'
|
||||||
# 'spacegray.sh'
|
'spacegray.sh'
|
||||||
# 'spring.sh'
|
'spring.sh'
|
||||||
# 'square.sh'
|
'square.sh'
|
||||||
# 'srcery.sh'
|
'srcery.sh'
|
||||||
# 'sundried.sh'
|
'sundried.sh'
|
||||||
# 'symphonic.sh'
|
'symphonic.sh'
|
||||||
# 'teerb.sh'
|
'teerb.sh'
|
||||||
# 'terminal-basic.sh'
|
'terminal-basic.sh'
|
||||||
# 'terminix-dark.sh'
|
'terminix-dark.sh'
|
||||||
# 'thayer-bright.sh'
|
'thayer-bright.sh'
|
||||||
# 'tin.sh'
|
'tin.sh'
|
||||||
# 'tomorrow-night-blue.sh'
|
'tomorrow-night-blue.sh'
|
||||||
# 'tomorrow-night-bright.sh'
|
'tomorrow-night-bright.sh'
|
||||||
# 'tomorrow-night-eighties.sh'
|
'tomorrow-night-eighties.sh'
|
||||||
# 'tomorrow-night.sh'
|
'tomorrow-night.sh'
|
||||||
# 'tomorrow.sh'
|
'tomorrow.sh'
|
||||||
# 'toy-chest.sh'
|
'toy-chest.sh'
|
||||||
# 'treehouse.sh'
|
'treehouse.sh'
|
||||||
# 'twilight.sh'
|
'twilight.sh'
|
||||||
# 'ura.sh'
|
'ura.sh'
|
||||||
# 'urple.sh'
|
'urple.sh'
|
||||||
# 'vag.sh'
|
'vag.sh'
|
||||||
# 'vaughn.sh'
|
'vaughn.sh'
|
||||||
# 'vibrant-ink.sh'
|
'vibrant-ink.sh'
|
||||||
# 'warm-neon.sh'
|
'warm-neon.sh'
|
||||||
# 'wez.sh'
|
'wez.sh'
|
||||||
# 'wild-cherry.sh'
|
'wild-cherry.sh'
|
||||||
# 'wombat.sh'
|
'wombat.sh'
|
||||||
# 'wryan.sh'
|
'wryan.sh'
|
||||||
# 'wzoreck.sh'
|
'wzoreck.sh'
|
||||||
# 'zenburn.sh'
|
'zenburn.sh'
|
||||||
)
|
)
|
||||||
|
|
||||||
# Allow developer to change url to forked url for easier testing
|
# Allow developer to change url to forked url for easier testing
|
||||||
|
0
test/test.sh
Normal file → Executable file
0
test/test.sh
Normal file → Executable file
@ -1,26 +1,26 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# ====================CONFIG THIS =============================== #
|
# ====================CONFIG THIS =============================== #
|
||||||
export COLOR_01="#292A2B" # Black
|
export COLOR_01="#1F1F20" # Black
|
||||||
export COLOR_02="#FF2B6C" # Red
|
export COLOR_02="#FB055A" # Red
|
||||||
export COLOR_03="#14FBDC" # Green
|
export COLOR_03="#26FFD4" # Green
|
||||||
export COLOR_04="#FFB76B" # Yellow
|
export COLOR_04="#FDAA5A" # Yellow
|
||||||
export COLOR_05="#6DB1FE" # Blue
|
export COLOR_05="#5C9FFF" # Blue
|
||||||
export COLOR_06="#FF74B5" # Magenta
|
export COLOR_06="#FC59A6" # Magenta
|
||||||
export COLOR_07="#15FBDC" # Cyan
|
export COLOR_07="#26FFD4" # Cyan
|
||||||
export COLOR_08="#F3F3F3" # Light gray
|
export COLOR_08="#F0F0F0" # Light gray
|
||||||
|
|
||||||
export COLOR_09="#6F7683" # Dark gray
|
export COLOR_09="#5C6370" # Dark gray
|
||||||
export COLOR_10="#FF2B6C" # Light Red
|
export COLOR_10="#FB055A" # Light Red
|
||||||
export COLOR_11="#14FBDC" # Light Green
|
export COLOR_11="#26FFD4" # Light Green
|
||||||
export COLOR_12="#FFC88F" # Light Yellow
|
export COLOR_12="#FEBE7E" # Light Yellow
|
||||||
export COLOR_13="#65BCFE" # Light Blue
|
export COLOR_13="#55ADFF" # Light Blue
|
||||||
export COLOR_14="#FFAAD9" # Light Magenta
|
export COLOR_14="#FD95D0" # Light Magenta
|
||||||
export COLOR_15="#15FBDC" # Light Cyan
|
export COLOR_15="#26FFD4" # Light Cyan
|
||||||
export COLOR_16="#F3F3F3" # White
|
export COLOR_16="#F0F0F0" # White
|
||||||
|
|
||||||
export BACKGROUND_COLOR="#25282A" # Background Color
|
export BACKGROUND_COLOR="#1D1E20" # Background Color
|
||||||
export FOREGROUND_COLOR="#F3F3F3" # Foreground Color (text)
|
export FOREGROUND_COLOR="#F0F0F0" # Foreground Color (text)
|
||||||
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
|
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
|
||||||
export PROFILE_NAME="_bash"
|
export PROFILE_NAME="_bash"
|
||||||
# =============================================================== #
|
# =============================================================== #
|
||||||
@ -39,7 +39,7 @@ PARENT_PATH="$(dirname "${SCRIPT_PATH}")"
|
|||||||
|
|
||||||
# Allow developer to change url to forked url for easier testing
|
# 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
|
# IMPORTANT: Make sure you export this variable if your main shell is not bash
|
||||||
BASE_URL=${BASE_URL:-"https://github.com/Jangrie/Gogh/tree/add-panda-theme"}
|
BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Mayccoll/Gogh/master"}
|
||||||
|
|
||||||
|
|
||||||
if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
|
if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user