mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebd325c5be | ||
|
|
d4114c048d | ||
|
|
ddc34a6150 | ||
|
|
4a0c9366a5 | ||
|
|
09281078e4 | ||
|
|
211ce5016b | ||
|
|
f46e625b8b | ||
|
|
fa52b0bb47 | ||
|
|
c4c0222c24 | ||
|
|
be1b44892c | ||
|
|
e6ccec6042 | ||
|
|
c3426c8d7d |
File diff suppressed because one or more lines are too long
8
gogh.sh
8
gogh.sh
@@ -54,6 +54,7 @@ declare -a THEMES=(
|
|||||||
'dehydration.sh'
|
'dehydration.sh'
|
||||||
'desert.sh'
|
'desert.sh'
|
||||||
'dimmed-monokai.sh'
|
'dimmed-monokai.sh'
|
||||||
|
'dissonance.sh'
|
||||||
'dracula.sh'
|
'dracula.sh'
|
||||||
'earthsong.sh'
|
'earthsong.sh'
|
||||||
'elemental.sh'
|
'elemental.sh'
|
||||||
@@ -132,6 +133,7 @@ declare -a THEMES=(
|
|||||||
'monokai-dark.sh'
|
'monokai-dark.sh'
|
||||||
'monokai-pro.sh'
|
'monokai-pro.sh'
|
||||||
'monokai-soda.sh'
|
'monokai-soda.sh'
|
||||||
|
'Morada.sh'
|
||||||
'n0tch2k.sh'
|
'n0tch2k.sh'
|
||||||
'neon-night.sh'
|
'neon-night.sh'
|
||||||
'neopolitan.sh'
|
'neopolitan.sh'
|
||||||
@@ -205,9 +207,9 @@ declare -a THEMES=(
|
|||||||
'terminix-dark.sh'
|
'terminix-dark.sh'
|
||||||
'thayer-bright.sh'
|
'thayer-bright.sh'
|
||||||
'tin.sh'
|
'tin.sh'
|
||||||
'tokyo-night-light'
|
'tokyo-night-light.sh'
|
||||||
'tokyo-night-storm'
|
'tokyo-night-storm.sh'
|
||||||
'tokyo-night'
|
'tokyo-night.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'
|
||||||
|
|||||||
55
themes/dissonance.sh
Executable file
55
themes/dissonance.sh
Executable file
@@ -0,0 +1,55 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# ====================CONFIG THIS =============================== #
|
||||||
|
export COLOR_01="#000000" # HOST
|
||||||
|
export COLOR_02="#dc322f" # SYNTAX_STRING
|
||||||
|
export COLOR_03="#56db3a" # COMMAND
|
||||||
|
export COLOR_04="#ff8400" # COMMAND_COLOR2
|
||||||
|
export COLOR_05="#0084d4" # PATH
|
||||||
|
export COLOR_06="#b729d9" # SYNTAX_VAR
|
||||||
|
export COLOR_07="#ccccff" # PROMP
|
||||||
|
export COLOR_08="#ffffff" #
|
||||||
|
|
||||||
|
export COLOR_09="#d6dbe5" #
|
||||||
|
export COLOR_10="#dc322f" # COMMAND_ERROR
|
||||||
|
export COLOR_11="#56db3a" # EXEC
|
||||||
|
export COLOR_12="#ff8400" #
|
||||||
|
export COLOR_13="#0084d4" # FOLDER
|
||||||
|
export COLOR_14="#b729d9" #
|
||||||
|
export COLOR_15="#ccccff" #
|
||||||
|
export COLOR_16="#ffffff" #
|
||||||
|
|
||||||
|
export BACKGROUND_COLOR="#000000" # Background Color
|
||||||
|
export FOREGROUND_COLOR="#ffffff" # Text
|
||||||
|
export CURSOR_COLOR="#dc322f" # Cursor
|
||||||
|
export PROFILE_NAME="Dissonance"
|
||||||
|
# =============================================================== #
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# =============================================================== #
|
||||||
|
# | Apply Colors
|
||||||
|
# ===============================================================|#
|
||||||
|
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
|
||||||
|
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"}
|
||||||
|
|
||||||
|
|
||||||
|
if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
|
||||||
|
bash "${PARENT_PATH}/apply-colors.sh"
|
||||||
|
else
|
||||||
|
if [[ "$(uname)" = "Darwin" ]]; then
|
||||||
|
# OSX ships with curl and ancient bash
|
||||||
|
bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
|
||||||
|
else
|
||||||
|
# Linux ships with wget
|
||||||
|
bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
55
themes/gogh.sh
Executable file
55
themes/gogh.sh
Executable file
@@ -0,0 +1,55 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# ====================CONFIG THIS =============================== #
|
||||||
|
export COLOR_01="#292D3E" # Black
|
||||||
|
export COLOR_02="#F07178" # Red
|
||||||
|
export COLOR_03="#C3E88D" # Green
|
||||||
|
export COLOR_04="#FFCB6B" # Yellow
|
||||||
|
export COLOR_05="#82AAFF" # Blue
|
||||||
|
export COLOR_06="#C792EA" # Magenta
|
||||||
|
export COLOR_07="#60ADEC" # Cyan
|
||||||
|
export COLOR_08="#ABB2BF" # Light gray
|
||||||
|
|
||||||
|
export COLOR_09="#959DCB" # Dark gray
|
||||||
|
export COLOR_10="#F07178" # Light Red
|
||||||
|
export COLOR_11="#C3E88D" # Light Green
|
||||||
|
export COLOR_12="#FF5572" # Light Yellow
|
||||||
|
export COLOR_13="#82AAFF" # Light Blue
|
||||||
|
export COLOR_14="#FFCB6B" # Light Magenta
|
||||||
|
export COLOR_15="#676E95" # Light Cyan
|
||||||
|
export COLOR_16="#FFFEFE" # White
|
||||||
|
|
||||||
|
export BACKGROUND_COLOR="#292D3E" # Background Color
|
||||||
|
export FOREGROUND_COLOR="#BFC7D5" # Foreground Color (text)
|
||||||
|
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
|
||||||
|
export PROFILE_NAME="_bash"
|
||||||
|
# =============================================================== #
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# =============================================================== #
|
||||||
|
# | Apply Colors
|
||||||
|
# ===============================================================|#
|
||||||
|
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
|
||||||
|
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"}
|
||||||
|
|
||||||
|
|
||||||
|
if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
|
||||||
|
bash "${PARENT_PATH}/apply-colors.sh"
|
||||||
|
else
|
||||||
|
if [[ "$(uname)" = "Darwin" ]]; then
|
||||||
|
# OSX ships with curl and ancient bash
|
||||||
|
bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
|
||||||
|
else
|
||||||
|
# Linux ships with wget
|
||||||
|
bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
56
themes/morada.sh
Normal file
56
themes/morada.sh
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# ====================CONFIG THIS =============================== #
|
||||||
|
export COLOR_01="#040404" # HOST
|
||||||
|
export COLOR_02="#0f49c4" # SYNTAX_STRING
|
||||||
|
export COLOR_03="#48b117" # COMMAND
|
||||||
|
export COLOR_04="#e87324" # COMMAND_COLOR2
|
||||||
|
export COLOR_05="#bc0116" # PATH
|
||||||
|
export COLOR_06="#665b93" # SYNTAX_VAR
|
||||||
|
export COLOR_07="#70a699" # PROMP
|
||||||
|
export COLOR_08="#f5dcbe" #
|
||||||
|
|
||||||
|
export COLOR_09="#4f7cbf" #
|
||||||
|
export COLOR_10="#1c96c7" # COMMAND_ERROR
|
||||||
|
export COLOR_11="#3bff6f" # EXEC
|
||||||
|
export COLOR_12="#efc31c" #
|
||||||
|
export COLOR_13="#fb605b" # FOLDER
|
||||||
|
export COLOR_14="#975b5a" #
|
||||||
|
export COLOR_15="#1eff8e" #
|
||||||
|
export COLOR_16="#f6f5fb" #
|
||||||
|
|
||||||
|
export BACKGROUND_COLOR="#211f46" # Background Color
|
||||||
|
export FOREGROUND_COLOR="#ffffff" # Text
|
||||||
|
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||||
|
export PROFILE_NAME="Morada"
|
||||||
|
# =============================================================== #
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# =============================================================== #
|
||||||
|
# | Apply Colors
|
||||||
|
# ===============================================================|#
|
||||||
|
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
|
||||||
|
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"}
|
||||||
|
|
||||||
|
|
||||||
|
if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
|
||||||
|
bash "${PARENT_PATH}/apply-colors.sh"
|
||||||
|
else
|
||||||
|
if [[ "$(uname)" = "Darwin" ]]; then
|
||||||
|
# OSX ships with curl and ancient bash
|
||||||
|
bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
|
||||||
|
else
|
||||||
|
# Linux ships with wget
|
||||||
|
bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user