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

Normalization of files

This commit is contained in:
Mgldvd 2023-02-25 22:50:46 -05:00
parent a4ee7e456a
commit 55e625701f
252 changed files with 5349 additions and 6880 deletions

View File

@ -1,25 +0,0 @@
---
name: Gogh
color-01: "#243342" # Black (Host)
color-02: "#c54133" # Red (Syntax string)
color-03: "#27ae60" # Green (Command)
color-04: "#edb20a" # Yellow (Command second)
color-05: "#2479d0" # Blue (Path)
color-06: "#7d3ea0" # Magenta (Syntax var)
color-07: "#1d8579" # Cyan (Promp)
color-08: "#c9cccd" # Light Gray
color-09: "#34495E" # Dark Gray
color-10: "#E74C3C" # Light Red (Command error)
color-11: "#2ECC71" # Light Green (Exec)
color-12: "#F1C40F" # Light Yellow
color-13: "#3498DB" # Light Blue (Folder)
color-14: "#9B59B6" # Light Magenta
color-15: "#2AA198" # Light Cyan
color-16: "#ECF0F1" # White
background: "#0D1926" # Background Color
foreground: "#ECF0F1" # Foreground Color (Text)
cursor: "#edb20a" # Cursor

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#090300" # HOST
export COLOR_02="#db2d20" # SYNTAX_STRING
export COLOR_03="#01a252" # COMMAND
export COLOR_04="#fded02" # COMMAND_COLOR2
export COLOR_05="#01a0e4" # PATH
export COLOR_06="#a16a94" # SYNTAX_VAR
export COLOR_07="#b5e4f4" # PROMP
export COLOR_08="#a5a2a2" #
export COLOR_09="#5c5855" #
export COLOR_10="#e8bbd0" # COMMAND_ERROR
export COLOR_11="#3a3432" # EXEC
export COLOR_12="#4a4543" #
export COLOR_13="#807d7c" # FOLDER
export COLOR_14="#d6d5d4" #
export COLOR_15="#cdab53" #
export COLOR_16="#f7f7f7" #
export BACKGROUND_COLOR="#f7f7f7" # Background Color
export FOREGROUND_COLOR="#4a4543" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="3024 Day"
# =============================================================== #
export COLOR_01="#090300" # Black (Host)
export COLOR_02="#db2d20" # Red (Syntax string)
export COLOR_03="#01a252" # Green (Command)
export COLOR_04="#fded02" # Yellow (Command second)
export COLOR_05="#01a0e4" # Blue (Path)
export COLOR_06="#a16a94" # Magenta (Syntax var)
export COLOR_07="#b5e4f4" # Cyan (Prompt)
export COLOR_08="#a5a2a2" # White
export COLOR_09="#5c5855" # Bright Black
export COLOR_10="#e8bbd0" # Bright Red (Command error)
export COLOR_11="#3a3432" # Bright Green (Exec)
export COLOR_12="#4a4543" # Bright Yellow
export COLOR_13="#807d7c" # Bright Blue (Folder)
export COLOR_14="#d6d5d4" # Bright Magenta
export COLOR_15="#cdab53" # Bright Cyan
export COLOR_16="#f7f7f7" # Bright White
export BACKGROUND_COLOR="#f7f7f7" # Background
export FOREGROUND_COLOR="#4a4543" # Foreground (Text)
export CURSOR_COLOR="#4a4543" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#090300" # HOST
export COLOR_02="#db2d20" # SYNTAX_STRING
export COLOR_03="#01a252" # COMMAND
export COLOR_04="#fded02" # COMMAND_COLOR2
export COLOR_05="#01a0e4" # PATH
export COLOR_06="#a16a94" # SYNTAX_VAR
export COLOR_07="#b5e4f4" # PROMP
export COLOR_08="#a5a2a2" #
export COLOR_09="#5c5855" #
export COLOR_10="#e8bbd0" # COMMAND_ERROR
export COLOR_11="#3a3432" # EXEC
export COLOR_12="#4a4543" #
export COLOR_13="#807d7c" # FOLDER
export COLOR_14="#d6d5d4" #
export COLOR_15="#cdab53" #
export COLOR_16="#f7f7f7" #
export BACKGROUND_COLOR="#090300" # Background Color
export FOREGROUND_COLOR="#a5a2a2" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="3024 Night"
# =============================================================== #
export COLOR_01="#090300" # Black (Host)
export COLOR_02="#db2d20" # Red (Syntax string)
export COLOR_03="#01a252" # Green (Command)
export COLOR_04="#fded02" # Yellow (Command second)
export COLOR_05="#01a0e4" # Blue (Path)
export COLOR_06="#a16a94" # Magenta (Syntax var)
export COLOR_07="#b5e4f4" # Cyan (Prompt)
export COLOR_08="#a5a2a2" # White
export COLOR_09="#5c5855" # Bright Black
export COLOR_10="#e8bbd0" # Bright Red (Command error)
export COLOR_11="#3a3432" # Bright Green (Exec)
export COLOR_12="#4a4543" # Bright Yellow
export COLOR_13="#807d7c" # Bright Blue (Folder)
export COLOR_14="#d6d5d4" # Bright Magenta
export COLOR_15="#cdab53" # Bright Cyan
export COLOR_16="#f7f7f7" # Bright White
export BACKGROUND_COLOR="#090300" # Background
export FOREGROUND_COLOR="#a5a2a2" # Foreground (Text)
export CURSOR_COLOR="#a5a2a2" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#363636" # HOST
export COLOR_02="#ff0883" # SYNTAX_STRING
export COLOR_03="#83ff08" # COMMAND
export COLOR_04="#ff8308" # COMMAND_COLOR2
export COLOR_05="#0883ff" # PATH
export COLOR_06="#8308ff" # SYNTAX_VAR
export COLOR_07="#08ff83" # PROMP
export COLOR_08="#b6b6b6" #
export COLOR_09="#424242" #
export COLOR_10="#ff1e8e" # COMMAND_ERROR
export COLOR_11="#8eff1e" # EXEC
export COLOR_12="#ff8e1e" #
export COLOR_13="#1e8eff" # FOLDER
export COLOR_14="#8e1eff" #
export COLOR_15="#1eff8e" #
export COLOR_16="#c2c2c2" #
export BACKGROUND_COLOR="#0d1926" # Background Color
export FOREGROUND_COLOR="#b4e1fd" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Aci"
# =============================================================== #
export COLOR_01="#363636" # Black (Host)
export COLOR_02="#ff0883" # Red (Syntax string)
export COLOR_03="#83ff08" # Green (Command)
export COLOR_04="#ff8308" # Yellow (Command second)
export COLOR_05="#0883ff" # Blue (Path)
export COLOR_06="#8308ff" # Magenta (Syntax var)
export COLOR_07="#08ff83" # Cyan (Prompt)
export COLOR_08="#b6b6b6" # White
export COLOR_09="#424242" # Bright Black
export COLOR_10="#ff1e8e" # Bright Red (Command error)
export COLOR_11="#8eff1e" # Bright Green (Exec)
export COLOR_12="#ff8e1e" # Bright Yellow
export COLOR_13="#1e8eff" # Bright Blue (Folder)
export COLOR_14="#8e1eff" # Bright Magenta
export COLOR_15="#1eff8e" # Bright Cyan
export COLOR_16="#c2c2c2" # Bright White
export BACKGROUND_COLOR="#0d1926" # Background
export FOREGROUND_COLOR="#b4e1fd" # Foreground (Text)
export CURSOR_COLOR="#b4e1fd" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#3f3f3f" # HOST
export COLOR_02="#ff0883" # SYNTAX_STRING
export COLOR_03="#83ff08" # COMMAND
export COLOR_04="#ff8308" # COMMAND_COLOR2
export COLOR_05="#0883ff" # PATH
export COLOR_06="#8308ff" # SYNTAX_VAR
export COLOR_07="#08ff83" # PROMP
export COLOR_08="#bebebe" #
export COLOR_09="#474747" #
export COLOR_10="#ff1e8e" # COMMAND_ERROR
export COLOR_11="#8eff1e" # EXEC
export COLOR_12="#ff8e1e" #
export COLOR_13="#1e8eff" # FOLDER
export COLOR_14="#8e1eff" #
export COLOR_15="#1eff8e" #
export COLOR_16="#c4c4c4" #
export BACKGROUND_COLOR="#1f1305" # Background Color
export FOREGROUND_COLOR="#b4e1fd" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Aco"
# =============================================================== #
export COLOR_01="#3f3f3f" # Black (Host)
export COLOR_02="#ff0883" # Red (Syntax string)
export COLOR_03="#83ff08" # Green (Command)
export COLOR_04="#ff8308" # Yellow (Command second)
export COLOR_05="#0883ff" # Blue (Path)
export COLOR_06="#8308ff" # Magenta (Syntax var)
export COLOR_07="#08ff83" # Cyan (Prompt)
export COLOR_08="#bebebe" # White
export COLOR_09="#474747" # Bright Black
export COLOR_10="#ff1e8e" # Bright Red (Command error)
export COLOR_11="#8eff1e" # Bright Green (Exec)
export COLOR_12="#ff8e1e" # Bright Yellow
export COLOR_13="#1e8eff" # Bright Blue (Folder)
export COLOR_14="#8e1eff" # Bright Magenta
export COLOR_15="#1eff8e" # Bright Cyan
export COLOR_16="#c4c4c4" # Bright White
export BACKGROUND_COLOR="#1f1305" # Background
export FOREGROUND_COLOR="#b4e1fd" # Foreground (Text)
export CURSOR_COLOR="#b4e1fd" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

49
themes/adventure-time.sh Executable file
View File

@ -0,0 +1,49 @@
#!/usr/bin/env bash
export PROFILE_NAME="Adventure Time"
export COLOR_01="#050404" # Black (Host)
export COLOR_02="#bd0013" # Red (Syntax string)
export COLOR_03="#4ab118" # Green (Command)
export COLOR_04="#e7741e" # Yellow (Command second)
export COLOR_05="#0f4ac6" # Blue (Path)
export COLOR_06="#665993" # Magenta (Syntax var)
export COLOR_07="#70a598" # Cyan (Prompt)
export COLOR_08="#f8dcc0" # White
export COLOR_09="#4e7cbf" # Bright Black
export COLOR_10="#fc5f5a" # Bright Red (Command error)
export COLOR_11="#9eff6e" # Bright Green (Exec)
export COLOR_12="#efc11a" # Bright Yellow
export COLOR_13="#1997c6" # Bright Blue (Folder)
export COLOR_14="#9b5953" # Bright Magenta
export COLOR_15="#c8faf4" # Bright Cyan
export COLOR_16="#f6f5fb" # Bright White
export BACKGROUND_COLOR="#1f1d45" # Background
export FOREGROUND_COLOR="#f8dcc0" # Foreground (Text)
export CURSOR_COLOR="#f8dcc0" # Cursor
# | ===========================================================================
# | 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/Gogh-Co/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

View File

@ -1,55 +0,0 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#050404" # HOST
export COLOR_02="#bd0013" # SYNTAX_STRING
export COLOR_03="#4ab118" # COMMAND
export COLOR_04="#e7741e" # COMMAND_COLOR2
export COLOR_05="#0f4ac6" # PATH
export COLOR_06="#665993" # SYNTAX_VAR
export COLOR_07="#70a598" # PROMP
export COLOR_08="#f8dcc0" #
export COLOR_09="#4e7cbf" #
export COLOR_10="#fc5f5a" # COMMAND_ERROR
export COLOR_11="#9eff6e" # EXEC
export COLOR_12="#efc11a" #
export COLOR_13="#1997c6" # FOLDER
export COLOR_14="#9b5953" #
export COLOR_15="#c8faf4" #
export COLOR_16="#f6f5fb" #
export BACKGROUND_COLOR="#1f1d45" # Background Color
export FOREGROUND_COLOR="#f8dcc0" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Adventure Time"
# =============================================================== #
# =============================================================== #
# | 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/Gogh-Co/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

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#151515" # HOST
export COLOR_02="#a53c23" # SYNTAX_STRING
export COLOR_03="#7b9246" # COMMAND
export COLOR_04="#d3a04d" # COMMAND_COLOR2
export COLOR_05="#6c99bb" # PATH
export COLOR_06="#9f4e85" # SYNTAX_VAR
export COLOR_07="#7dd6cf" # PROMP
export COLOR_08="#d0d0d0" #
export COLOR_09="#505050" #
export COLOR_10="#a53c23" # COMMAND_ERROR
export COLOR_11="#7b9246" # EXEC
export COLOR_12="#d3a04d" #
export COLOR_13="#547c99" # FOLDER
export COLOR_14="#9f4e85" #
export COLOR_15="#7dd6cf" #
export COLOR_16="#f5f5f5" #
export BACKGROUND_COLOR="#222222" # Background Color
export FOREGROUND_COLOR="#d0d0d0" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Afterglow"
# =============================================================== #
export COLOR_01="#151515" # Black (Host)
export COLOR_02="#a53c23" # Red (Syntax string)
export COLOR_03="#7b9246" # Green (Command)
export COLOR_04="#d3a04d" # Yellow (Command second)
export COLOR_05="#6c99bb" # Blue (Path)
export COLOR_06="#9f4e85" # Magenta (Syntax var)
export COLOR_07="#7dd6cf" # Cyan (Prompt)
export COLOR_08="#d0d0d0" # White
export COLOR_09="#505050" # Bright Black
export COLOR_10="#a53c23" # Bright Red (Command error)
export COLOR_11="#7b9246" # Bright Green (Exec)
export COLOR_12="#d3a04d" # Bright Yellow
export COLOR_13="#547c99" # Bright Blue (Folder)
export COLOR_14="#9f4e85" # Bright Magenta
export COLOR_15="#7dd6cf" # Bright Cyan
export COLOR_16="#f5f5f5" # Bright White
export BACKGROUND_COLOR="#222222" # Background
export FOREGROUND_COLOR="#d0d0d0" # Foreground (Text)
export CURSOR_COLOR="#d0d0d0" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#112616" # HOST
export COLOR_02="#7f2b27" # SYNTAX_STRING
export COLOR_03="#2f7e25" # COMMAND
export COLOR_04="#717f24" # COMMAND_COLOR2
export COLOR_05="#2f6a7f" # PATH
export COLOR_06="#47587f" # SYNTAX_VAR
export COLOR_07="#327f77" # PROMP
export COLOR_08="#647d75" #
export COLOR_09="#3c4812" #
export COLOR_10="#e08009" # COMMAND_ERROR
export COLOR_11="#18e000" # EXEC
export COLOR_12="#bde000" #
export COLOR_13="#00aae0" # FOLDER
export COLOR_14="#0058e0" #
export COLOR_15="#00e0c4" #
export COLOR_16="#73fa91" #
export BACKGROUND_COLOR="#0f1610" # Background Color
export FOREGROUND_COLOR="#637d75" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Alien Blood"
# =============================================================== #
export COLOR_01="#112616" # Black (Host)
export COLOR_02="#7f2b27" # Red (Syntax string)
export COLOR_03="#2f7e25" # Green (Command)
export COLOR_04="#717f24" # Yellow (Command second)
export COLOR_05="#2f6a7f" # Blue (Path)
export COLOR_06="#47587f" # Magenta (Syntax var)
export COLOR_07="#327f77" # Cyan (Prompt)
export COLOR_08="#647d75" # White
export COLOR_09="#3c4812" # Bright Black
export COLOR_10="#e08009" # Bright Red (Command error)
export COLOR_11="#18e000" # Bright Green (Exec)
export COLOR_12="#bde000" # Bright Yellow
export COLOR_13="#00aae0" # Bright Blue (Folder)
export COLOR_14="#0058e0" # Bright Magenta
export COLOR_15="#00e0c4" # Bright Cyan
export COLOR_16="#73fa91" # Bright White
export BACKGROUND_COLOR="#0f1610" # Background
export FOREGROUND_COLOR="#637d75" # Foreground (Text)
export CURSOR_COLOR="#637d75" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#232323" # HOST
export COLOR_02="#ff000f" # SYNTAX_STRING
export COLOR_03="#8ce10b" # COMMAND
export COLOR_04="#ffb900" # COMMAND_COLOR2
export COLOR_05="#008df8" # PATH
export COLOR_06="#6d43a6" # SYNTAX_VAR
export COLOR_07="#00d8eb" # PROMP
export COLOR_08="#ffffff" #
export COLOR_09="#444444" #
export COLOR_10="#ff2740" # COMMAND_ERROR
export COLOR_11="#abe15b" # EXEC
export COLOR_12="#ffd242" #
export COLOR_13="#0092ff" # FOLDER
export COLOR_14="#9a5feb" #
export COLOR_15="#67fff0" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#0e1019" # Background Color
export FOREGROUND_COLOR="#fffaf4" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Argonaut"
# =============================================================== #
export COLOR_01="#232323" # Black (Host)
export COLOR_02="#ff000f" # Red (Syntax string)
export COLOR_03="#8ce10b" # Green (Command)
export COLOR_04="#ffb900" # Yellow (Command second)
export COLOR_05="#008df8" # Blue (Path)
export COLOR_06="#6d43a6" # Magenta (Syntax var)
export COLOR_07="#00d8eb" # Cyan (Prompt)
export COLOR_08="#ffffff" # White
export COLOR_09="#444444" # Bright Black
export COLOR_10="#ff2740" # Bright Red (Command error)
export COLOR_11="#abe15b" # Bright Green (Exec)
export COLOR_12="#ffd242" # Bright Yellow
export COLOR_13="#0092ff" # Bright Blue (Folder)
export COLOR_14="#9a5feb" # Bright Magenta
export COLOR_15="#67fff0" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#0e1019" # Background
export FOREGROUND_COLOR="#fffaf4" # Foreground (Text)
export CURSOR_COLOR="#fffaf4" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#3d352a" # HOST
export COLOR_02="#cd5c5c" # SYNTAX_STRING
export COLOR_03="#86af80" # COMMAND
export COLOR_04="#e8ae5b" # COMMAND_COLOR2
export COLOR_05="#6495ed" # PATH
export COLOR_06="#deb887" # SYNTAX_VAR
export COLOR_07="#b0c4de" # PROMP
export COLOR_08="#bbaa99" #
export COLOR_09="#554444" #
export COLOR_10="#cc5533" # COMMAND_ERROR
export COLOR_11="#88aa22" # EXEC
export COLOR_12="#ffa75d" #
export COLOR_13="#87ceeb" # FOLDER
export COLOR_14="#996600" #
export COLOR_15="#b0c4de" #
export COLOR_16="#ddccbb" #
export BACKGROUND_COLOR="#1c1c1c" # Background Color
export FOREGROUND_COLOR="#ddeedd" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Arthur"
# =============================================================== #
export COLOR_01="#3d352a" # Black (Host)
export COLOR_02="#cd5c5c" # Red (Syntax string)
export COLOR_03="#86af80" # Green (Command)
export COLOR_04="#e8ae5b" # Yellow (Command second)
export COLOR_05="#6495ed" # Blue (Path)
export COLOR_06="#deb887" # Magenta (Syntax var)
export COLOR_07="#b0c4de" # Cyan (Prompt)
export COLOR_08="#bbaa99" # White
export COLOR_09="#554444" # Bright Black
export COLOR_10="#cc5533" # Bright Red (Command error)
export COLOR_11="#88aa22" # Bright Green (Exec)
export COLOR_12="#ffa75d" # Bright Yellow
export COLOR_13="#87ceeb" # Bright Blue (Folder)
export COLOR_14="#996600" # Bright Magenta
export COLOR_15="#b0c4de" # Bright Cyan
export COLOR_16="#ddccbb" # Bright White
export BACKGROUND_COLOR="#1c1c1c" # Background
export FOREGROUND_COLOR="#ddeedd" # Foreground (Text)
export CURSOR_COLOR="#ddeedd" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#fd5ff1" # SYNTAX_STRING
export COLOR_03="#87c38a" # COMMAND
export COLOR_04="#ffd7b1" # COMMAND_COLOR2
export COLOR_05="#85befd" # PATH
export COLOR_06="#b9b6fc" # SYNTAX_VAR
export COLOR_07="#85befd" # PROMP
export COLOR_08="#e0e0e0" #
export COLOR_09="#000000" #
export COLOR_10="#fd5ff1" # COMMAND_ERROR
export COLOR_11="#94fa36" # EXEC
export COLOR_12="#f5ffa8" #
export COLOR_13="#96cbfe" # FOLDER
export COLOR_14="#b9b6fc" #
export COLOR_15="#85befd" #
export COLOR_16="#e0e0e0" #
export BACKGROUND_COLOR="#161719" # Background Color
export FOREGROUND_COLOR="#c5c8c6" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Atom"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#fd5ff1" # Red (Syntax string)
export COLOR_03="#87c38a" # Green (Command)
export COLOR_04="#ffd7b1" # Yellow (Command second)
export COLOR_05="#85befd" # Blue (Path)
export COLOR_06="#b9b6fc" # Magenta (Syntax var)
export COLOR_07="#85befd" # Cyan (Prompt)
export COLOR_08="#e0e0e0" # White
export COLOR_09="#000000" # Bright Black
export COLOR_10="#fd5ff1" # Bright Red (Command error)
export COLOR_11="#94fa36" # Bright Green (Exec)
export COLOR_12="#f5ffa8" # Bright Yellow
export COLOR_13="#96cbfe" # Bright Blue (Folder)
export COLOR_14="#b9b6fc" # Bright Magenta
export COLOR_15="#85befd" # Bright Cyan
export COLOR_16="#e0e0e0" # Bright White
export BACKGROUND_COLOR="#161719" # Background
export FOREGROUND_COLOR="#c5c8c6" # Foreground (Text)
export CURSOR_COLOR="#c5c8c6" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#110f18" # Black
export COLOR_02="#ff6767" # Red
export COLOR_03="#61ffca" # Green
export COLOR_04="#ffca85" # Yellow
export COLOR_05="#a277ff" # Blue
export COLOR_06="#a277ff" # Magenta
export COLOR_07="#61ffca" # Cyan
export COLOR_08="#edecee" # Light gray
export COLOR_09="#6d6d6d" # Dark gray
export COLOR_10="#ffca85" # Light Red
export COLOR_11="#a277ff" # Light Green
export COLOR_12="#ffca85" # Light Yellow
export COLOR_13="#a277ff" # Light Blue
export COLOR_14="#a277ff" # Light Magenta
export COLOR_15="#61ffca" # Light Cyan
export COLOR_16="#edecee" # White
export BACKGROUND_COLOR="#15141B" # Background Color
export FOREGROUND_COLOR="#edecee" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Aura"
# =============================================================== #
export COLOR_01="#110f18" # Black (Host)
export COLOR_02="#ff6767" # Red (Syntax string)
export COLOR_03="#61ffca" # Green (Command)
export COLOR_04="#ffca85" # Yellow (Command second)
export COLOR_05="#a277ff" # Blue (Path)
export COLOR_06="#a277ff" # Magenta (Syntax var)
export COLOR_07="#61ffca" # Cyan (Prompt)
export COLOR_08="#edecee" # White
export COLOR_09="#6d6d6d" # Bright Black
export COLOR_10="#ffca85" # Bright Red (Command error)
export COLOR_11="#a277ff" # Bright Green (Exec)
export COLOR_12="#ffca85" # Bright Yellow
export COLOR_13="#a277ff" # Bright Blue (Folder)
export COLOR_14="#a277ff" # Bright Magenta
export COLOR_15="#61ffca" # Bright Cyan
export COLOR_16="#edecee" # Bright White
export BACKGROUND_COLOR="#15141B" # Background
export FOREGROUND_COLOR="#edecee" # Foreground (Text)
export CURSOR_COLOR="#edecee" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#0A0E14" # HOST
export COLOR_02="#FF3333" # SYNTAX_STRING
export COLOR_03="#C2D94C" # COMMAND
export COLOR_04="#FF8F40" # COMMAND_COLOR2
export COLOR_05="#59C2FF" # PATH
export COLOR_06="#FFEE99" # SYNTAX_VAR
export COLOR_07="#95E6CB" # PROMP
export COLOR_08="#B3B1AD" #
export COLOR_09="#4D5566" #
export COLOR_10="#FF3333" # COMMAND_ERROR
export COLOR_11="#C2D94C" # EXEC
export COLOR_12="#FF8F40" #
export COLOR_13="#59C2FF" # FOLDER
export COLOR_14="#FFEE99" #
export COLOR_15="#95E6CB" #
export COLOR_16="#B3B1AD" #
export BACKGROUND_COLOR="#0A0E14" # Background Color
export FOREGROUND_COLOR="#B3B1AD" # Foreground Color (text)
export CURSOR_COLOR="#E6B450" # Cursor color
export PROFILE_NAME="Ayu Dark"
# =============================================================== #
export COLOR_01="#0A0E14" # Black (Host)
export COLOR_02="#FF3333" # Red (Syntax string)
export COLOR_03="#C2D94C" # Green (Command)
export COLOR_04="#FF8F40" # Yellow (Command second)
export COLOR_05="#59C2FF" # Blue (Path)
export COLOR_06="#FFEE99" # Magenta (Syntax var)
export COLOR_07="#95E6CB" # Cyan (Prompt)
export COLOR_08="#B3B1AD" # White
export COLOR_09="#4D5566" # Bright Black
export COLOR_10="#FF3333" # Bright Red (Command error)
export COLOR_11="#C2D94C" # Bright Green (Exec)
export COLOR_12="#FF8F40" # Bright Yellow
export COLOR_13="#59C2FF" # Bright Blue (Folder)
export COLOR_14="#FFEE99" # Bright Magenta
export COLOR_15="#95E6CB" # Bright Cyan
export COLOR_16="#B3B1AD" # Bright White
export BACKGROUND_COLOR="#0A0E14" # Background
export FOREGROUND_COLOR="#B3B1AD" # Foreground (Text)
export CURSOR_COLOR="#E6B450" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#575F66" # HOST
export COLOR_02="#F51818" # SYNTAX_STRING
export COLOR_03="#86B300" # COMMAND
export COLOR_04="#F2AE49" # COMMAND_COLOR2
export COLOR_05="#399EE6" # PATH
export COLOR_06="#A37ACC" # SYNTAX_VAR
export COLOR_07="#4CBF99" # PROMP
export COLOR_08="#FAFAFA" #
export COLOR_09="#8A9199" #
export COLOR_10="#F51818" # COMMAND_ERROR
export COLOR_11="#86B300" # EXEC
export COLOR_12="#F2AE49" #
export COLOR_13="#399EE6" # FOLDER
export COLOR_14="#A37ACC" #
export COLOR_15="#4CBF99" #
export COLOR_16="#FAFAFA" #
export BACKGROUND_COLOR="#FAFAFA" # Background Color
export FOREGROUND_COLOR="#575F66" # Foreground Color (text)
export CURSOR_COLOR="#FF9940" # Cursor color
export PROFILE_NAME="Ayu Light"
# =============================================================== #
export COLOR_01="#575F66" # Black (Host)
export COLOR_02="#F51818" # Red (Syntax string)
export COLOR_03="#86B300" # Green (Command)
export COLOR_04="#F2AE49" # Yellow (Command second)
export COLOR_05="#399EE6" # Blue (Path)
export COLOR_06="#A37ACC" # Magenta (Syntax var)
export COLOR_07="#4CBF99" # Cyan (Prompt)
export COLOR_08="#FAFAFA" # White
export COLOR_09="#8A9199" # Bright Black
export COLOR_10="#F51818" # Bright Red (Command error)
export COLOR_11="#86B300" # Bright Green (Exec)
export COLOR_12="#F2AE49" # Bright Yellow
export COLOR_13="#399EE6" # Bright Blue (Folder)
export COLOR_14="#A37ACC" # Bright Magenta
export COLOR_15="#4CBF99" # Bright Cyan
export COLOR_16="#FAFAFA" # Bright White
export BACKGROUND_COLOR="#FAFAFA" # Background
export FOREGROUND_COLOR="#575F66" # Foreground (Text)
export CURSOR_COLOR="#FF9940" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#1F2430" # HOST
export COLOR_02="#FF3333" # SYNTAX_STRING
export COLOR_03="#BAE67E" # COMMAND
export COLOR_04="#FFA759" # COMMAND_COLOR2
export COLOR_05="#73D0FF" # PATH
export COLOR_06="#D4BFFF" # SYNTAX_VAR
export COLOR_07="#95E6CB" # PROMP
export COLOR_08="#CBCCC6" #
export COLOR_09="#707A8C" #
export COLOR_10="#FF3333" # COMMAND_ERROR
export COLOR_11="#BAE67E" # EXEC
export COLOR_12="#FFA759" #
export COLOR_13="#73D0FF" # FOLDER
export COLOR_14="#D4BFFF" #
export COLOR_15="#95E6CB" #
export COLOR_16="#CBCCC6" #
export BACKGROUND_COLOR="#1F2430" # Background Color
export FOREGROUND_COLOR="#CBCCC6" # Foreground Color (text)
export CURSOR_COLOR="#FFCC66" # Cursor color
export PROFILE_NAME="Ayu Mirage"
# =============================================================== #
export COLOR_01="#1F2430" # Black (Host)
export COLOR_02="#FF3333" # Red (Syntax string)
export COLOR_03="#BAE67E" # Green (Command)
export COLOR_04="#FFA759" # Yellow (Command second)
export COLOR_05="#73D0FF" # Blue (Path)
export COLOR_06="#D4BFFF" # Magenta (Syntax var)
export COLOR_07="#95E6CB" # Cyan (Prompt)
export COLOR_08="#CBCCC6" # White
export COLOR_09="#707A8C" # Bright Black
export COLOR_10="#FF3333" # Bright Red (Command error)
export COLOR_11="#BAE67E" # Bright Green (Exec)
export COLOR_12="#FFA759" # Bright Yellow
export COLOR_13="#73D0FF" # Bright Blue (Folder)
export COLOR_14="#D4BFFF" # Bright Magenta
export COLOR_15="#95E6CB" # Bright Cyan
export COLOR_16="#CBCCC6" # Bright White
export BACKGROUND_COLOR="#1F2430" # Background
export FOREGROUND_COLOR="#CBCCC6" # Foreground (Text)
export CURSOR_COLOR="#FFCC66" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#ac6d74" # SYNTAX_STRING
export COLOR_03="#74ac6d" # COMMAND
export COLOR_04="#aca46d" # COMMAND_COLOR2
export COLOR_05="#6d74ac" # PATH
export COLOR_06="#a46dac" # SYNTAX_VAR
export COLOR_07="#6daca4" # PROMP
export COLOR_08="#e6e6e6" #
export COLOR_09="#262626" #
export COLOR_10="#d6b8bc" # COMMAND_ERROR
export COLOR_11="#bcd6b8" # EXEC
export COLOR_12="#d6d3b8" #
export COLOR_13="#b8bcd6" # FOLDER
export COLOR_14="#d3b8d6" #
export COLOR_15="#b8d6d3" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#09111a" # Background Color
export FOREGROUND_COLOR="#d9e6f2" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Azu"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#ac6d74" # Red (Syntax string)
export COLOR_03="#74ac6d" # Green (Command)
export COLOR_04="#aca46d" # Yellow (Command second)
export COLOR_05="#6d74ac" # Blue (Path)
export COLOR_06="#a46dac" # Magenta (Syntax var)
export COLOR_07="#6daca4" # Cyan (Prompt)
export COLOR_08="#e6e6e6" # White
export COLOR_09="#262626" # Bright Black
export COLOR_10="#d6b8bc" # Bright Red (Command error)
export COLOR_11="#bcd6b8" # Bright Green (Exec)
export COLOR_12="#d6d3b8" # Bright Yellow
export COLOR_13="#b8bcd6" # Bright Blue (Folder)
export COLOR_14="#d3b8d6" # Bright Magenta
export COLOR_15="#b8d6d3" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#09111a" # Background
export FOREGROUND_COLOR="#d9e6f2" # Foreground (Text)
export CURSOR_COLOR="#d9e6f2" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#20111b" # HOST
export COLOR_02="#be100e" # SYNTAX_STRING
export COLOR_03="#858162" # COMMAND
export COLOR_04="#eaa549" # COMMAND_COLOR2
export COLOR_05="#426a79" # PATH
export COLOR_06="#97522c" # SYNTAX_VAR
export COLOR_07="#989a9c" # PROMP
export COLOR_08="#968c83" #
export COLOR_09="#5e5252" #
export COLOR_10="#be100e" # COMMAND_ERROR
export COLOR_11="#858162" # EXEC
export COLOR_12="#eaa549" #
export COLOR_13="#426a79" # FOLDER
export COLOR_14="#97522c" #
export COLOR_15="#989a9c" #
export COLOR_16="#d5ccba" #
export BACKGROUND_COLOR="#d5ccba" # Background Color
export FOREGROUND_COLOR="#45373c" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Belafonte Day"
# =============================================================== #
export COLOR_01="#20111b" # Black (Host)
export COLOR_02="#be100e" # Red (Syntax string)
export COLOR_03="#858162" # Green (Command)
export COLOR_04="#eaa549" # Yellow (Command second)
export COLOR_05="#426a79" # Blue (Path)
export COLOR_06="#97522c" # Magenta (Syntax var)
export COLOR_07="#989a9c" # Cyan (Prompt)
export COLOR_08="#968c83" # White
export COLOR_09="#5e5252" # Bright Black
export COLOR_10="#be100e" # Bright Red (Command error)
export COLOR_11="#858162" # Bright Green (Exec)
export COLOR_12="#eaa549" # Bright Yellow
export COLOR_13="#426a79" # Bright Blue (Folder)
export COLOR_14="#97522c" # Bright Magenta
export COLOR_15="#989a9c" # Bright Cyan
export COLOR_16="#d5ccba" # Bright White
export BACKGROUND_COLOR="#d5ccba" # Background
export FOREGROUND_COLOR="#45373c" # Foreground (Text)
export CURSOR_COLOR="#45373c" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#20111b" # HOST
export COLOR_02="#be100e" # SYNTAX_STRING
export COLOR_03="#858162" # COMMAND
export COLOR_04="#eaa549" # COMMAND_COLOR2
export COLOR_05="#426a79" # PATH
export COLOR_06="#97522c" # SYNTAX_VAR
export COLOR_07="#989a9c" # PROMP
export COLOR_08="#968c83" #
export COLOR_09="#5e5252" #
export COLOR_10="#be100e" # COMMAND_ERROR
export COLOR_11="#858162" # EXEC
export COLOR_12="#eaa549" #
export COLOR_13="#426a79" # FOLDER
export COLOR_14="#97522c" #
export COLOR_15="#989a9c" #
export COLOR_16="#d5ccba" #
export BACKGROUND_COLOR="#20111b" # Background Color
export FOREGROUND_COLOR="#968c83" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Belafonte Night"
# =============================================================== #
export COLOR_01="#20111b" # Black (Host)
export COLOR_02="#be100e" # Red (Syntax string)
export COLOR_03="#858162" # Green (Command)
export COLOR_04="#eaa549" # Yellow (Command second)
export COLOR_05="#426a79" # Blue (Path)
export COLOR_06="#97522c" # Magenta (Syntax var)
export COLOR_07="#989a9c" # Cyan (Prompt)
export COLOR_08="#968c83" # White
export COLOR_09="#5e5252" # Bright Black
export COLOR_10="#be100e" # Bright Red (Command error)
export COLOR_11="#858162" # Bright Green (Exec)
export COLOR_12="#eaa549" # Bright Yellow
export COLOR_13="#426a79" # Bright Blue (Folder)
export COLOR_14="#97522c" # Bright Magenta
export COLOR_15="#989a9c" # Bright Cyan
export COLOR_16="#d5ccba" # Bright White
export BACKGROUND_COLOR="#20111b" # Background
export FOREGROUND_COLOR="#968c83" # Foreground (Text)
export CURSOR_COLOR="#968c83" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#2c2423" # HOST
export COLOR_02="#f557a0" # SYNTAX_STRING
export COLOR_03="#a9ee55" # COMMAND
export COLOR_04="#f5a255" # COMMAND_COLOR2
export COLOR_05="#5ea2ec" # PATH
export COLOR_06="#a957ec" # SYNTAX_VAR
export COLOR_07="#5eeea0" # PROMP
export COLOR_08="#918988" #
export COLOR_09="#918988" #
export COLOR_10="#f579b2" # COMMAND_ERROR
export COLOR_11="#bbee78" # EXEC
export COLOR_12="#f5b378" #
export COLOR_13="#81b3ec" # FOLDER
export COLOR_14="#bb79ec" #
export COLOR_15="#81eeb2" #
export COLOR_16="#f5eeec" #
export BACKGROUND_COLOR="#012849" # Background Color
export FOREGROUND_COLOR="#a9bed8" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Bim"
# =============================================================== #
export COLOR_01="#2c2423" # Black (Host)
export COLOR_02="#f557a0" # Red (Syntax string)
export COLOR_03="#a9ee55" # Green (Command)
export COLOR_04="#f5a255" # Yellow (Command second)
export COLOR_05="#5ea2ec" # Blue (Path)
export COLOR_06="#a957ec" # Magenta (Syntax var)
export COLOR_07="#5eeea0" # Cyan (Prompt)
export COLOR_08="#918988" # White
export COLOR_09="#918988" # Bright Black
export COLOR_10="#f579b2" # Bright Red (Command error)
export COLOR_11="#bbee78" # Bright Green (Exec)
export COLOR_12="#f5b378" # Bright Yellow
export COLOR_13="#81b3ec" # Bright Blue (Folder)
export COLOR_14="#bb79ec" # Bright Magenta
export COLOR_15="#81eeb2" # Bright Cyan
export COLOR_16="#f5eeec" # Bright White
export BACKGROUND_COLOR="#012849" # Background
export FOREGROUND_COLOR="#a9bed8" # Foreground (Text)
export CURSOR_COLOR="#a9bed8" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#573d26" # HOST
export COLOR_02="#be2d26" # SYNTAX_STRING
export COLOR_03="#6ba18a" # COMMAND
export COLOR_04="#e99d2a" # COMMAND_COLOR2
export COLOR_05="#5a86ad" # PATH
export COLOR_06="#ac80a6" # SYNTAX_VAR
export COLOR_07="#74a6ad" # PROMP
export COLOR_08="#e0dbb7" #
export COLOR_09="#9b6c4a" #
export COLOR_10="#e84627" # COMMAND_ERROR
export COLOR_11="#95d8ba" # EXEC
export COLOR_12="#d0d150" #
export COLOR_13="#b8d3ed" # FOLDER
export COLOR_14="#d19ecb" #
export COLOR_15="#93cfd7" #
export COLOR_16="#fff9d5" #
export BACKGROUND_COLOR="#2a1f1d" # Background Color
export FOREGROUND_COLOR="#e0dbb7" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Birds Of Paradise"
# =============================================================== #
export COLOR_01="#573d26" # Black (Host)
export COLOR_02="#be2d26" # Red (Syntax string)
export COLOR_03="#6ba18a" # Green (Command)
export COLOR_04="#e99d2a" # Yellow (Command second)
export COLOR_05="#5a86ad" # Blue (Path)
export COLOR_06="#ac80a6" # Magenta (Syntax var)
export COLOR_07="#74a6ad" # Cyan (Prompt)
export COLOR_08="#e0dbb7" # White
export COLOR_09="#9b6c4a" # Bright Black
export COLOR_10="#e84627" # Bright Red (Command error)
export COLOR_11="#95d8ba" # Bright Green (Exec)
export COLOR_12="#d0d150" # Bright Yellow
export COLOR_13="#b8d3ed" # Bright Blue (Folder)
export COLOR_14="#d19ecb" # Bright Magenta
export COLOR_15="#93cfd7" # Bright Cyan
export COLOR_16="#fff9d5" # Bright White
export BACKGROUND_COLOR="#2a1f1d" # Background
export FOREGROUND_COLOR="#e0dbb7" # Foreground (Text)
export CURSOR_COLOR="#e0dbb7" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#b87a7a" # SYNTAX_STRING
export COLOR_03="#7ab87a" # COMMAND
export COLOR_04="#b8b87a" # COMMAND_COLOR2
export COLOR_05="#7a7ab8" # PATH
export COLOR_06="#b87ab8" # SYNTAX_VAR
export COLOR_07="#7ab8b8" # PROMP
export COLOR_08="#d9d9d9" #
export COLOR_09="#262626" #
export COLOR_10="#dbbdbd" # COMMAND_ERROR
export COLOR_11="#bddbbd" # EXEC
export COLOR_12="#dbdbbd" #
export COLOR_13="#bdbddb" # FOLDER
export COLOR_14="#dbbddb" #
export COLOR_15="#bddbdb" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#0d1926" # Background Color
export FOREGROUND_COLOR="#d9e6f2" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Blazer"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#b87a7a" # Red (Syntax string)
export COLOR_03="#7ab87a" # Green (Command)
export COLOR_04="#b8b87a" # Yellow (Command second)
export COLOR_05="#7a7ab8" # Blue (Path)
export COLOR_06="#b87ab8" # Magenta (Syntax var)
export COLOR_07="#7ab8b8" # Cyan (Prompt)
export COLOR_08="#d9d9d9" # White
export COLOR_09="#262626" # Bright Black
export COLOR_10="#dbbdbd" # Bright Red (Command error)
export COLOR_11="#bddbbd" # Bright Green (Exec)
export COLOR_12="#dbdbbd" # Bright Yellow
export COLOR_13="#bdbddb" # Bright Blue (Folder)
export COLOR_14="#dbbddb" # Bright Magenta
export COLOR_15="#bddbdb" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#0d1926" # Background
export FOREGROUND_COLOR="#d9e6f2" # Foreground (Text)
export CURSOR_COLOR="#d9e6f2" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#d5d6dd" # Black
export COLOR_02="#d52753" # Red
export COLOR_03="#23974a" # Green
export COLOR_04="#df631c" # Yellow
export COLOR_05="#275fe4" # Blue
export COLOR_06="#823ff1" # Magenta
export COLOR_07="#27618d" # Cyan
export COLOR_08="#000000" # Light gray
export COLOR_09="#e4e5ed" # Dark gray
export COLOR_10="#ff6480" # Light Red
export COLOR_11="#3cbc66" # Light Green
export COLOR_12="#c5a332" # Light Yellow
export COLOR_13="#0099e1" # Light Blue
export COLOR_14="#ce33c0" # Light Magenta
export COLOR_15="#6d93bb" # Light Cyan
export COLOR_16="#26272d" # White
export BACKGROUND_COLOR="#f9f9f9" # Background Color
export FOREGROUND_COLOR="#383a42" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Bluloco Light"
# =============================================================== #
export COLOR_01="#d5d6dd" # Black (Host)
export COLOR_02="#d52753" # Red (Syntax string)
export COLOR_03="#23974a" # Green (Command)
export COLOR_04="#df631c" # Yellow (Command second)
export COLOR_05="#275fe4" # Blue (Path)
export COLOR_06="#823ff1" # Magenta (Syntax var)
export COLOR_07="#27618d" # Cyan (Prompt)
export COLOR_08="#000000" # White
export COLOR_09="#e4e5ed" # Bright Black
export COLOR_10="#ff6480" # Bright Red (Command error)
export COLOR_11="#3cbc66" # Bright Green (Exec)
export COLOR_12="#c5a332" # Bright Yellow
export COLOR_13="#0099e1" # Bright Blue (Folder)
export COLOR_14="#ce33c0" # Bright Magenta
export COLOR_15="#6d93bb" # Bright Cyan
export COLOR_16="#26272d" # Bright White
export BACKGROUND_COLOR="#f9f9f9" # Background
export FOREGROUND_COLOR="#383a42" # Foreground (Text)
export CURSOR_COLOR="#383a42" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#e4e5f1" # Black
export COLOR_02="#d52753" # Red
export COLOR_03="#23974a" # Green
export COLOR_04="#df631c" # Yellow
export COLOR_05="#275fe4" # Blue
export COLOR_06="#823ff1" # Magenta
export COLOR_07="#27618d" # Cyan
export COLOR_08="#000000" # Light gray
export COLOR_09="#5794de" # Dark gray
export COLOR_10="#ff6480" # Light Red
export COLOR_11="#3cbc66" # Light Green
export COLOR_12="#c5a332" # Light Yellow
export COLOR_13="#0099e1" # Light Blue
export COLOR_14="#ce33c0" # Light Magenta
export COLOR_15="#6d93bb" # Light Cyan
export COLOR_16="#26272d" # White
export BACKGROUND_COLOR="#f9f9f9" # Background Color
export FOREGROUND_COLOR="#383a42" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Bluloco Zsh Light"
# =============================================================== #
export COLOR_01="#e4e5f1" # Black (Host)
export COLOR_02="#d52753" # Red (Syntax string)
export COLOR_03="#23974a" # Green (Command)
export COLOR_04="#df631c" # Yellow (Command second)
export COLOR_05="#275fe4" # Blue (Path)
export COLOR_06="#823ff1" # Magenta (Syntax var)
export COLOR_07="#27618d" # Cyan (Prompt)
export COLOR_08="#000000" # White
export COLOR_09="#5794de" # Bright Black
export COLOR_10="#ff6480" # Bright Red (Command error)
export COLOR_11="#3cbc66" # Bright Green (Exec)
export COLOR_12="#c5a332" # Bright Yellow
export COLOR_13="#0099e1" # Bright Blue (Folder)
export COLOR_14="#ce33c0" # Bright Magenta
export COLOR_15="#6d93bb" # Bright Cyan
export COLOR_16="#26272d" # Bright White
export BACKGROUND_COLOR="#f9f9f9" # Background
export FOREGROUND_COLOR="#383a42" # Foreground (Text)
export CURSOR_COLOR="#383a42" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#4f4f4f" # HOST
export COLOR_02="#ff6c60" # SYNTAX_STRING
export COLOR_03="#a8ff60" # COMMAND
export COLOR_04="#ffffb6" # COMMAND_COLOR2
export COLOR_05="#96cbfe" # PATH
export COLOR_06="#ff73fd" # SYNTAX_VAR
export COLOR_07="#c6c5fe" # PROMP
export COLOR_08="#eeeeee" #
export COLOR_09="#7c7c7c" #
export COLOR_10="#ffb6b0" # COMMAND_ERROR
export COLOR_11="#ceffac" # EXEC
export COLOR_12="#ffffcc" #
export COLOR_13="#b5dcff" # FOLDER
export COLOR_14="#ff9cfe" #
export COLOR_15="#dfdffe" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#0000a4" # Background Color
export FOREGROUND_COLOR="#ffff4e" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Borland"
# =============================================================== #
export COLOR_01="#4f4f4f" # Black (Host)
export COLOR_02="#ff6c60" # Red (Syntax string)
export COLOR_03="#a8ff60" # Green (Command)
export COLOR_04="#ffffb6" # Yellow (Command second)
export COLOR_05="#96cbfe" # Blue (Path)
export COLOR_06="#ff73fd" # Magenta (Syntax var)
export COLOR_07="#c6c5fe" # Cyan (Prompt)
export COLOR_08="#eeeeee" # White
export COLOR_09="#7c7c7c" # Bright Black
export COLOR_10="#ffb6b0" # Bright Red (Command error)
export COLOR_11="#ceffac" # Bright Green (Exec)
export COLOR_12="#ffffcc" # Bright Yellow
export COLOR_13="#b5dcff" # Bright Blue (Folder)
export COLOR_14="#ff9cfe" # Bright Magenta
export COLOR_15="#dfdffe" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#0000a4" # Background
export FOREGROUND_COLOR="#ffff4e" # Foreground (Text)
export CURSOR_COLOR="#ffff4e" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,41 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#1E2229" # HOST
export COLOR_02="#ED1515" # SYNTAX_STRING
export COLOR_03="#44853A" # COMMAND
export COLOR_04="#F67400" # COMMAND_COLOR2
export COLOR_05="#1D99F3" # PATH
export COLOR_06="#9B59B6" # SYNTAX_VAR
export COLOR_07="#1ABC9C" # PROMP
export COLOR_08="#FCFCFC" #
export COLOR_09="#7F8C8D" #
export COLOR_10="#C0392B" # COMMAND_ERROR
export COLOR_11="#55A649" # EXEC
export COLOR_12="#FDBC4B" #
export COLOR_13="#3DAEE9" # FOLDER
export COLOR_14="#8E44AD" #
export COLOR_15="#16A085" #
export COLOR_16="#FFFFFF" #
export BACKGROUND_COLOR="#080D14" # Background Color
export FOREGROUND_COLOR="#17A88B" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export HIGHLIGHT_FG_COLOR="#07C6D2" # Text color within highlight
export HIGHLIGHT_BG_COLOR="#1F1F1F" # Highlight color
export PROFILE_NAME="Breath Darker"
# =============================================================== #
export COLOR_01="#1E2229" # Black (Host)
export COLOR_02="#ED1515" # Red (Syntax string)
export COLOR_03="#44853A" # Green (Command)
export COLOR_04="#F67400" # Yellow (Command second)
export COLOR_05="#1D99F3" # Blue (Path)
export COLOR_06="#9B59B6" # Magenta (Syntax var)
export COLOR_07="#1ABC9C" # Cyan (Prompt)
export COLOR_08="#FCFCFC" # White
export COLOR_09="#7F8C8D" # Bright Black
export COLOR_10="#C0392B" # Bright Red (Command error)
export COLOR_11="#55A649" # Bright Green (Exec)
export COLOR_12="#FDBC4B" # Bright Yellow
export COLOR_13="#3DAEE9" # Bright Blue (Folder)
export COLOR_14="#8E44AD" # Bright Magenta
export COLOR_15="#16A085" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White
export BACKGROUND_COLOR="#080D14" # Background
export FOREGROUND_COLOR="#17A88B" # Foreground (Text)
export CURSOR_COLOR="#17A88B" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#E8E8E8" # HOST
export COLOR_02="#ED1515" # SYNTAX_STRING
export COLOR_03="#C0392B" # COMMAND
export COLOR_04="#F67400" # COMMAND_COLOR2
export COLOR_05="#1D99F3" # PATH
export COLOR_06="#9B59B6" # SYNTAX_VAR
export COLOR_07="#1ABC9C" # PROMP
export COLOR_08="#FCFCFC" #
export COLOR_09="#7F8C8D" #
export COLOR_10="#C0392B" # COMMAND_ERROR
export COLOR_11="#55A649" # EXEC
export COLOR_12="#FDBC4B" #
export COLOR_13="#3DAEE9" # FOLDER
export COLOR_14="#8E44AD" #
export COLOR_15="#16A085" #
export COLOR_16="#FFFFFF" #
export BACKGROUND_COLOR="#E8E8E8" # Background Color
export FOREGROUND_COLOR="#292F34" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Breath Light"
# =============================================================== #
export COLOR_01="#E8E8E8" # Black (Host)
export COLOR_02="#ED1515" # Red (Syntax string)
export COLOR_03="#C0392B" # Green (Command)
export COLOR_04="#F67400" # Yellow (Command second)
export COLOR_05="#1D99F3" # Blue (Path)
export COLOR_06="#9B59B6" # Magenta (Syntax var)
export COLOR_07="#1ABC9C" # Cyan (Prompt)
export COLOR_08="#FCFCFC" # White
export COLOR_09="#7F8C8D" # Bright Black
export COLOR_10="#C0392B" # Bright Red (Command error)
export COLOR_11="#55A649" # Bright Green (Exec)
export COLOR_12="#FDBC4B" # Bright Yellow
export COLOR_13="#3DAEE9" # Bright Blue (Folder)
export COLOR_14="#8E44AD" # Bright Magenta
export COLOR_15="#16A085" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White
export BACKGROUND_COLOR="#E8E8E8" # Background
export FOREGROUND_COLOR="#292F34" # Foreground (Text)
export CURSOR_COLOR="#292F34" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#1e2229" # HOST
export COLOR_02="#ed1515" # SYNTAX_STRING
export COLOR_03="#44853a" # COMMAND
export COLOR_04="#f67400" # COMMAND_COLOR2
export COLOR_05="#1d99f3" # PATH
export COLOR_06="#9b59b6" # SYNTAX_VAR
export COLOR_07="#1abc9c" # PROMP
export COLOR_08="#fcfcfc" #
export COLOR_09="#7f8c8d" #
export COLOR_10="#c0392b" # COMMAND_ERROR
export COLOR_11="#55a649" # EXEC
export COLOR_12="#fdbc4b" #
export COLOR_13="#3daee9" # FOLDER
export COLOR_14="#8e44ad" #
export COLOR_15="#16a085" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#1e2229" # Background Color
export FOREGROUND_COLOR="#bbbbbb" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Breath Silverfox"
# =============================================================== #
export COLOR_01="#1e2229" # Black (Host)
export COLOR_02="#ed1515" # Red (Syntax string)
export COLOR_03="#44853a" # Green (Command)
export COLOR_04="#f67400" # Yellow (Command second)
export COLOR_05="#1d99f3" # Blue (Path)
export COLOR_06="#9b59b6" # Magenta (Syntax var)
export COLOR_07="#1abc9c" # Cyan (Prompt)
export COLOR_08="#fcfcfc" # White
export COLOR_09="#7f8c8d" # Bright Black
export COLOR_10="#c0392b" # Bright Red (Command error)
export COLOR_11="#55a649" # Bright Green (Exec)
export COLOR_12="#fdbc4b" # Bright Yellow
export COLOR_13="#3daee9" # Bright Blue (Folder)
export COLOR_14="#8e44ad" # Bright Magenta
export COLOR_15="#16a085" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#1e2229" # Background
export FOREGROUND_COLOR="#bbbbbb" # Foreground (Text)
export CURSOR_COLOR="#bbbbbb" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#1E2229" # HOST
export COLOR_02="#ED1515" # SYNTAX_STRING
export COLOR_03="#44853A" # COMMAND
export COLOR_04="#F67400" # COMMAND_COLOR2
export COLOR_05="#1D99F3" # PATH
export COLOR_06="#9B59B6" # SYNTAX_VAR
export COLOR_07="#1ABC9C" # PROMP
export COLOR_08="#FCFCFC" #
export COLOR_09="#7F8C8D" #
export COLOR_10="#C0392B" # COMMAND_ERROR
export COLOR_11="#55A649" # EXEC
export COLOR_12="#FDBC4B" #
export COLOR_13="#3DAEE9" # FOLDER
export COLOR_14="#8E44AD" #
export COLOR_15="#16A085" #
export COLOR_16="#FFFFFF" #
export BACKGROUND_COLOR="#1E2229" # Background Color
export FOREGROUND_COLOR="#17A88B" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Breath"
# =============================================================== #
export COLOR_01="#1E2229" # Black (Host)
export COLOR_02="#ED1515" # Red (Syntax string)
export COLOR_03="#44853A" # Green (Command)
export COLOR_04="#F67400" # Yellow (Command second)
export COLOR_05="#1D99F3" # Blue (Path)
export COLOR_06="#9B59B6" # Magenta (Syntax var)
export COLOR_07="#1ABC9C" # Cyan (Prompt)
export COLOR_08="#FCFCFC" # White
export COLOR_09="#7F8C8D" # Bright Black
export COLOR_10="#C0392B" # Bright Red (Command error)
export COLOR_11="#55A649" # Bright Green (Exec)
export COLOR_12="#FDBC4B" # Bright Yellow
export COLOR_13="#3DAEE9" # Bright Blue (Folder)
export COLOR_14="#8E44AD" # Bright Magenta
export COLOR_15="#16A085" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White
export BACKGROUND_COLOR="#1E2229" # Background
export FOREGROUND_COLOR="#17A88B" # Foreground (Text)
export CURSOR_COLOR="#17A88B" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#232627" # HOST
export COLOR_02="#ED1515" # SYNTAX_STRING
export COLOR_03="#11D116" # COMMAND
export COLOR_04="#F67400" # COMMAND_COLOR2
export COLOR_05="#1D99F3" # PATH
export COLOR_06="#9B59B6" # SYNTAX_VAR
export COLOR_07="#1ABC9C" # PROMP
export COLOR_08="#FCFCFC" #
export COLOR_09="#7F8C8D" #
export COLOR_10="#C0392B" # COMMAND_ERROR
export COLOR_11="#1CDC9A" # EXEC
export COLOR_12="#FDBC4B" #
export COLOR_13="#3DAEE9" # FOLDER
export COLOR_14="#8E44AD" #
export COLOR_15="#16A085" #
export COLOR_16="#FFFFFF" #
export BACKGROUND_COLOR="#232627" # Background Color
export FOREGROUND_COLOR="#FCFCFC" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Breeze"
# =============================================================== #
export COLOR_01="#232627" # Black (Host)
export COLOR_02="#ED1515" # Red (Syntax string)
export COLOR_03="#11D116" # Green (Command)
export COLOR_04="#F67400" # Yellow (Command second)
export COLOR_05="#1D99F3" # Blue (Path)
export COLOR_06="#9B59B6" # Magenta (Syntax var)
export COLOR_07="#1ABC9C" # Cyan (Prompt)
export COLOR_08="#FCFCFC" # White
export COLOR_09="#7F8C8D" # Bright Black
export COLOR_10="#C0392B" # Bright Red (Command error)
export COLOR_11="#1CDC9A" # Bright Green (Exec)
export COLOR_12="#FDBC4B" # Bright Yellow
export COLOR_13="#3DAEE9" # Bright Blue (Folder)
export COLOR_14="#8E44AD" # Bright Magenta
export COLOR_15="#16A085" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White
export BACKGROUND_COLOR="#232627" # Background
export FOREGROUND_COLOR="#FCFCFC" # Foreground (Text)
export CURSOR_COLOR="#FCFCFC" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#da4939" # SYNTAX_STRING
export COLOR_03="#519f50" # COMMAND
export COLOR_04="#ffd24a" # COMMAND_COLOR2
export COLOR_05="#6d9cbe" # PATH
export COLOR_06="#d0d0ff" # SYNTAX_VAR
export COLOR_07="#6e9cbe" # PROMP
export COLOR_08="#ffffff" #
export COLOR_09="#323232" #
export COLOR_10="#ff7b6b" # COMMAND_ERROR
export COLOR_11="#83d182" # EXEC
export COLOR_12="#ffff7c" #
export COLOR_13="#9fcef0" # FOLDER
export COLOR_14="#ffffff" #
export COLOR_15="#a0cef0" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#2b2b2b" # Background Color
export FOREGROUND_COLOR="#e6e1dc" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Broadcast"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#da4939" # Red (Syntax string)
export COLOR_03="#519f50" # Green (Command)
export COLOR_04="#ffd24a" # Yellow (Command second)
export COLOR_05="#6d9cbe" # Blue (Path)
export COLOR_06="#d0d0ff" # Magenta (Syntax var)
export COLOR_07="#6e9cbe" # Cyan (Prompt)
export COLOR_08="#ffffff" # White
export COLOR_09="#323232" # Bright Black
export COLOR_10="#ff7b6b" # Bright Red (Command error)
export COLOR_11="#83d182" # Bright Green (Exec)
export COLOR_12="#ffff7c" # Bright Yellow
export COLOR_13="#9fcef0" # Bright Blue (Folder)
export COLOR_14="#ffffff" # Bright Magenta
export COLOR_15="#a0cef0" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#2b2b2b" # Background
export FOREGROUND_COLOR="#e6e1dc" # Foreground (Text)
export CURSOR_COLOR="#e6e1dc" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#1f1f1f" # HOST
export COLOR_02="#f81118" # SYNTAX_STRING
export COLOR_03="#2dc55e" # COMMAND
export COLOR_04="#ecba0f" # COMMAND_COLOR2
export COLOR_05="#2a84d2" # PATH
export COLOR_06="#4e5ab7" # SYNTAX_VAR
export COLOR_07="#1081d6" # PROMP
export COLOR_08="#d6dbe5" #
export COLOR_09="#d6dbe5" #
export COLOR_10="#de352e" # COMMAND_ERROR
export COLOR_11="#1dd361" # EXEC
export COLOR_12="#f3bd09" #
export COLOR_13="#1081d6" # FOLDER
export COLOR_14="#5350b9" #
export COLOR_15="#0f7ddb" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#131313" # Background Color
export FOREGROUND_COLOR="#d6dbe5" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Brogrammer"
# =============================================================== #
export COLOR_01="#1f1f1f" # Black (Host)
export COLOR_02="#f81118" # Red (Syntax string)
export COLOR_03="#2dc55e" # Green (Command)
export COLOR_04="#ecba0f" # Yellow (Command second)
export COLOR_05="#2a84d2" # Blue (Path)
export COLOR_06="#4e5ab7" # Magenta (Syntax var)
export COLOR_07="#1081d6" # Cyan (Prompt)
export COLOR_08="#d6dbe5" # White
export COLOR_09="#d6dbe5" # Bright Black
export COLOR_10="#de352e" # Bright Red (Command error)
export COLOR_11="#1dd361" # Bright Green (Exec)
export COLOR_12="#f3bd09" # Bright Yellow
export COLOR_13="#1081d6" # Bright Blue (Folder)
export COLOR_14="#5350b9" # Bright Magenta
export COLOR_15="#0f7ddb" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#131313" # Background
export FOREGROUND_COLOR="#d6dbe5" # Foreground (Text)
export CURSOR_COLOR="#d6dbe5" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#090300" # HOST
export COLOR_02="#883932" # SYNTAX_STRING
export COLOR_03="#55a049" # COMMAND
export COLOR_04="#bfce72" # COMMAND_COLOR2
export COLOR_05="#40318d" # PATH
export COLOR_06="#8b3f96" # SYNTAX_VAR
export COLOR_07="#67b6bd" # PROMP
export COLOR_08="#ffffff" #
export COLOR_09="#000000" #
export COLOR_10="#883932" # COMMAND_ERROR
export COLOR_11="#55a049" # EXEC
export COLOR_12="#bfce72" #
export COLOR_13="#40318d" # FOLDER
export COLOR_14="#8b3f96" #
export COLOR_15="#67b6bd" #
export COLOR_16="#f7f7f7" #
export BACKGROUND_COLOR="#40318d" # Background Color
export FOREGROUND_COLOR="#7869c4" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="C64"
# =============================================================== #
export COLOR_01="#090300" # Black (Host)
export COLOR_02="#883932" # Red (Syntax string)
export COLOR_03="#55a049" # Green (Command)
export COLOR_04="#bfce72" # Yellow (Command second)
export COLOR_05="#40318d" # Blue (Path)
export COLOR_06="#8b3f96" # Magenta (Syntax var)
export COLOR_07="#67b6bd" # Cyan (Prompt)
export COLOR_08="#ffffff" # White
export COLOR_09="#000000" # Bright Black
export COLOR_10="#883932" # Bright Red (Command error)
export COLOR_11="#55a049" # Bright Green (Exec)
export COLOR_12="#bfce72" # Bright Yellow
export COLOR_13="#40318d" # Bright Blue (Folder)
export COLOR_14="#8b3f96" # Bright Magenta
export COLOR_15="#67b6bd" # Bright Cyan
export COLOR_16="#f7f7f7" # Bright White
export BACKGROUND_COLOR="#40318d" # Background
export FOREGROUND_COLOR="#7869c4" # Foreground (Text)
export CURSOR_COLOR="#7869c4" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#ca274d" # SYNTAX_STRING
export COLOR_03="#4dca27" # COMMAND
export COLOR_04="#caa427" # COMMAND_COLOR2
export COLOR_05="#274dca" # PATH
export COLOR_06="#a427ca" # SYNTAX_VAR
export COLOR_07="#27caa4" # PROMP
export COLOR_08="#808080" #
export COLOR_09="#808080" #
export COLOR_10="#e98da3" # COMMAND_ERROR
export COLOR_11="#a3e98d" # EXEC
export COLOR_12="#e9d48d" #
export COLOR_13="#8da3e9" # FOLDER
export COLOR_14="#d48de9" #
export COLOR_15="#8de9d4" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#09111a" # Background Color
export FOREGROUND_COLOR="#d9e6f2" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Cai"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#ca274d" # Red (Syntax string)
export COLOR_03="#4dca27" # Green (Command)
export COLOR_04="#caa427" # Yellow (Command second)
export COLOR_05="#274dca" # Blue (Path)
export COLOR_06="#a427ca" # Magenta (Syntax var)
export COLOR_07="#27caa4" # Cyan (Prompt)
export COLOR_08="#808080" # White
export COLOR_09="#808080" # Bright Black
export COLOR_10="#e98da3" # Bright Red (Command error)
export COLOR_11="#a3e98d" # Bright Green (Exec)
export COLOR_12="#e9d48d" # Bright Yellow
export COLOR_13="#8da3e9" # Bright Blue (Folder)
export COLOR_14="#d48de9" # Bright Magenta
export COLOR_15="#8de9d4" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#09111a" # Background
export FOREGROUND_COLOR="#d9e6f2" # Foreground (Text)
export CURSOR_COLOR="#d9e6f2" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#51576D" # Black
export COLOR_02="#E78284" # Red
export COLOR_03="#A6D189" # Green
export COLOR_04="#E5C890" # Yellow
export COLOR_05="#8CAAEE" # Blue
export COLOR_06="#F4B8E4" # Magenta
export COLOR_07="#81C8BE" # Cyan
export COLOR_08="#B5BFE2" # Light gray
export COLOR_09="#626880" # Dark gray
export COLOR_10="#E78284" # Light Red
export COLOR_11="#A6D189" # Light Green
export COLOR_12="#E5C890" # Light Yellow
export COLOR_13="#8CAAEE" # Light Blue
export COLOR_14="#F4B8E4" # Light Magenta
export COLOR_15="#81C8BE" # Light Cyan
export COLOR_16="#A5ADCE" # White
export BACKGROUND_COLOR="#303446" # Background Color
export FOREGROUND_COLOR="#C6D0F5" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Catppuccin Frappé"
# =============================================================== #
export COLOR_01="#51576D" # Black (Host)
export COLOR_02="#E78284" # Red (Syntax string)
export COLOR_03="#A6D189" # Green (Command)
export COLOR_04="#E5C890" # Yellow (Command second)
export COLOR_05="#8CAAEE" # Blue (Path)
export COLOR_06="#F4B8E4" # Magenta (Syntax var)
export COLOR_07="#81C8BE" # Cyan (Prompt)
export COLOR_08="#B5BFE2" # White
export COLOR_09="#626880" # Bright Black
export COLOR_10="#E78284" # Bright Red (Command error)
export COLOR_11="#A6D189" # Bright Green (Exec)
export COLOR_12="#E5C890" # Bright Yellow
export COLOR_13="#8CAAEE" # Bright Blue (Folder)
export COLOR_14="#F4B8E4" # Bright Magenta
export COLOR_15="#81C8BE" # Bright Cyan
export COLOR_16="#A5ADCE" # Bright White
export BACKGROUND_COLOR="#303446" # Background
export FOREGROUND_COLOR="#C6D0F5" # Foreground (Text)
export CURSOR_COLOR="#C6D0F5" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#5C5F77" # Black
export COLOR_02="#D20F39" # Red
export COLOR_03="#40A02B" # Green
export COLOR_04="#DF8E1D" # Yellow
export COLOR_05="#1E66F5" # Blue
export COLOR_06="#EA76CB" # Magenta
export COLOR_07="#179299" # Cyan
export COLOR_08="#ACB0BE" # Light gray
export COLOR_09="#6C6F85" # Dark gray
export COLOR_10="#D20F39" # Light Red
export COLOR_11="#40A02B" # Light Green
export COLOR_12="#DF8E1D" # Light Yellow
export COLOR_13="#1E66F5" # Light Blue
export COLOR_14="#EA76CB" # Light Magenta
export COLOR_15="#179299" # Light Cyan
export COLOR_16="#BCC0CC" # White
export BACKGROUND_COLOR="#EFF1F5" # Background Color
export FOREGROUND_COLOR="#4C4F69" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Catppuccin Latte"
# =============================================================== #
export COLOR_01="#5C5F77" # Black (Host)
export COLOR_02="#D20F39" # Red (Syntax string)
export COLOR_03="#40A02B" # Green (Command)
export COLOR_04="#DF8E1D" # Yellow (Command second)
export COLOR_05="#1E66F5" # Blue (Path)
export COLOR_06="#EA76CB" # Magenta (Syntax var)
export COLOR_07="#179299" # Cyan (Prompt)
export COLOR_08="#ACB0BE" # White
export COLOR_09="#6C6F85" # Bright Black
export COLOR_10="#D20F39" # Bright Red (Command error)
export COLOR_11="#40A02B" # Bright Green (Exec)
export COLOR_12="#DF8E1D" # Bright Yellow
export COLOR_13="#1E66F5" # Bright Blue (Folder)
export COLOR_14="#EA76CB" # Bright Magenta
export COLOR_15="#179299" # Bright Cyan
export COLOR_16="#BCC0CC" # Bright White
export BACKGROUND_COLOR="#EFF1F5" # Background
export FOREGROUND_COLOR="#4C4F69" # Foreground (Text)
export CURSOR_COLOR="#4C4F69" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#494D64" # Black
export COLOR_02="#ED8796" # Red
export COLOR_03="#A6DA95" # Green
export COLOR_04="#EED49F" # Yellow
export COLOR_05="#8AADF4" # Blue
export COLOR_06="#F5BDE6" # Magenta
export COLOR_07="#8BD5CA" # Cyan
export COLOR_08="#B8C0E0" # Light gray
export COLOR_09="#5B6078" # Dark gray
export COLOR_10="#ED8796" # Light Red
export COLOR_11="#A6DA95" # Light Green
export COLOR_12="#EED49F" # Light Yellow
export COLOR_13="#8AADF4" # Light Blue
export COLOR_14="#F5BDE6" # Light Magenta
export COLOR_15="#8BD5CA" # Light Cyan
export COLOR_16="#A5ADCB" # White
export BACKGROUND_COLOR="#24273A" # Background Color
export FOREGROUND_COLOR="#CAD3F5" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Catppuccin Macchiato"
# =============================================================== #
export COLOR_01="#494D64" # Black (Host)
export COLOR_02="#ED8796" # Red (Syntax string)
export COLOR_03="#A6DA95" # Green (Command)
export COLOR_04="#EED49F" # Yellow (Command second)
export COLOR_05="#8AADF4" # Blue (Path)
export COLOR_06="#F5BDE6" # Magenta (Syntax var)
export COLOR_07="#8BD5CA" # Cyan (Prompt)
export COLOR_08="#B8C0E0" # White
export COLOR_09="#5B6078" # Bright Black
export COLOR_10="#ED8796" # Bright Red (Command error)
export COLOR_11="#A6DA95" # Bright Green (Exec)
export COLOR_12="#EED49F" # Bright Yellow
export COLOR_13="#8AADF4" # Bright Blue (Folder)
export COLOR_14="#F5BDE6" # Bright Magenta
export COLOR_15="#8BD5CA" # Bright Cyan
export COLOR_16="#A5ADCB" # Bright White
export BACKGROUND_COLOR="#24273A" # Background
export FOREGROUND_COLOR="#CAD3F5" # Foreground (Text)
export CURSOR_COLOR="#CAD3F5" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#45475A" # Black
export COLOR_02="#F38BA8" # Red
export COLOR_03="#A6E3A1" # Green
export COLOR_04="#F9E2AF" # Yellow
export COLOR_05="#89B4FA" # Blue
export COLOR_06="#F5C2E7" # Magenta
export COLOR_07="#94E2D5" # Cyan
export COLOR_08="#BAC2DE" # Light gray
export COLOR_09="#585B70" # Dark gray
export COLOR_10="#F38BA8" # Light Red
export COLOR_11="#A6E3A1" # Light Green
export COLOR_12="#F9E2AF" # Light Yellow
export COLOR_13="#89B4FA" # Light Blue
export COLOR_14="#F5C2E7" # Light Magenta
export COLOR_15="#94E2D5" # Light Cyan
export COLOR_16="#A6ADC8" # White
export BACKGROUND_COLOR="#1e1e2e" # Background Color
export FOREGROUND_COLOR="#cdd6f4" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Catppuccin Mocha"
# =============================================================== #
export COLOR_01="#45475A" # Black (Host)
export COLOR_02="#F38BA8" # Red (Syntax string)
export COLOR_03="#A6E3A1" # Green (Command)
export COLOR_04="#F9E2AF" # Yellow (Command second)
export COLOR_05="#89B4FA" # Blue (Path)
export COLOR_06="#F5C2E7" # Magenta (Syntax var)
export COLOR_07="#94E2D5" # Cyan (Prompt)
export COLOR_08="#BAC2DE" # White
export COLOR_09="#585B70" # Bright Black
export COLOR_10="#F38BA8" # Bright Red (Command error)
export COLOR_11="#A6E3A1" # Bright Green (Exec)
export COLOR_12="#F9E2AF" # Bright Yellow
export COLOR_13="#89B4FA" # Bright Blue (Folder)
export COLOR_14="#F5C2E7" # Bright Magenta
export COLOR_15="#94E2D5" # Bright Cyan
export COLOR_16="#A6ADC8" # Bright White
export BACKGROUND_COLOR="#1e1e2e" # Background
export FOREGROUND_COLOR="#cdd6f4" # Foreground (Text)
export CURSOR_COLOR="#cdd6f4" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#646464" # HOST
export COLOR_02="#F58E8E" # SYNTAX_STRING
export COLOR_03="#A9D3AB" # COMMAND
export COLOR_04="#FED37E" # COMMAND_COLOR2
export COLOR_05="#7AABD4" # PATH
export COLOR_06="#D6ADD5" # SYNTAX_VAR
export COLOR_07="#79D4D5" # PROMP
export COLOR_08="#D4D4D4" #
export COLOR_09="#646464" #
export COLOR_10="#F58E8E" # COMMAND_ERROR
export COLOR_11="#A9D3AB" # EXEC
export COLOR_12="#FED37E" #
export COLOR_13="#7AABD4" # FOLDER
export COLOR_14="#D6ADD5" #
export COLOR_15="#79D4D5" #
export COLOR_16="#D4D4D4" #
export BACKGROUND_COLOR="#2D2D2D" # Background Color
export FOREGROUND_COLOR="#D4D4D4" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Chalk"
# =============================================================== #
export COLOR_01="#646464" # Black (Host)
export COLOR_02="#F58E8E" # Red (Syntax string)
export COLOR_03="#A9D3AB" # Green (Command)
export COLOR_04="#FED37E" # Yellow (Command second)
export COLOR_05="#7AABD4" # Blue (Path)
export COLOR_06="#D6ADD5" # Magenta (Syntax var)
export COLOR_07="#79D4D5" # Cyan (Prompt)
export COLOR_08="#D4D4D4" # White
export COLOR_09="#646464" # Bright Black
export COLOR_10="#F58E8E" # Bright Red (Command error)
export COLOR_11="#A9D3AB" # Bright Green (Exec)
export COLOR_12="#FED37E" # Bright Yellow
export COLOR_13="#7AABD4" # Bright Blue (Folder)
export COLOR_14="#D6ADD5" # Bright Magenta
export COLOR_15="#79D4D5" # Bright Cyan
export COLOR_16="#D4D4D4" # Bright White
export BACKGROUND_COLOR="#2D2D2D" # Background
export FOREGROUND_COLOR="#D4D4D4" # Foreground (Text)
export CURSOR_COLOR="#D4D4D4" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#c37372" # SYNTAX_STRING
export COLOR_03="#72c373" # COMMAND
export COLOR_04="#c2c372" # COMMAND_COLOR2
export COLOR_05="#7372c3" # PATH
export COLOR_06="#c372c2" # SYNTAX_VAR
export COLOR_07="#72c2c3" # PROMP
export COLOR_08="#d9d9d9" #
export COLOR_09="#323232" #
export COLOR_10="#dbaaaa" # COMMAND_ERROR
export COLOR_11="#aadbaa" # EXEC
export COLOR_12="#dadbaa" #
export COLOR_13="#aaaadb" # FOLDER
export COLOR_14="#dbaada" #
export COLOR_15="#aadadb" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#29262f" # Background Color
export FOREGROUND_COLOR="#d9e6f2" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Chalkboard"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#c37372" # Red (Syntax string)
export COLOR_03="#72c373" # Green (Command)
export COLOR_04="#c2c372" # Yellow (Command second)
export COLOR_05="#7372c3" # Blue (Path)
export COLOR_06="#c372c2" # Magenta (Syntax var)
export COLOR_07="#72c2c3" # Cyan (Prompt)
export COLOR_08="#d9d9d9" # White
export COLOR_09="#323232" # Bright Black
export COLOR_10="#dbaaaa" # Bright Red (Command error)
export COLOR_11="#aadbaa" # Bright Green (Exec)
export COLOR_12="#dadbaa" # Bright Yellow
export COLOR_13="#aaaadb" # Bright Blue (Folder)
export COLOR_14="#dbaada" # Bright Magenta
export COLOR_15="#aadadb" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#29262f" # Background
export FOREGROUND_COLOR="#d9e6f2" # Foreground (Text)
export CURSOR_COLOR="#d9e6f2" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#2C2C2C" # HOST
export COLOR_02="#CC231C" # SYNTAX_STRING
export COLOR_03="#689D69" # COMMAND
export COLOR_04="#D79922" # COMMAND_COLOR2
export COLOR_05="#366B71" # PATH
export COLOR_06="#4E5165" # SYNTAX_VAR
export COLOR_07="#458587" # PROMP
export COLOR_08="#C8BB97" #
export COLOR_09="#777777" #
export COLOR_10="#CC231C" # COMMAND_ERROR
export COLOR_11="#689D69" # EXEC
export COLOR_12="#D79922" #
export COLOR_13="#366B71" # FOLDER
export COLOR_14="#4E5165" #
export COLOR_15="#458587" #
export COLOR_16="#C8BB97" #
export BACKGROUND_COLOR="#2C2C2C" # Background Color
export FOREGROUND_COLOR="#DEDEDE" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Chameleon"
# =============================================================== #
export COLOR_01="#2C2C2C" # Black (Host)
export COLOR_02="#CC231C" # Red (Syntax string)
export COLOR_03="#689D69" # Green (Command)
export COLOR_04="#D79922" # Yellow (Command second)
export COLOR_05="#366B71" # Blue (Path)
export COLOR_06="#4E5165" # Magenta (Syntax var)
export COLOR_07="#458587" # Cyan (Prompt)
export COLOR_08="#C8BB97" # White
export COLOR_09="#777777" # Bright Black
export COLOR_10="#CC231C" # Bright Red (Command error)
export COLOR_11="#689D69" # Bright Green (Exec)
export COLOR_12="#D79922" # Bright Yellow
export COLOR_13="#366B71" # Bright Blue (Folder)
export COLOR_14="#4E5165" # Bright Magenta
export COLOR_15="#458587" # Bright Cyan
export COLOR_16="#C8BB97" # Bright White
export BACKGROUND_COLOR="#2C2C2C" # Background
export FOREGROUND_COLOR="#DEDEDE" # Foreground (Text)
export CURSOR_COLOR="#DEDEDE" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#181818" # HOST
export COLOR_02="#810009" # SYNTAX_STRING
export COLOR_03="#48513b" # COMMAND
export COLOR_04="#cc8b3f" # COMMAND_COLOR2
export COLOR_05="#576d8c" # PATH
export COLOR_06="#724d7c" # SYNTAX_VAR
export COLOR_07="#5c4f4b" # PROMP
export COLOR_08="#aea47f" #
export COLOR_09="#555555" #
export COLOR_10="#ac3835" # COMMAND_ERROR
export COLOR_11="#a6a75d" # EXEC
export COLOR_12="#dcdf7c" #
export COLOR_13="#3097c6" # FOLDER
export COLOR_14="#d33061" #
export COLOR_15="#f3dbb2" #
export COLOR_16="#f4f4f4" #
export BACKGROUND_COLOR="#191c27" # Background Color
export FOREGROUND_COLOR="#aea47a" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Ciapre"
# =============================================================== #
export COLOR_01="#181818" # Black (Host)
export COLOR_02="#810009" # Red (Syntax string)
export COLOR_03="#48513b" # Green (Command)
export COLOR_04="#cc8b3f" # Yellow (Command second)
export COLOR_05="#576d8c" # Blue (Path)
export COLOR_06="#724d7c" # Magenta (Syntax var)
export COLOR_07="#5c4f4b" # Cyan (Prompt)
export COLOR_08="#aea47f" # White
export COLOR_09="#555555" # Bright Black
export COLOR_10="#ac3835" # Bright Red (Command error)
export COLOR_11="#a6a75d" # Bright Green (Exec)
export COLOR_12="#dcdf7c" # Bright Yellow
export COLOR_13="#3097c6" # Bright Blue (Folder)
export COLOR_14="#d33061" # Bright Magenta
export COLOR_15="#f3dbb2" # Bright Cyan
export COLOR_16="#f4f4f4" # Bright White
export BACKGROUND_COLOR="#191c27" # Background
export FOREGROUND_COLOR="#aea47a" # Foreground (Text)
export CURSOR_COLOR="#aea47a" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#2E3436" # Black
export COLOR_02="#CC0000" # Red
export COLOR_03="#4E9A06" # Green
export COLOR_04="#C4A000" # Yellow
export COLOR_05="#3465A4" # Blue
export COLOR_06="#75507B" # Cyan
export COLOR_07="#06989A" # Magenta
export COLOR_08="#D3D7CF" # Light gray
export PROFILE_NAME="Clone Of Ubuntu"
export COLOR_09="#555753" # Dark gray
export COLOR_10="#EF2929" # Light Red
export COLOR_11="#8AE234" # Light Green
export COLOR_12="#FCE94F" # Light Yellow
export COLOR_13="#729FCF" # Light Blue
export COLOR_14="#AD7FA8" # Light Cyan
export COLOR_15="#34E2E2" # Light Magenta
export COLOR_16="#EEEEEC" # White
export COLOR_01="#2E3436" # Black (Host)
export COLOR_02="#CC0000" # Red (Syntax string)
export COLOR_03="#4E9A06" # Green (Command)
export COLOR_04="#C4A000" # Yellow (Command second)
export COLOR_05="#3465A4" # Blue (Path)
export COLOR_06="#75507B" # Magenta (Syntax var)
export COLOR_07="#06989A" # Cyan (Prompt)
export COLOR_08="#D3D7CF" # White
export BACKGROUND_COLOR="#300a24" # Background Color
export FOREGROUND_COLOR="#ffffff" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Clone of Ubuntu"
# =============================================
export COLOR_09="#555753" # Bright Black
export COLOR_10="#EF2929" # Bright Red (Command error)
export COLOR_11="#8AE234" # Bright Green (Exec)
export COLOR_12="#FCE94F" # Bright Yellow
export COLOR_13="#729FCF" # Bright Blue (Folder)
export COLOR_14="#AD7FA8" # Bright Magenta
export COLOR_15="#34E2E2" # Bright Cyan
export COLOR_16="#EEEEEC" # Bright White
export BACKGROUND_COLOR="#300a24" # Background
export FOREGROUND_COLOR="#ffffff" # Foreground (Text)
export CURSOR_COLOR="#ffffff" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#f8282a" # SYNTAX_STRING
export COLOR_03="#328a5d" # COMMAND
export COLOR_04="#fa701d" # COMMAND_COLOR2
export COLOR_05="#135cd0" # PATH
export COLOR_06="#9f00bd" # SYNTAX_VAR
export COLOR_07="#33c3c1" # PROMP
export COLOR_08="#b3b3b3" #
export PROFILE_NAME="Clrs"
export COLOR_09="#555753" #
export COLOR_10="#fb0416" # COMMAND_ERROR
export COLOR_11="#2cc631" # EXEC
export COLOR_12="#fdd727" #
export COLOR_13="#1670ff" # FOLDER
export COLOR_14="#e900b0" #
export COLOR_15="#3ad5ce" #
export COLOR_16="#eeeeec" #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#f8282a" # Red (Syntax string)
export COLOR_03="#328a5d" # Green (Command)
export COLOR_04="#fa701d" # Yellow (Command second)
export COLOR_05="#135cd0" # Blue (Path)
export COLOR_06="#9f00bd" # Magenta (Syntax var)
export COLOR_07="#33c3c1" # Cyan (Prompt)
export COLOR_08="#b3b3b3" # White
export BACKGROUND_COLOR="#ffffff" # Background Color
export FOREGROUND_COLOR="#262626" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="CLRS"
# =============================================================== #
export COLOR_09="#555753" # Bright Black
export COLOR_10="#fb0416" # Bright Red (Command error)
export COLOR_11="#2cc631" # Bright Green (Exec)
export COLOR_12="#fdd727" # Bright Yellow
export COLOR_13="#1670ff" # Bright Blue (Folder)
export COLOR_14="#e900b0" # Bright Magenta
export COLOR_15="#3ad5ce" # Bright Cyan
export COLOR_16="#eeeeec" # Bright White
export BACKGROUND_COLOR="#ffffff" # Background
export FOREGROUND_COLOR="#262626" # Foreground (Text)
export CURSOR_COLOR="#262626" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

49
themes/cobalt-2.sh Executable file
View File

@ -0,0 +1,49 @@
#!/usr/bin/env bash
export PROFILE_NAME="Cobalt 2"
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#ff0000" # Red (Syntax string)
export COLOR_03="#38de21" # Green (Command)
export COLOR_04="#ffe50a" # Yellow (Command second)
export COLOR_05="#1460d2" # Blue (Path)
export COLOR_06="#ff005d" # Magenta (Syntax var)
export COLOR_07="#00bbbb" # Cyan (Prompt)
export COLOR_08="#bbbbbb" # White
export COLOR_09="#555555" # Bright Black
export COLOR_10="#f40e17" # Bright Red (Command error)
export COLOR_11="#3bd01d" # Bright Green (Exec)
export COLOR_12="#edc809" # Bright Yellow
export COLOR_13="#5555ff" # Bright Blue (Folder)
export COLOR_14="#ff55ff" # Bright Magenta
export COLOR_15="#6ae3fa" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#132738" # Background
export FOREGROUND_COLOR="#ffffff" # Foreground (Text)
export CURSOR_COLOR="#ffffff" # Cursor
# | ===========================================================================
# | 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/Gogh-Co/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

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#142631" # HOST
export COLOR_02="#ff2320" # SYNTAX_STRING
export COLOR_03="#3ba5ff" # COMMAND
export COLOR_04="#e9e75c" # COMMAND_COLOR2
export COLOR_05="#8ff586" # PATH
export COLOR_06="#781aa0" # SYNTAX_VAR
export COLOR_07="#8ff586" # PROMP
export COLOR_08="#ba46b2" #
export COLOR_09="#fff688" #
export COLOR_10="#d4312e" # COMMAND_ERROR
export COLOR_11="#8ff586" # EXEC
export COLOR_12="#e9f06d" #
export COLOR_13="#3c7dd2" # FOLDER
export COLOR_14="#8230a7" #
export COLOR_15="#6cbc67" #
export COLOR_16="#8ff586" #
export BACKGROUND_COLOR="#142838" # Background Color
export FOREGROUND_COLOR="#8ff586" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Cobalt Neon"
# =============================================================== #
export COLOR_01="#142631" # Black (Host)
export COLOR_02="#ff2320" # Red (Syntax string)
export COLOR_03="#3ba5ff" # Green (Command)
export COLOR_04="#e9e75c" # Yellow (Command second)
export COLOR_05="#8ff586" # Blue (Path)
export COLOR_06="#781aa0" # Magenta (Syntax var)
export COLOR_07="#8ff586" # Cyan (Prompt)
export COLOR_08="#ba46b2" # White
export COLOR_09="#fff688" # Bright Black
export COLOR_10="#d4312e" # Bright Red (Command error)
export COLOR_11="#8ff586" # Bright Green (Exec)
export COLOR_12="#e9f06d" # Bright Yellow
export COLOR_13="#3c7dd2" # Bright Blue (Folder)
export COLOR_14="#8230a7" # Bright Magenta
export COLOR_15="#6cbc67" # Bright Cyan
export COLOR_16="#8ff586" # Bright White
export BACKGROUND_COLOR="#142838" # Background
export FOREGROUND_COLOR="#8ff586" # Foreground (Text)
export CURSOR_COLOR="#8ff586" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,55 +0,0 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#ff0000" # SYNTAX_STRING
export COLOR_03="#38de21" # COMMAND
export COLOR_04="#ffe50a" # COMMAND_COLOR2
export COLOR_05="#1460d2" # PATH
export COLOR_06="#ff005d" # SYNTAX_VAR
export COLOR_07="#00bbbb" # PROMP
export COLOR_08="#bbbbbb" #
export COLOR_09="#555555" #
export COLOR_10="#f40e17" # COMMAND_ERROR
export COLOR_11="#3bd01d" # EXEC
export COLOR_12="#edc809" #
export COLOR_13="#5555ff" # FOLDER
export COLOR_14="#ff55ff" #
export COLOR_15="#6ae3fa" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#132738" # Background Color
export FOREGROUND_COLOR="#ffffff" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Cobalt 2"
# =============================================================== #
# =============================================================== #
# | 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/Gogh-Co/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

View File

@ -1,38 +1,33 @@
#!/usr/bin/env bash
# colorcli theme from https://github.com/jonasjacek/colorcli
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST (black - system)
export COLOR_02="#D70000" # SYNTAX_STRING (red3)
export COLOR_03="#5FAF00" # COMMAND (Chartreuse3)
export COLOR_04="#5FAF00" # COMMAND_COLOR2 (Chartreuse3)
export COLOR_05="#005F87" # PATH (deepskyblue4)
export COLOR_06="#D70000" # SYNTAX_VAR (red3)
export COLOR_07="#5F5F5F" # PROMPT (gray37)
export COLOR_08="#E4E4E4" # (gray89)
export COLOR_09="#5F5F5F" # Dark gray (gray37)
export COLOR_10="#D70000" # COMMAND_ERROR (red3)
export COLOR_11="#5F5F5F" # EXEC (gray37)
export COLOR_12="#FFFF00" # Light Yellow (yellow1)
export COLOR_13="#0087AF" # Light Blue (deepskyblue3)
export COLOR_14="#0087AF" # Light Magenta (deepskyblue3)
export COLOR_15="#0087AF" # Light Cyan (deepskyblue3)
export COLOR_16="#FFFFFF" # White (white - system)
export BACKGROUND_COLOR="#FFFFFF" # Background Color
export FOREGROUND_COLOR="#005F87" # Foreground Color (text - deepskyblue4)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export HIGHLIGHT_FG_COLOR="#0087AF" # Text color within highlight (deepskyblue3)
export HIGHLIGHT_BG_COLOR="#BCBCBC" # Highlight color (gray74)
export USE_SYS_TRANSPARENCY="false"
export PROFILE_NAME="Colorcli"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#D70000" # Red (Syntax string)
export COLOR_03="#5FAF00" # Green (Command)
export COLOR_04="#5FAF00" # Yellow (Command second)
export COLOR_05="#005F87" # Blue (Path)
export COLOR_06="#D70000" # Magenta (Syntax var)
export COLOR_07="#5F5F5F" # Cyan (Prompt)
export COLOR_08="#E4E4E4" # White
# =============================================================== #
export COLOR_09="#5F5F5F" # Bright Black
export COLOR_10="#D70000" # Bright Red (Command error)
export COLOR_11="#5F5F5F" # Bright Green (Exec)
export COLOR_12="#FFFF00" # Bright Yellow
export COLOR_13="#0087AF" # Bright Blue (Folder)
export COLOR_14="#0087AF" # Bright Magenta
export COLOR_15="#0087AF" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White
export BACKGROUND_COLOR="#FFFFFF" # Background
export FOREGROUND_COLOR="#005F87" # Foreground (Text)
export CURSOR_COLOR="#005F87" # Cursor
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"
@ -44,10 +39,11 @@ 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"
else
if command -v curl >/dev/null 2>&1; then
if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash
bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
elif command -v wget >/dev/null 2>&1; then
else
# Linux ships with wget
bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi
fi

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#2b1b1d" # HOST
export COLOR_02="#91002b" # SYNTAX_STRING
export COLOR_03="#579524" # COMMAND
export COLOR_04="#ab311b" # COMMAND_COLOR2
export COLOR_05="#8c87b0" # PATH
export COLOR_06="#692f50" # SYNTAX_VAR
export COLOR_07="#e8a866" # PROMP
export COLOR_08="#68525a" #
export COLOR_09="#3d2b2e" #
export COLOR_10="#c5255d" # COMMAND_ERROR
export COLOR_11="#8dff57" # EXEC
export COLOR_12="#c8381d" #
export COLOR_13="#cfc9ff" # FOLDER
export COLOR_14="#fc6cba" #
export COLOR_15="#ffceaf" #
export COLOR_16="#b0949d" #
export BACKGROUND_COLOR="#150707" # Background Color
export FOREGROUND_COLOR="#68525a" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Crayon Pony Fish"
# =============================================================== #
export COLOR_01="#2b1b1d" # Black (Host)
export COLOR_02="#91002b" # Red (Syntax string)
export COLOR_03="#579524" # Green (Command)
export COLOR_04="#ab311b" # Yellow (Command second)
export COLOR_05="#8c87b0" # Blue (Path)
export COLOR_06="#692f50" # Magenta (Syntax var)
export COLOR_07="#e8a866" # Cyan (Prompt)
export COLOR_08="#68525a" # White
export COLOR_09="#3d2b2e" # Bright Black
export COLOR_10="#c5255d" # Bright Red (Command error)
export COLOR_11="#8dff57" # Bright Green (Exec)
export COLOR_12="#c8381d" # Bright Yellow
export COLOR_13="#cfc9ff" # Bright Blue (Folder)
export COLOR_14="#fc6cba" # Bright Magenta
export COLOR_15="#ffceaf" # Bright Cyan
export COLOR_16="#b0949d" # Bright White
export BACKGROUND_COLOR="#150707" # Background
export FOREGROUND_COLOR="#68525a" # Foreground (Text)
export CURSOR_COLOR="#68525a" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#ff5555" # SYNTAX_STRING
export COLOR_03="#55ff55" # COMMAND
export COLOR_04="#ffff55" # COMMAND_COLOR2
export COLOR_05="#5555ff" # PATH
export COLOR_06="#ff55ff" # SYNTAX_VAR
export COLOR_07="#55ffff" # PROMP
export COLOR_08="#bbbbbb" #
export COLOR_09="#555555" #
export COLOR_10="#ff5555" # COMMAND_ERROR
export COLOR_11="#55ff55" # EXEC
export COLOR_12="#ffff55" #
export COLOR_13="#5555ff" # FOLDER
export COLOR_14="#ff55ff" #
export COLOR_15="#55ffff" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#000000" # Background Color
export FOREGROUND_COLOR="#ffffff" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Dark Pastel"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#ff5555" # Red (Syntax string)
export COLOR_03="#55ff55" # Green (Command)
export COLOR_04="#ffff55" # Yellow (Command second)
export COLOR_05="#5555ff" # Blue (Path)
export COLOR_06="#ff55ff" # Magenta (Syntax var)
export COLOR_07="#55ffff" # Cyan (Prompt)
export COLOR_08="#bbbbbb" # White
export COLOR_09="#555555" # Bright Black
export COLOR_10="#ff5555" # Bright Red (Command error)
export COLOR_11="#55ff55" # Bright Green (Exec)
export COLOR_12="#ffff55" # Bright Yellow
export COLOR_13="#5555ff" # Bright Blue (Folder)
export COLOR_14="#ff55ff" # Bright Magenta
export COLOR_15="#55ffff" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#000000" # Background
export FOREGROUND_COLOR="#ffffff" # Foreground (Text)
export CURSOR_COLOR="#ffffff" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#e8341c" # SYNTAX_STRING
export COLOR_03="#68c256" # COMMAND
export COLOR_04="#f2d42c" # COMMAND_COLOR2
export COLOR_05="#1c98e8" # PATH
export COLOR_06="#8e69c9" # SYNTAX_VAR
export COLOR_07="#1c98e8" # PROMP
export COLOR_08="#bababa" #
export COLOR_09="#000000" #
export COLOR_10="#e05a4f" # COMMAND_ERROR
export COLOR_11="#77b869" # EXEC
export COLOR_12="#efd64b" #
export COLOR_13="#387cd3" # FOLDER
export COLOR_14="#957bbe" #
export COLOR_15="#3d97e2" #
export COLOR_16="#bababa" #
export BACKGROUND_COLOR="#222324" # Background Color
export FOREGROUND_COLOR="#bababa" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Darkside"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#e8341c" # Red (Syntax string)
export COLOR_03="#68c256" # Green (Command)
export COLOR_04="#f2d42c" # Yellow (Command second)
export COLOR_05="#1c98e8" # Blue (Path)
export COLOR_06="#8e69c9" # Magenta (Syntax var)
export COLOR_07="#1c98e8" # Cyan (Prompt)
export COLOR_08="#bababa" # White
export COLOR_09="#000000" # Bright Black
export COLOR_10="#e05a4f" # Bright Red (Command error)
export COLOR_11="#77b869" # Bright Green (Exec)
export COLOR_12="#efd64b" # Bright Yellow
export COLOR_13="#387cd3" # Bright Blue (Folder)
export COLOR_14="#957bbe" # Bright Magenta
export COLOR_15="#3d97e2" # Bright Cyan
export COLOR_16="#bababa" # Bright White
export BACKGROUND_COLOR="#222324" # Background
export FOREGROUND_COLOR="#bababa" # Foreground (Text)
export CURSOR_COLOR="#bababa" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#333333" # Black
export COLOR_02="#ff5555" # Red
export COLOR_03="#5fd38d" # Green
export COLOR_04="#ff9955" # Yellow
export COLOR_05="#3771c8" # Blue
export COLOR_06="#bc5fd3" # Magenta
export COLOR_07="#5fd3bc" # Cyan
export COLOR_08="#999999" # Light gray
export PROFILE_NAME="Dehydration"
export COLOR_09="#666666" # Dark gray
export COLOR_10="#ff8080" # Light Red
export COLOR_11="#87deaa" # Light Green
export COLOR_12="#ffb380" # Light Yellow
export COLOR_13="#5f8dd3" # Light Blue
export COLOR_14="#cd87de" # Light Magenta
export COLOR_15="#87decd" # Light Cyan
export COLOR_16="#cccccc" # White
export COLOR_01="#333333" # Black (Host)
export COLOR_02="#ff5555" # Red (Syntax string)
export COLOR_03="#5fd38d" # Green (Command)
export COLOR_04="#ff9955" # Yellow (Command second)
export COLOR_05="#3771c8" # Blue (Path)
export COLOR_06="#bc5fd3" # Magenta (Syntax var)
export COLOR_07="#5fd3bc" # Cyan (Prompt)
export COLOR_08="#999999" # White
export BACKGROUND_COLOR="$COLOR_01" # Background Color
export FOREGROUND_COLOR="$COLOR_16" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="DeHydration"
# =============================================================== #
export COLOR_09="#666666" # Bright Black
export COLOR_10="#ff8080" # Bright Red (Command error)
export COLOR_11="#87deaa" # Bright Green (Exec)
export COLOR_12="#ffb380" # Bright Yellow
export COLOR_13="#5f8dd3" # Bright Blue (Folder)
export COLOR_14="#cd87de" # Bright Magenta
export COLOR_15="#87decd" # Bright Cyan
export COLOR_16="#cccccc" # Bright White
export BACKGROUND_COLOR="#333333" # Background
export FOREGROUND_COLOR="#cccccc" # Foreground (Text)
export CURSOR_COLOR="#cccccc" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#4d4d4d" # HOST
export COLOR_02="#ff2b2b" # SYNTAX_STRING
export COLOR_03="#98fb98" # COMMAND
export COLOR_04="#f0e68c" # COMMAND_COLOR2
export COLOR_05="#cd853f" # PATH
export COLOR_06="#ffdead" # SYNTAX_VAR
export COLOR_07="#ffa0a0" # PROMP
export COLOR_08="#f5deb3" #
export COLOR_09="#555555" #
export COLOR_10="#ff5555" # COMMAND_ERROR
export COLOR_11="#55ff55" # EXEC
export COLOR_12="#ffff55" #
export COLOR_13="#87ceff" # FOLDER
export COLOR_14="#ff55ff" #
export COLOR_15="#ffd700" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#333333" # Background Color
export FOREGROUND_COLOR="#ffffff" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Desert"
# =============================================================== #
export COLOR_01="#4d4d4d" # Black (Host)
export COLOR_02="#ff2b2b" # Red (Syntax string)
export COLOR_03="#98fb98" # Green (Command)
export COLOR_04="#f0e68c" # Yellow (Command second)
export COLOR_05="#cd853f" # Blue (Path)
export COLOR_06="#ffdead" # Magenta (Syntax var)
export COLOR_07="#ffa0a0" # Cyan (Prompt)
export COLOR_08="#f5deb3" # White
export COLOR_09="#555555" # Bright Black
export COLOR_10="#ff5555" # Bright Red (Command error)
export COLOR_11="#55ff55" # Bright Green (Exec)
export COLOR_12="#ffff55" # Bright Yellow
export COLOR_13="#87ceff" # Bright Blue (Folder)
export COLOR_14="#ff55ff" # Bright Magenta
export COLOR_15="#ffd700" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#333333" # Background
export FOREGROUND_COLOR="#ffffff" # Foreground (Text)
export CURSOR_COLOR="#ffffff" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#3a3d43" # HOST
export COLOR_02="#be3f48" # SYNTAX_STRING
export COLOR_03="#879a3b" # COMMAND
export COLOR_04="#c5a635" # COMMAND_COLOR2
export COLOR_05="#4f76a1" # PATH
export COLOR_06="#855c8d" # SYNTAX_VAR
export COLOR_07="#578fa4" # PROMP
export COLOR_08="#b9bcba" #
export COLOR_09="#888987" #
export COLOR_10="#fb001f" # COMMAND_ERROR
export COLOR_11="#0f722f" # EXEC
export COLOR_12="#c47033" #
export COLOR_13="#186de3" # FOLDER
export COLOR_14="#fb0067" #
export COLOR_15="#2e706d" #
export COLOR_16="#fdffb9" #
export BACKGROUND_COLOR="#1f1f1f" # Background Color
export FOREGROUND_COLOR="#b9bcba" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Dimmed Monokai"
# =============================================================== #
export COLOR_01="#3a3d43" # Black (Host)
export COLOR_02="#be3f48" # Red (Syntax string)
export COLOR_03="#879a3b" # Green (Command)
export COLOR_04="#c5a635" # Yellow (Command second)
export COLOR_05="#4f76a1" # Blue (Path)
export COLOR_06="#855c8d" # Magenta (Syntax var)
export COLOR_07="#578fa4" # Cyan (Prompt)
export COLOR_08="#b9bcba" # White
export COLOR_09="#888987" # Bright Black
export COLOR_10="#fb001f" # Bright Red (Command error)
export COLOR_11="#0f722f" # Bright Green (Exec)
export COLOR_12="#c47033" # Bright Yellow
export COLOR_13="#186de3" # Bright Blue (Folder)
export COLOR_14="#fb0067" # Bright Magenta
export COLOR_15="#2e706d" # Bright Cyan
export COLOR_16="#fdffb9" # Bright White
export BACKGROUND_COLOR="#1f1f1f" # Background
export FOREGROUND_COLOR="#b9bcba" # Foreground (Text)
export CURSOR_COLOR="#b9bcba" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/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"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#dc322f" # Red (Syntax string)
export COLOR_03="#56db3a" # Green (Command)
export COLOR_04="#ff8400" # Yellow (Command second)
export COLOR_05="#0084d4" # Blue (Path)
export COLOR_06="#b729d9" # Magenta (Syntax var)
export COLOR_07="#ccccff" # Cyan (Prompt)
export COLOR_08="#ffffff" # White
export COLOR_09="#d6dbe5" # Bright Black
export COLOR_10="#dc322f" # Bright Red (Command error)
export COLOR_11="#56db3a" # Bright Green (Exec)
export COLOR_12="#ff8400" # Bright Yellow
export COLOR_13="#0084d4" # Bright Blue (Folder)
export COLOR_14="#b729d9" # Bright Magenta
export COLOR_15="#ccccff" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#000000" # Background
export FOREGROUND_COLOR="#ffffff" # Foreground (Text)
export CURSOR_COLOR="#dc322f" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#44475a" # HOST
export COLOR_02="#ff5555" # SYNTAX_STRING
export COLOR_03="#50fa7b" # COMMAND
export COLOR_04="#ffb86c" # COMMAND_COLOR2
export COLOR_05="#8be9fd" # PATH
export COLOR_06="#bd93f9" # SYNTAX_VAR
export COLOR_07="#ff79c6" # PROMP
export COLOR_08="#94A3A5" #
export COLOR_09="#000000" #
export COLOR_10="#ff5555" # COMMAND_ERROR
export COLOR_11="#50fa7b" # EXEC
export COLOR_12="#ffb86c" #
export COLOR_13="#8be9fd" # FOLDER
export COLOR_14="#bd93f9" #
export COLOR_15="#ff79c6" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#282a36" # Background Color
export FOREGROUND_COLOR="#94A3A5" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Dracula"
# =============================================================== #
export COLOR_01="#44475a" # Black (Host)
export COLOR_02="#ff5555" # Red (Syntax string)
export COLOR_03="#50fa7b" # Green (Command)
export COLOR_04="#ffb86c" # Yellow (Command second)
export COLOR_05="#8be9fd" # Blue (Path)
export COLOR_06="#bd93f9" # Magenta (Syntax var)
export COLOR_07="#ff79c6" # Cyan (Prompt)
export COLOR_08="#94A3A5" # White
export COLOR_09="#000000" # Bright Black
export COLOR_10="#ff5555" # Bright Red (Command error)
export COLOR_11="#50fa7b" # Bright Green (Exec)
export COLOR_12="#ffb86c" # Bright Yellow
export COLOR_13="#8be9fd" # Bright Blue (Folder)
export COLOR_14="#bd93f9" # Bright Magenta
export COLOR_15="#ff79c6" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#282a36" # Background
export FOREGROUND_COLOR="#94A3A5" # Foreground (Text)
export CURSOR_COLOR="#94A3A5" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#121418" # HOST
export COLOR_02="#c94234" # SYNTAX_STRING
export COLOR_03="#85c54c" # COMMAND
export COLOR_04="#f5ae2e" # COMMAND_COLOR2
export COLOR_05="#1398b9" # PATH
export COLOR_06="#d0633d" # SYNTAX_VAR
export COLOR_07="#509552" # PROMP
export COLOR_08="#e5c6aa" #
export COLOR_09="#675f54" #
export COLOR_10="#ff645a" # COMMAND_ERROR
export COLOR_11="#98e036" # EXEC
export COLOR_12="#e0d561" #
export COLOR_13="#5fdaff" # FOLDER
export COLOR_14="#ff9269" #
export COLOR_15="#84f088" #
export COLOR_16="#f6f7ec" #
export BACKGROUND_COLOR="#292520" # Background Color
export FOREGROUND_COLOR="#e5c7a9" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Earthsong"
# =============================================================== #
export COLOR_01="#121418" # Black (Host)
export COLOR_02="#c94234" # Red (Syntax string)
export COLOR_03="#85c54c" # Green (Command)
export COLOR_04="#f5ae2e" # Yellow (Command second)
export COLOR_05="#1398b9" # Blue (Path)
export COLOR_06="#d0633d" # Magenta (Syntax var)
export COLOR_07="#509552" # Cyan (Prompt)
export COLOR_08="#e5c6aa" # White
export COLOR_09="#675f54" # Bright Black
export COLOR_10="#ff645a" # Bright Red (Command error)
export COLOR_11="#98e036" # Bright Green (Exec)
export COLOR_12="#e0d561" # Bright Yellow
export COLOR_13="#5fdaff" # Bright Blue (Folder)
export COLOR_14="#ff9269" # Bright Magenta
export COLOR_15="#84f088" # Bright Cyan
export COLOR_16="#f6f7ec" # Bright White
export BACKGROUND_COLOR="#292520" # Background
export FOREGROUND_COLOR="#e5c7a9" # Foreground (Text)
export CURSOR_COLOR="#e5c7a9" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#3c3c30" # HOST
export COLOR_02="#98290f" # SYNTAX_STRING
export COLOR_03="#479a43" # COMMAND
export COLOR_04="#7f7111" # COMMAND_COLOR2
export COLOR_05="#497f7d" # PATH
export COLOR_06="#7f4e2f" # SYNTAX_VAR
export COLOR_07="#387f58" # PROMP
export COLOR_08="#807974" #
export COLOR_09="#555445" #
export COLOR_10="#e0502a" # COMMAND_ERROR
export COLOR_11="#61e070" # EXEC
export COLOR_12="#d69927" #
export COLOR_13="#79d9d9" # FOLDER
export COLOR_14="#cd7c54" #
export COLOR_15="#59d599" #
export COLOR_16="#fff1e9" #
export BACKGROUND_COLOR="#22211d" # Background Color
export FOREGROUND_COLOR="#807a74" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Elemental"
# =============================================================== #
export COLOR_01="#3c3c30" # Black (Host)
export COLOR_02="#98290f" # Red (Syntax string)
export COLOR_03="#479a43" # Green (Command)
export COLOR_04="#7f7111" # Yellow (Command second)
export COLOR_05="#497f7d" # Blue (Path)
export COLOR_06="#7f4e2f" # Magenta (Syntax var)
export COLOR_07="#387f58" # Cyan (Prompt)
export COLOR_08="#807974" # White
export COLOR_09="#555445" # Bright Black
export COLOR_10="#e0502a" # Bright Red (Command error)
export COLOR_11="#61e070" # Bright Green (Exec)
export COLOR_12="#d69927" # Bright Yellow
export COLOR_13="#79d9d9" # Bright Blue (Folder)
export COLOR_14="#cd7c54" # Bright Magenta
export COLOR_15="#59d599" # Bright Cyan
export COLOR_16="#fff1e9" # Bright White
export BACKGROUND_COLOR="#22211d" # Background
export FOREGROUND_COLOR="#807a74" # Foreground (Text)
export CURSOR_COLOR="#807a74" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#303030" # HOST
export COLOR_02="#e1321a" # SYNTAX_STRING
export COLOR_03="#6ab017" # COMMAND
export COLOR_04="#ffc005" # COMMAND_COLOR2
export COLOR_05="#004f9e" # PATH
export COLOR_06="#ec0048" # SYNTAX_VAR
export COLOR_07="#2aa7e7" # PROMP
export COLOR_08="#f2f2f2" #
export COLOR_09="#5d5d5d" #
export COLOR_10="#ff361e" # COMMAND_ERROR
export COLOR_11="#7bc91f" # EXEC
export COLOR_12="#ffd00a" #
export COLOR_13="#0071ff" # FOLDER
export COLOR_14="#ff1d62" #
export COLOR_15="#4bb8fd" #
export COLOR_16="#a020f0" #
export BACKGROUND_COLOR="#101010" # Background Color
export FOREGROUND_COLOR="#f2f2f2" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Elementary"
# =============================================================== #
export COLOR_01="#303030" # Black (Host)
export COLOR_02="#e1321a" # Red (Syntax string)
export COLOR_03="#6ab017" # Green (Command)
export COLOR_04="#ffc005" # Yellow (Command second)
export COLOR_05="#004f9e" # Blue (Path)
export COLOR_06="#ec0048" # Magenta (Syntax var)
export COLOR_07="#2aa7e7" # Cyan (Prompt)
export COLOR_08="#f2f2f2" # White
export COLOR_09="#5d5d5d" # Bright Black
export COLOR_10="#ff361e" # Bright Red (Command error)
export COLOR_11="#7bc91f" # Bright Green (Exec)
export COLOR_12="#ffd00a" # Bright Yellow
export COLOR_13="#0071ff" # Bright Blue (Folder)
export COLOR_14="#ff1d62" # Bright Magenta
export COLOR_15="#4bb8fd" # Bright Cyan
export COLOR_16="#a020f0" # Bright White
export BACKGROUND_COLOR="#101010" # Background
export FOREGROUND_COLOR="#f2f2f2" # Foreground (Text)
export CURSOR_COLOR="#f2f2f2" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#303030" # HOST
export COLOR_02="#e1321a" # SYNTAX_STRING
export COLOR_03="#6ab017" # COMMAND
export COLOR_04="#ffc005" # COMMAND_COLOR2
export COLOR_05="#729FCF" # PATH
export COLOR_06="#ec0048" # SYNTAX_VAR
export COLOR_07="#f2f2f2" # PROMP
export COLOR_08="#2aa7e7" #
export COLOR_09="#5d5d5d" #
export COLOR_10="#ff361e" # COMMAND_ERROR
export COLOR_11="#7bc91f" # EXEC
export COLOR_12="#ffd00a" #
export COLOR_13="#0071ff" # FOLDER
export COLOR_14="#ff1d62" #
export COLOR_15="#4bb8fd" #
export COLOR_16="#a020f0" #
export BACKGROUND_COLOR="#4A453E" # Background Color
export FOREGROUND_COLOR="#f2f2f2" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Elic"
# =============================================================== #
export COLOR_01="#303030" # Black (Host)
export COLOR_02="#e1321a" # Red (Syntax string)
export COLOR_03="#6ab017" # Green (Command)
export COLOR_04="#ffc005" # Yellow (Command second)
export COLOR_05="#729FCF" # Blue (Path)
export COLOR_06="#ec0048" # Magenta (Syntax var)
export COLOR_07="#f2f2f2" # Cyan (Prompt)
export COLOR_08="#2aa7e7" # White
export COLOR_09="#5d5d5d" # Bright Black
export COLOR_10="#ff361e" # Bright Red (Command error)
export COLOR_11="#7bc91f" # Bright Green (Exec)
export COLOR_12="#ffd00a" # Bright Yellow
export COLOR_13="#0071ff" # Bright Blue (Folder)
export COLOR_14="#ff1d62" # Bright Magenta
export COLOR_15="#4bb8fd" # Bright Cyan
export COLOR_16="#a020f0" # Bright White
export BACKGROUND_COLOR="#4A453E" # Background
export FOREGROUND_COLOR="#f2f2f2" # Foreground (Text)
export CURSOR_COLOR="#f2f2f2" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#303030" # HOST
export COLOR_02="#e1321a" # SYNTAX_STRING
export COLOR_03="#6ab017" # COMMAND
export COLOR_04="#ffc005" # COMMAND_COLOR2
export COLOR_05="#729FCF" # PATH
export COLOR_06="#ec0048" # SYNTAX_VAR
export COLOR_07="#2aa7e7" # PROMP
export COLOR_08="#f2f2f2" #
export COLOR_09="#5d5d5d" #
export COLOR_10="#ff361e" # COMMAND_ERROR
export COLOR_11="#7bc91f" # EXEC
export COLOR_12="#ffd00a" #
export COLOR_13="#0071ff" # FOLDER
export COLOR_14="#ff1d62" #
export COLOR_15="#4bb8fd" #
export COLOR_16="#a020f0" #
export BACKGROUND_COLOR="#041A3B" # Background Color
export FOREGROUND_COLOR="#f2f2f2" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Elio"
# =============================================================== #
export COLOR_01="#303030" # Black (Host)
export COLOR_02="#e1321a" # Red (Syntax string)
export COLOR_03="#6ab017" # Green (Command)
export COLOR_04="#ffc005" # Yellow (Command second)
export COLOR_05="#729FCF" # Blue (Path)
export COLOR_06="#ec0048" # Magenta (Syntax var)
export COLOR_07="#2aa7e7" # Cyan (Prompt)
export COLOR_08="#f2f2f2" # White
export COLOR_09="#5d5d5d" # Bright Black
export COLOR_10="#ff361e" # Bright Red (Command error)
export COLOR_11="#7bc91f" # Bright Green (Exec)
export COLOR_12="#ffd00a" # Bright Yellow
export COLOR_13="#0071ff" # Bright Blue (Folder)
export COLOR_14="#ff1d62" # Bright Magenta
export COLOR_15="#4bb8fd" # Bright Cyan
export COLOR_16="#a020f0" # Bright White
export BACKGROUND_COLOR="#041A3B" # Background
export FOREGROUND_COLOR="#f2f2f2" # Foreground (Text)
export CURSOR_COLOR="#f2f2f2" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#cc0000" # SYNTAX_STRING
export COLOR_03="#1a921c" # COMMAND
export COLOR_04="#f0e53a" # COMMAND_COLOR2
export COLOR_05="#0066ff" # PATH
export COLOR_06="#c5656b" # SYNTAX_VAR
export COLOR_07="#06989a" # PROMP
export COLOR_08="#d3d7cf" #
export COLOR_09="#555753" #
export COLOR_10="#ef2929" # COMMAND_ERROR
export COLOR_11="#9aff87" # EXEC
export COLOR_12="#fffb5c" #
export COLOR_13="#43a8ed" # FOLDER
export COLOR_14="#ff818a" #
export COLOR_15="#34e2e2" #
export COLOR_16="#eeeeec" #
export BACKGROUND_COLOR="#2a211c" # Background Color
export FOREGROUND_COLOR="#b8a898" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Espresso Libre"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#cc0000" # Red (Syntax string)
export COLOR_03="#1a921c" # Green (Command)
export COLOR_04="#f0e53a" # Yellow (Command second)
export COLOR_05="#0066ff" # Blue (Path)
export COLOR_06="#c5656b" # Magenta (Syntax var)
export COLOR_07="#06989a" # Cyan (Prompt)
export COLOR_08="#d3d7cf" # White
export COLOR_09="#555753" # Bright Black
export COLOR_10="#ef2929" # Bright Red (Command error)
export COLOR_11="#9aff87" # Bright Green (Exec)
export COLOR_12="#fffb5c" # Bright Yellow
export COLOR_13="#43a8ed" # Bright Blue (Folder)
export COLOR_14="#ff818a" # Bright Magenta
export COLOR_15="#34e2e2" # Bright Cyan
export COLOR_16="#eeeeec" # Bright White
export BACKGROUND_COLOR="#2a211c" # Background
export FOREGROUND_COLOR="#b8a898" # Foreground (Text)
export CURSOR_COLOR="#b8a898" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#353535" # HOST
export COLOR_02="#d25252" # SYNTAX_STRING
export COLOR_03="#a5c261" # COMMAND
export COLOR_04="#ffc66d" # COMMAND_COLOR2
export COLOR_05="#6c99bb" # PATH
export COLOR_06="#d197d9" # SYNTAX_VAR
export COLOR_07="#bed6ff" # PROMP
export COLOR_08="#eeeeec" #
export COLOR_09="#535353" #
export COLOR_10="#f00c0c" # COMMAND_ERROR
export COLOR_11="#c2e075" # EXEC
export COLOR_12="#e1e48b" #
export COLOR_13="#8ab7d9" # FOLDER
export COLOR_14="#efb5f7" #
export COLOR_15="#dcf4ff" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#323232" # Background Color
export FOREGROUND_COLOR="#ffffff" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Espresso"
# =============================================================== #
export COLOR_01="#353535" # Black (Host)
export COLOR_02="#d25252" # Red (Syntax string)
export COLOR_03="#a5c261" # Green (Command)
export COLOR_04="#ffc66d" # Yellow (Command second)
export COLOR_05="#6c99bb" # Blue (Path)
export COLOR_06="#d197d9" # Magenta (Syntax var)
export COLOR_07="#bed6ff" # Cyan (Prompt)
export COLOR_08="#eeeeec" # White
export COLOR_09="#535353" # Bright Black
export COLOR_10="#f00c0c" # Bright Red (Command error)
export COLOR_11="#c2e075" # Bright Green (Exec)
export COLOR_12="#e1e48b" # Bright Yellow
export COLOR_13="#8ab7d9" # Bright Blue (Folder)
export COLOR_14="#efb5f7" # Bright Magenta
export COLOR_15="#dcf4ff" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#323232" # Background
export FOREGROUND_COLOR="#ffffff" # Foreground (Text)
export CURSOR_COLOR="#ffffff" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#232A2D" # Black
export COLOR_02="#E57474" # Red
export COLOR_03="#8CCF7E" # Green
export COLOR_04="#E5C76B" # Yellow
export COLOR_05="#67B0E8" # Blue
export COLOR_06="#C47FD5" # Magenta
export COLOR_07="#6CBFBF" # Cyan
export COLOR_08="#B3B9B8" # Light gray
export COLOR_09="#2D3437" # Dark gray
export COLOR_10="#EF7E7E" # Light Red
export COLOR_11="#96D988" # Light Green
export COLOR_12="#F4D67A" # Light Yellow
export COLOR_13="#71BAF2" # Light Blue
export COLOR_14="#CE89DF" # Light Magenta
export COLOR_15="#67CBE7" # Light Cyan
export COLOR_16="#BDC3C2" # White
export BACKGROUND_COLOR="#141B1E" # Background Color
export FOREGROUND_COLOR="#DADADA" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Everblush"
# =============================================================== #
export COLOR_01="#232A2D" # Black (Host)
export COLOR_02="#E57474" # Red (Syntax string)
export COLOR_03="#8CCF7E" # Green (Command)
export COLOR_04="#E5C76B" # Yellow (Command second)
export COLOR_05="#67B0E8" # Blue (Path)
export COLOR_06="#C47FD5" # Magenta (Syntax var)
export COLOR_07="#6CBFBF" # Cyan (Prompt)
export COLOR_08="#B3B9B8" # White
export COLOR_09="#2D3437" # Bright Black
export COLOR_10="#EF7E7E" # Bright Red (Command error)
export COLOR_11="#96D988" # Bright Green (Exec)
export COLOR_12="#F4D67A" # Bright Yellow
export COLOR_13="#71BAF2" # Bright Blue (Folder)
export COLOR_14="#CE89DF" # Bright Magenta
export COLOR_15="#67CBE7" # Bright Cyan
export COLOR_16="#BDC3C2" # Bright White
export BACKGROUND_COLOR="#141B1E" # Background
export FOREGROUND_COLOR="#DADADA" # Foreground (Text)
export CURSOR_COLOR="#DADADA" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#4B565C" # Black
export COLOR_02="#E67E80" # Red
export COLOR_03="#A7C080" # Green
export COLOR_04="#DBBC7F" # Yellow
export COLOR_05="#7FBBB3" # Blue
export COLOR_06="#D699B6" # Magenta
export COLOR_07="#83C092" # Cyan
export COLOR_08="#D3C6AA" # Light gray
export COLOR_09="#5C6A72" # Dark gray
export COLOR_10="#F85552" # Light Red
export COLOR_11="#8DA101" # Light Green
export COLOR_12="#DFA000" # Light Yellow
export COLOR_13="#3A94C5" # Light Blue
export COLOR_14="#DF69BA" # Light Magenta
export COLOR_15="#35A77C" # Light Cyan
export COLOR_16="#DFDDC8" # White
export BACKGROUND_COLOR="#2F383E" # Background Color
export FOREGROUND_COLOR="#D3C6AA" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Everforest Dark"
# =============================================================== #
export COLOR_01="#4B565C" # Black (Host)
export COLOR_02="#E67E80" # Red (Syntax string)
export COLOR_03="#A7C080" # Green (Command)
export COLOR_04="#DBBC7F" # Yellow (Command second)
export COLOR_05="#7FBBB3" # Blue (Path)
export COLOR_06="#D699B6" # Magenta (Syntax var)
export COLOR_07="#83C092" # Cyan (Prompt)
export COLOR_08="#D3C6AA" # White
export COLOR_09="#5C6A72" # Bright Black
export COLOR_10="#F85552" # Bright Red (Command error)
export COLOR_11="#8DA101" # Bright Green (Exec)
export COLOR_12="#DFA000" # Bright Yellow
export COLOR_13="#3A94C5" # Bright Blue (Folder)
export COLOR_14="#DF69BA" # Bright Magenta
export COLOR_15="#35A77C" # Bright Cyan
export COLOR_16="#DFDDC8" # Bright White
export BACKGROUND_COLOR="#2F383E" # Background
export FOREGROUND_COLOR="#D3C6AA" # Foreground (Text)
export CURSOR_COLOR="#D3C6AA" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#5C6A72" # Black
export COLOR_02="#F85552" # Red
export COLOR_03="#8DA101" # Green
export COLOR_04="#DFA000" # Yellow
export COLOR_05="#3A94C5" # Blue
export COLOR_06="#DF69BA" # Magenta
export COLOR_07="#35A77C" # Cyan
export COLOR_08="#DFDDC8" # Light gray
export COLOR_09="#4B565C" # Dark gray
export COLOR_10="#E67E80" # Light Red
export COLOR_11="#A7C080" # Light Green
export COLOR_12="#DBBC7F" # Light Yellow
export COLOR_13="#7FBBB3" # Light Blue
export COLOR_14="#D699B6" # Light Magenta
export COLOR_15="#83C092" # Light Cyan
export COLOR_16="#D3C6AA" # White
export BACKGROUND_COLOR="#FDF6E3" # Background Color
export FOREGROUND_COLOR="#5C6A72" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Everforest Light"
# =============================================================== #
export COLOR_01="#5C6A72" # Black (Host)
export COLOR_02="#F85552" # Red (Syntax string)
export COLOR_03="#8DA101" # Green (Command)
export COLOR_04="#DFA000" # Yellow (Command second)
export COLOR_05="#3A94C5" # Blue (Path)
export COLOR_06="#DF69BA" # Magenta (Syntax var)
export COLOR_07="#35A77C" # Cyan (Prompt)
export COLOR_08="#DFDDC8" # White
export COLOR_09="#4B565C" # Bright Black
export COLOR_10="#E67E80" # Bright Red (Command error)
export COLOR_11="#A7C080" # Bright Green (Exec)
export COLOR_12="#DBBC7F" # Bright Yellow
export COLOR_13="#7FBBB3" # Bright Blue (Folder)
export COLOR_14="#D699B6" # Bright Magenta
export COLOR_15="#83C092" # Bright Cyan
export COLOR_16="#D3C6AA" # Bright White
export BACKGROUND_COLOR="#FDF6E3" # Background
export FOREGROUND_COLOR="#5C6A72" # Foreground (Text)
export CURSOR_COLOR="#5C6A72" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

49
themes/fairy-floss-dark.sh Executable file
View File

@ -0,0 +1,49 @@
#!/usr/bin/env bash
export PROFILE_NAME="Fairy Floss Dark"
export COLOR_01="#42395D" # Black (Host)
export COLOR_02="#A8757B" # Red (Syntax string)
export COLOR_03="#FF857F" # Green (Command)
export COLOR_04="#E6C000" # Yellow (Command second)
export COLOR_05="#AE81FF" # Blue (Path)
export COLOR_06="#716799" # Magenta (Syntax var)
export COLOR_07="#C2FFDF" # Cyan (Prompt)
export COLOR_08="#F8F8F2" # White
export COLOR_09="#75507B" # Bright Black
export COLOR_10="#FFB8D1" # Bright Red (Command error)
export COLOR_11="#F1568E" # Bright Green (Exec)
export COLOR_12="#D5A425" # Bright Yellow
export COLOR_13="#C5A3FF" # Bright Blue (Folder)
export COLOR_14="#8077A8" # Bright Magenta
export COLOR_15="#C2FFFF" # Bright Cyan
export COLOR_16="#F8F8F0" # Bright White
export BACKGROUND_COLOR="#42395D" # Background
export FOREGROUND_COLOR="#C2FFDF" # Foreground (Text)
export CURSOR_COLOR="#FFB8D1" # Cursor
# | ===========================================================================
# | 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/Gogh-Co/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

49
themes/fairy-floss.sh Executable file
View File

@ -0,0 +1,49 @@
#!/usr/bin/env bash
export PROFILE_NAME="Fairy Floss"
export COLOR_01="#42395D" # Black (Host)
export COLOR_02="#A8757B" # Red (Syntax string)
export COLOR_03="#FF857F" # Green (Command)
export COLOR_04="#E6C000" # Yellow (Command second)
export COLOR_05="#AE81FF" # Blue (Path)
export COLOR_06="#716799" # Magenta (Syntax var)
export COLOR_07="#C2FFDF" # Cyan (Prompt)
export COLOR_08="#F8F8F2" # White
export COLOR_09="#75507B" # Bright Black
export COLOR_10="#FFB8D1" # Bright Red (Command error)
export COLOR_11="#F1568E" # Bright Green (Exec)
export COLOR_12="#D5A425" # Bright Yellow
export COLOR_13="#C5A3FF" # Bright Blue (Folder)
export COLOR_14="#8077A8" # Bright Magenta
export COLOR_15="#C2FFFF" # Bright Cyan
export COLOR_16="#F8F8F0" # Bright White
export BACKGROUND_COLOR="#5A5475" # Background
export FOREGROUND_COLOR="#C2FFDF" # Foreground (Text)
export CURSOR_COLOR="#FFB8D1" # Cursor
# | ===========================================================================
# | 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/Gogh-Co/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

View File

@ -1,55 +0,0 @@
#!/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_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 PROFILE_NAME="Fairy Floss"
# =============================================================== #
# =============================================================== #
# | 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/Gogh-Co/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

View File

@ -1,55 +0,0 @@
#!/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_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 PROFILE_NAME="Fairy Floss Dark"
# =============================================================== #
# =============================================================== #
# | 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/Gogh-Co/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

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#03073c" # HOST
export COLOR_02="#c6004a" # SYNTAX_STRING
export COLOR_03="#acf157" # COMMAND
export COLOR_04="#fecd5e" # COMMAND_COLOR2
export COLOR_05="#525fb8" # PATH
export COLOR_06="#986f82" # SYNTAX_VAR
export COLOR_07="#968763" # PROMP
export COLOR_08="#ecf0fc" #
export COLOR_09="#6c5b30" #
export COLOR_10="#da4b8a" # COMMAND_ERROR
export COLOR_11="#dbffa9" # EXEC
export COLOR_12="#fee6a9" #
export COLOR_13="#b2befa" # FOLDER
export COLOR_14="#fda5cd" #
export COLOR_15="#a5bd86" #
export COLOR_16="#f6ffec" #
export BACKGROUND_COLOR="#232537" # Background Color
export FOREGROUND_COLOR="#ecf0fe" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Fishtank"
# =============================================================== #
export COLOR_01="#03073c" # Black (Host)
export COLOR_02="#c6004a" # Red (Syntax string)
export COLOR_03="#acf157" # Green (Command)
export COLOR_04="#fecd5e" # Yellow (Command second)
export COLOR_05="#525fb8" # Blue (Path)
export COLOR_06="#986f82" # Magenta (Syntax var)
export COLOR_07="#968763" # Cyan (Prompt)
export COLOR_08="#ecf0fc" # White
export COLOR_09="#6c5b30" # Bright Black
export COLOR_10="#da4b8a" # Bright Red (Command error)
export COLOR_11="#dbffa9" # Bright Green (Exec)
export COLOR_12="#fee6a9" # Bright Yellow
export COLOR_13="#b2befa" # Bright Blue (Folder)
export COLOR_14="#fda5cd" # Bright Magenta
export COLOR_15="#a5bd86" # Bright Cyan
export COLOR_16="#f6ffec" # Bright White
export BACKGROUND_COLOR="#232537" # Background
export FOREGROUND_COLOR="#ecf0fe" # Foreground (Text)
export CURSOR_COLOR="#ecf0fe" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#1F2229" # Black
export COLOR_02="#D41919" # Red
export COLOR_03="#5EBDAB" # Green
export COLOR_04="#FEA44C" # Yellow
export COLOR_05="#367bf0" # Blue
export COLOR_06="#BF2E5D" # Magenta
export COLOR_07="#49AEE6" # Cyan
export COLOR_08="#E6E6E6" # Light gray
export COLOR_09="#8C42AB" # Dark gray
export COLOR_10="#EC0101" # Light Red
export COLOR_11="#47D4B9" # Light Green
export COLOR_12="#FF8A18" # Light Yellow
export COLOR_13="#277FFF" # Light Blue
export COLOR_14="#D71655" # Light Magenta
export COLOR_15="#05A1F7" # Light Cyan
export COLOR_16="#FFFFFF" # White
export BACKGROUND_COLOR="#272a34" # Background Color
export FOREGROUND_COLOR="#FFFFFF" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Flat Remix"
# =============================================================== #
export COLOR_01="#1F2229" # Black (Host)
export COLOR_02="#D41919" # Red (Syntax string)
export COLOR_03="#5EBDAB" # Green (Command)
export COLOR_04="#FEA44C" # Yellow (Command second)
export COLOR_05="#367bf0" # Blue (Path)
export COLOR_06="#BF2E5D" # Magenta (Syntax var)
export COLOR_07="#49AEE6" # Cyan (Prompt)
export COLOR_08="#E6E6E6" # White
export COLOR_09="#8C42AB" # Bright Black
export COLOR_10="#EC0101" # Bright Red (Command error)
export COLOR_11="#47D4B9" # Bright Green (Exec)
export COLOR_12="#FF8A18" # Bright Yellow
export COLOR_13="#277FFF" # Bright Blue (Folder)
export COLOR_14="#D71655" # Bright Magenta
export COLOR_15="#05A1F7" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White
export BACKGROUND_COLOR="#272a34" # Background
export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text)
export CURSOR_COLOR="#FFFFFF" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#2c3e50" # HOST
export COLOR_02="#c0392b" # SYNTAX_STRING
export COLOR_03="#27ae60" # COMMAND
export COLOR_04="#f39c12" # COMMAND_COLOR2
export COLOR_05="#2980b9" # PATH
export COLOR_06="#8e44ad" # SYNTAX_VAR
export COLOR_07="#16a085" # PROMP
export COLOR_08="#bdc3c7" #
export COLOR_09="#34495e" #
export COLOR_10="#e74c3c" # COMMAND_ERROR
export COLOR_11="#2ecc71" # EXEC
export COLOR_12="#f1c40f" #
export COLOR_13="#3498db" # FOLDER
export COLOR_14="#9b59b6" #
export COLOR_15="#2AA198" #
export COLOR_16="#ecf0f1" #
export BACKGROUND_COLOR="#1F2D3A" # Background Color
export FOREGROUND_COLOR="#1abc9c" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Flat"
# =============================================================== #
export COLOR_01="#2c3e50" # Black (Host)
export COLOR_02="#c0392b" # Red (Syntax string)
export COLOR_03="#27ae60" # Green (Command)
export COLOR_04="#f39c12" # Yellow (Command second)
export COLOR_05="#2980b9" # Blue (Path)
export COLOR_06="#8e44ad" # Magenta (Syntax var)
export COLOR_07="#16a085" # Cyan (Prompt)
export COLOR_08="#bdc3c7" # White
export COLOR_09="#34495e" # Bright Black
export COLOR_10="#e74c3c" # Bright Red (Command error)
export COLOR_11="#2ecc71" # Bright Green (Exec)
export COLOR_12="#f1c40f" # Bright Yellow
export COLOR_13="#3498db" # Bright Blue (Folder)
export COLOR_14="#9b59b6" # Bright Magenta
export COLOR_15="#2AA198" # Bright Cyan
export COLOR_16="#ecf0f1" # Bright White
export BACKGROUND_COLOR="#1F2D3A" # Background
export FOREGROUND_COLOR="#1abc9c" # Foreground (Text)
export CURSOR_COLOR="#1abc9c" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#1d1d19" # HOST
export COLOR_02="#f18339" # SYNTAX_STRING
export COLOR_03="#9fd364" # COMMAND
export COLOR_04="#f4ef6d" # COMMAND_COLOR2
export COLOR_05="#5096be" # PATH
export COLOR_06="#695abc" # SYNTAX_VAR
export COLOR_07="#d63865" # PROMP
export COLOR_08="#ffffff" #
export COLOR_09="#1d1d19" #
export COLOR_10="#d22a24" # COMMAND_ERROR
export COLOR_11="#a7d42c" # EXEC
export COLOR_12="#ff8949" #
export COLOR_13="#61b9d0" # FOLDER
export COLOR_14="#695abc" #
export COLOR_15="#d63865" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#1d1f21" # Background Color
export FOREGROUND_COLOR="#b8dbef" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Flatland"
# =============================================================== #
export COLOR_01="#1d1d19" # Black (Host)
export COLOR_02="#f18339" # Red (Syntax string)
export COLOR_03="#9fd364" # Green (Command)
export COLOR_04="#f4ef6d" # Yellow (Command second)
export COLOR_05="#5096be" # Blue (Path)
export COLOR_06="#695abc" # Magenta (Syntax var)
export COLOR_07="#d63865" # Cyan (Prompt)
export COLOR_08="#ffffff" # White
export COLOR_09="#1d1d19" # Bright Black
export COLOR_10="#d22a24" # Bright Red (Command error)
export COLOR_11="#a7d42c" # Bright Green (Exec)
export COLOR_12="#ff8949" # Bright Yellow
export COLOR_13="#61b9d0" # Bright Blue (Folder)
export COLOR_14="#695abc" # Bright Magenta
export COLOR_15="#d63865" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#1d1f21" # Background
export FOREGROUND_COLOR="#b8dbef" # Foreground (Text)
export CURSOR_COLOR="#b8dbef" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,40 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#2A2A2E" # HOST | Black russian | list-text-color | maybe
export COLOR_02="#B98EFF" # SYNTAX_STRING | Medium purple | html-attribute-value
export COLOR_03="#FF7DE9" # COMMAND | Orchid | html-attribute-name
export COLOR_04="#729FCF" # COMMAND_COLOR2 | Jordy blue | html-tag
export COLOR_05="#66A05B" # PATH | De york | html-comment and doctype
export COLOR_06="#75507B" # SYNTAX_VAR | Hot purple (import) list-bg-color | maybe
export COLOR_07="#ACACAE" # PROMP | Dark grey | html-tag-angle-brackets
export COLOR_08="#FFFFFF" # White | active list-bg (probably)
export COLOR_09="#A40000" # UNKNOWN | Tomato
export COLOR_10="#BF4040" # COMMAND_ERROR | Valencia (grep highlight)
export COLOR_11="#66A05B" # EXEC | same as PATH (De york) (maybe)
export COLOR_12="#FFB86C" # UNKNOWN | Rajah
export COLOR_13="#729FCF" # FOLDER | Jordy blue | active:html-brackets/parenthesis
export COLOR_14="#8F5902" # Mandalay | special sort of-files (probably)
export COLOR_15="#C4A000" # (maybe) | Lemon
export COLOR_16="#5C3566" # UNKNOWN | Honey flower
export BACKGROUND_COLOR="#2A2A2E" # Background Color | Black russian | true
export FOREGROUND_COLOR="#D7D7DB" # Text | Fuscous grey | html-tag-content
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Foxnightly"
# =============================================
# Mainly inspired by firefox developer/nightly (58) inspector theme
# Font: Hack or Liberation Mono Regular | 9 (font-size)
# Allow bold text
# Cursor shape: Block or Underline (if Hack — Block else Underline)
# Show menubar by default in new terminals — turn off (unchecked)
# Bold color: Same as text color (as you wish — checked/unchecked)
export COLOR_01="#2A2A2E" # Black (Host)
export COLOR_02="#B98EFF" # Red (Syntax string)
export COLOR_03="#FF7DE9" # Green (Command)
export COLOR_04="#729FCF" # Yellow (Command second)
export COLOR_05="#66A05B" # Blue (Path)
export COLOR_06="#75507B" # Magenta (Syntax var)
export COLOR_07="#ACACAE" # Cyan (Prompt)
export COLOR_08="#FFFFFF" # White
# =============================================================== #
export COLOR_09="#A40000" # Bright Black
export COLOR_10="#BF4040" # Bright Red (Command error)
export COLOR_11="#66A05B" # Bright Green (Exec)
export COLOR_12="#FFB86C" # Bright Yellow
export COLOR_13="#729FCF" # Bright Blue (Folder)
export COLOR_14="#8F5902" # Bright Magenta
export COLOR_15="#C4A000" # Bright Cyan
export COLOR_16="#5C3566" # Bright White
export BACKGROUND_COLOR="#2A2A2E" # Background
export FOREGROUND_COLOR="#D7D7DB" # Foreground (Text)
export CURSOR_COLOR="#D7D7DB" # Cursor
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ==================== CONFIG THIS ========================================= #
export COLOR_01="#073642" # HOST
export COLOR_02="#dc322f" # SYNTAX_STRING
export COLOR_03="#859900" # COMMAND
export COLOR_04="#b58900" # COMMAND_COLOR2
export COLOR_05="#268bd2" # PATH
export COLOR_06="#ec0048" # SYNTAX_VAR
export COLOR_07="#2aa198" # PROMP
export COLOR_08="#94a3a5"
export COLOR_09="#586e75"
export COLOR_10="#cb4b16" # COMMAND_ERROR
export COLOR_11="#859900" # EXEC
export COLOR_12="#b58900"
export COLOR_13="#268bd2" # FOLDER
export COLOR_14="#d33682"
export COLOR_15="#2aa198"
export COLOR_16="#6c71c4"
export BACKGROUND_COLOR="#252e32" # Background Color
export FOREGROUND_COLOR="#94a3a5" # Text
export CURSOR_COLOR="#839496" # Cursor
export PROFILE_NAME="Freya"
# ===================== END CONFIG ======================================= #
export COLOR_01="#073642" # Black (Host)
export COLOR_02="#dc322f" # Red (Syntax string)
export COLOR_03="#859900" # Green (Command)
export COLOR_04="#b58900" # Yellow (Command second)
export COLOR_05="#268bd2" # Blue (Path)
export COLOR_06="#ec0048" # Magenta (Syntax var)
export COLOR_07="#2aa198" # Cyan (Prompt)
export COLOR_08="#94a3a5" # White
export COLOR_09="#586e75" # Bright Black
export COLOR_10="#cb4b16" # Bright Red (Command error)
export COLOR_11="#859900" # Bright Green (Exec)
export COLOR_12="#b58900" # Bright Yellow
export COLOR_13="#268bd2" # Bright Blue (Folder)
export COLOR_14="#d33682" # Bright Magenta
export COLOR_15="#2aa198" # Bright Cyan
export COLOR_16="#6c71c4" # Bright White
export BACKGROUND_COLOR="#252e32" # Background
export FOREGROUND_COLOR="#94a3a5" # Foreground (Text)
export CURSOR_COLOR="#839496" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#242526" # HOST
export COLOR_02="#f8511b" # SYNTAX_STRING
export COLOR_03="#565747" # COMMAND
export COLOR_04="#fa771d" # COMMAND_COLOR2
export COLOR_05="#2c70b7" # PATH
export COLOR_06="#f02e4f" # SYNTAX_VAR
export COLOR_07="#3ca1a6" # PROMP
export COLOR_08="#adadad" #
export COLOR_09="#5fac6d" #
export COLOR_10="#f74319" # COMMAND_ERROR
export COLOR_11="#74ec4c" # EXEC
export COLOR_12="#fdc325" #
export COLOR_13="#3393ca" # FOLDER
export COLOR_14="#e75e4f" #
export COLOR_15="#4fbce6" #
export COLOR_16="#8c735b" #
export BACKGROUND_COLOR="#1b1c1d" # Background Color
export FOREGROUND_COLOR="#adadad" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Frontend Delight"
# =============================================================== #
export COLOR_01="#242526" # Black (Host)
export COLOR_02="#f8511b" # Red (Syntax string)
export COLOR_03="#565747" # Green (Command)
export COLOR_04="#fa771d" # Yellow (Command second)
export COLOR_05="#2c70b7" # Blue (Path)
export COLOR_06="#f02e4f" # Magenta (Syntax var)
export COLOR_07="#3ca1a6" # Cyan (Prompt)
export COLOR_08="#adadad" # White
export COLOR_09="#5fac6d" # Bright Black
export COLOR_10="#f74319" # Bright Red (Command error)
export COLOR_11="#74ec4c" # Bright Green (Exec)
export COLOR_12="#fdc325" # Bright Yellow
export COLOR_13="#3393ca" # Bright Blue (Folder)
export COLOR_14="#e75e4f" # Bright Magenta
export COLOR_15="#4fbce6" # Bright Cyan
export COLOR_16="#8c735b" # Bright White
export BACKGROUND_COLOR="#1b1c1d" # Background
export FOREGROUND_COLOR="#adadad" # Foreground (Text)
export CURSOR_COLOR="#adadad" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#d6262b" # SYNTAX_STRING
export COLOR_03="#919c00" # COMMAND
export COLOR_04="#be8a13" # COMMAND_COLOR2
export COLOR_05="#4699a3" # PATH
export COLOR_06="#8d4331" # SYNTAX_VAR
export COLOR_07="#da8213" # PROMP
export COLOR_08="#ddc265" #
export COLOR_09="#7f6a55" #
export COLOR_10="#e55a1c" # COMMAND_ERROR
export COLOR_11="#bfc65a" # EXEC
export COLOR_12="#ffcb1b" #
export COLOR_13="#7cc9cf" # FOLDER
export COLOR_14="#d26349" #
export COLOR_15="#e6a96b" #
export COLOR_16="#ffeaa3" #
export BACKGROUND_COLOR="#251200" # Background Color
export FOREGROUND_COLOR="#dec165" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Frontend Fun Forrest"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#d6262b" # Red (Syntax string)
export COLOR_03="#919c00" # Green (Command)
export COLOR_04="#be8a13" # Yellow (Command second)
export COLOR_05="#4699a3" # Blue (Path)
export COLOR_06="#8d4331" # Magenta (Syntax var)
export COLOR_07="#da8213" # Cyan (Prompt)
export COLOR_08="#ddc265" # White
export COLOR_09="#7f6a55" # Bright Black
export COLOR_10="#e55a1c" # Bright Red (Command error)
export COLOR_11="#bfc65a" # Bright Green (Exec)
export COLOR_12="#ffcb1b" # Bright Yellow
export COLOR_13="#7cc9cf" # Bright Blue (Folder)
export COLOR_14="#d26349" # Bright Magenta
export COLOR_15="#e6a96b" # Bright Cyan
export COLOR_16="#ffeaa3" # Bright White
export BACKGROUND_COLOR="#251200" # Background
export FOREGROUND_COLOR="#dec165" # Foreground (Text)
export CURSOR_COLOR="#dec165" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#f9555f" # SYNTAX_STRING
export COLOR_03="#21b089" # COMMAND
export COLOR_04="#fef02a" # COMMAND_COLOR2
export COLOR_05="#589df6" # PATH
export COLOR_06="#944d95" # SYNTAX_VAR
export COLOR_07="#1f9ee7" # PROMP
export COLOR_08="#bbbbbb" #
export COLOR_09="#555555" #
export COLOR_10="#fa8c8f" # COMMAND_ERROR
export COLOR_11="#35bb9a" # EXEC
export COLOR_12="#ffff55" #
export COLOR_13="#589df6" # FOLDER
export COLOR_14="#e75699" #
export COLOR_15="#3979bc" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#1d2837" # Background Color
export FOREGROUND_COLOR="#ffffff" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Frontend Galaxy"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#f9555f" # Red (Syntax string)
export COLOR_03="#21b089" # Green (Command)
export COLOR_04="#fef02a" # Yellow (Command second)
export COLOR_05="#589df6" # Blue (Path)
export COLOR_06="#944d95" # Magenta (Syntax var)
export COLOR_07="#1f9ee7" # Cyan (Prompt)
export COLOR_08="#bbbbbb" # White
export COLOR_09="#555555" # Bright Black
export COLOR_10="#fa8c8f" # Bright Red (Command error)
export COLOR_11="#35bb9a" # Bright Green (Exec)
export COLOR_12="#ffff55" # Bright Yellow
export COLOR_13="#589df6" # Bright Blue (Folder)
export COLOR_14="#e75699" # Bright Magenta
export COLOR_15="#3979bc" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#1d2837" # Background
export FOREGROUND_COLOR="#ffffff" # Foreground (Text)
export CURSOR_COLOR="#ffffff" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,33 +1,33 @@
#!/usr/bin/env bash
#==================== CONFIG THIS ======================#
export COLOR_01='#F9F5F5' # HOST :: WHITE
export COLOR_02='#CC0000' # SYNTAX_STRING :: RED
export COLOR_03='#1F1E1F' # COMMAND :: BLACK
export COLOR_04='#ADA110' # COMMAND_COLOR2:: YELLOW
export COLOR_05='#FF004E' # PATH :: PINK
export COLOR_06='#75507B' # SYNTAX_VAR :: PURPLE
export COLOR_07='#06919A' # PROMP :: BLUE
export COLOR_08='#FFFFFF' # :: CREAM WHITE
export PROFILE_NAME="Geohot"
export COLOR_09='#555753' # :: DARK GREY
export COLOR_10='#EF2929' # COMMAND_ERROR :: RED
export COLOR_11='#FF0000' # EXEC :: RED
export COLOR_12='#ADA110' # :: YELLOW
export COLOR_13='#5F4AA6' # FOLDER :: PURPLE
export COLOR_14='#B74438' # :: DARK RED
export COLOR_15='#408F0C' # :: GREEN
export COLOR_16='#FFFFFF' # :: WHITE
export COLOR_01="#F9F5F5" # Black (Host)
export COLOR_02="#CC0000" # Red (Syntax string)
export COLOR_03="#1F1E1F" # Green (Command)
export COLOR_04="#ADA110" # Yellow (Command second)
export COLOR_05="#FF004E" # Blue (Path)
export COLOR_06="#75507B" # Magenta (Syntax var)
export COLOR_07="#06919A" # Cyan (Prompt)
export COLOR_08="#FFFFFF" # White
export BACKGROUND_COLOR='#1F1E1F' #BACKGROUND COLOR :: GREYGEO
export FOREGROUND_COLOR='#FFFFFF' #FOREGROUND COLOR (TEXT) :: WHITE
export CURSOR_COLOR="$FOREGROUND_COLOR" #CURSORT COLOR
export PROFILE_NAME="GeoHot"
#==================== CONFIG THIS ======================#
export COLOR_09="#555753" # Bright Black
export COLOR_10="#EF2929" # Bright Red (Command error)
export COLOR_11="#FF0000" # Bright Green (Exec)
export COLOR_12="#ADA110" # Bright Yellow
export COLOR_13="#5F4AA6" # Bright Blue (Folder)
export COLOR_14="#B74438" # Bright Magenta
export COLOR_15="#408F0C" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White
#=======================================================#
# | APPLY COLOR |
#=======================================================#
export BACKGROUND_COLOR="#1F1E1F" # Background
export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text)
export CURSOR_COLOR="#FFFFFF" # Cursor
# | ===========================================================================
# | Apply Colors
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"
@ -35,6 +35,7 @@ PARENT_PATH="$(dirname "${SCRIPT_PATH}")"
# IMPORTANT: Make sure you export this variable if your main shell is not bash
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"
else

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#3e3e3e" # HOST
export COLOR_02="#970b16" # SYNTAX_STRING
export COLOR_03="#07962a" # COMMAND
export COLOR_04="#f8eec7" # COMMAND_COLOR2
export COLOR_05="#003e8a" # PATH
export COLOR_06="#e94691" # SYNTAX_VAR
export COLOR_07="#89d1ec" # PROMP
export COLOR_08="#ffffff" #
export COLOR_09="#666666" #
export COLOR_10="#de0000" # COMMAND_ERROR
export COLOR_11="#87d5a2" # EXEC
export COLOR_12="#f1d007" #
export COLOR_13="#2e6cba" # FOLDER
export COLOR_14="#ffa29f" #
export COLOR_15="#1cfafe" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#f4f4f4" # Background Color
export FOREGROUND_COLOR="#3e3e3e" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Github"
# =============================================================== #
export COLOR_01="#3e3e3e" # Black (Host)
export COLOR_02="#970b16" # Red (Syntax string)
export COLOR_03="#07962a" # Green (Command)
export COLOR_04="#f8eec7" # Yellow (Command second)
export COLOR_05="#003e8a" # Blue (Path)
export COLOR_06="#e94691" # Magenta (Syntax var)
export COLOR_07="#89d1ec" # Cyan (Prompt)
export COLOR_08="#ffffff" # White
export COLOR_09="#666666" # Bright Black
export COLOR_10="#de0000" # Bright Red (Command error)
export COLOR_11="#87d5a2" # Bright Green (Exec)
export COLOR_12="#f1d007" # Bright Yellow
export COLOR_13="#2e6cba" # Bright Blue (Folder)
export COLOR_14="#ffa29f" # Bright Magenta
export COLOR_15="#1cfafe" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#f4f4f4" # Background
export FOREGROUND_COLOR="#3e3e3e" # Foreground (Text)
export CURSOR_COLOR="#3e3e3e" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#292D3E" # Black
export COLOR_02="#F07178" # Red
export COLOR_03="#62DE84" # Green
export COLOR_04="#FFCB6B" # Yellow
export COLOR_05="#75A1FF" # Blue
export COLOR_06="#F580FF" # Magenta
export COLOR_07="#60BAEC" # 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="Gogh"
# =============================================================== #
export COLOR_01="#292D3E" # Black (Host)
export COLOR_02="#F07178" # Red (Syntax string)
export COLOR_03="#62DE84" # Green (Command)
export COLOR_04="#FFCB6B" # Yellow (Command second)
export COLOR_05="#75A1FF" # Blue (Path)
export COLOR_06="#F580FF" # Magenta (Syntax var)
export COLOR_07="#60BAEC" # Cyan (Prompt)
export COLOR_08="#ABB2BF" # White
export COLOR_09="#959DCB" # Bright Black
export COLOR_10="#F07178" # Bright Red (Command error)
export COLOR_11="#C3E88D" # Bright Green (Exec)
export COLOR_12="#FF5572" # Bright Yellow
export COLOR_13="#82AAFF" # Bright Blue (Folder)
export COLOR_14="#FFCB6B" # Bright Magenta
export COLOR_15="#676E95" # Bright Cyan
export COLOR_16="#FFFEFE" # Bright White
export BACKGROUND_COLOR="#292D3E" # Background
export FOREGROUND_COLOR="#BFC7D5" # Foreground (Text)
export CURSOR_COLOR="#BFC7D5" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000009" # Black
export COLOR_02="#BB4F6C" # Red
export COLOR_03="#72CCAE" # Green
export COLOR_04="#C65E3D" # Yellow
export COLOR_05="#58B6CA" # Blue
export COLOR_06="#6488C4" # Cyan
export COLOR_07="#8D84C6" # Magenta
export COLOR_08="#858893" # Light gray
export PROFILE_NAME="Gooey"
export COLOR_09="#1f222d" # Dark gray
export COLOR_10="#ee829f" # Light Red
export COLOR_11="#a5ffe1" # Light Green
export COLOR_12="#f99170" # Light Yellow
export COLOR_13="#8be9fd" # Light Blue
export COLOR_14="#97bbf7" # Light Cyan
export COLOR_15="#c0b7f9" # Light Magenta
export COLOR_16="#ffffff" # White
export COLOR_01="#000009" # Black (Host)
export COLOR_02="#BB4F6C" # Red (Syntax string)
export COLOR_03="#72CCAE" # Green (Command)
export COLOR_04="#C65E3D" # Yellow (Command second)
export COLOR_05="#58B6CA" # Blue (Path)
export COLOR_06="#6488C4" # Magenta (Syntax var)
export COLOR_07="#8D84C6" # Cyan (Prompt)
export COLOR_08="#858893" # White
export BACKGROUND_COLOR="#0D101B" # Background Color
export FOREGROUND_COLOR="#EBEEF9" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="gooey"
# =============================================
export COLOR_09="#1f222d" # Bright Black
export COLOR_10="#ee829f" # Bright Red (Command error)
export COLOR_11="#a5ffe1" # Bright Green (Exec)
export COLOR_12="#f99170" # Bright Yellow
export COLOR_13="#8be9fd" # Bright Blue (Folder)
export COLOR_14="#97bbf7" # Bright Magenta
export COLOR_15="#c0b7f9" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#0D101B" # Background
export FOREGROUND_COLOR="#EBEEF9" # Foreground (Text)
export CURSOR_COLOR="#EBEEF9" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#202124" # Black
export COLOR_02="#EA4335" # Red
export COLOR_03="#34A853" # Green
export COLOR_04="#FBBC04" # Yellow
export COLOR_05="#4285F4" # Blue
export COLOR_06="#A142F4" # Cyan
export COLOR_07="#24C1E0" # Purple
export COLOR_08="#E8EAED" # Light gray
export COLOR_09="#5F6368" # Dark gray
export COLOR_10="#EA4335" # Bright Red
export COLOR_11="#34A853" # Bright Green
export COLOR_12="#FBBC05" # Bright Yellow
export COLOR_13="#4285F4" # Bright Blue
export COLOR_14="#A142F4" # Bright Cyan
export COLOR_15="#24C1E0" # Bright Purple
export COLOR_16="#FFFFFF" # White
export BACKGROUND_COLOR="#202124" # Background Color
export FOREGROUND_COLOR="#E8EAED" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Google Dark"
# =============================================
export COLOR_01="#202124" # Black (Host)
export COLOR_02="#EA4335" # Red (Syntax string)
export COLOR_03="#34A853" # Green (Command)
export COLOR_04="#FBBC04" # Yellow (Command second)
export COLOR_05="#4285F4" # Blue (Path)
export COLOR_06="#A142F4" # Magenta (Syntax var)
export COLOR_07="#24C1E0" # Cyan (Prompt)
export COLOR_08="#E8EAED" # White
export COLOR_09="#5F6368" # Bright Black
export COLOR_10="#EA4335" # Bright Red (Command error)
export COLOR_11="#34A853" # Bright Green (Exec)
export COLOR_12="#FBBC05" # Bright Yellow
export COLOR_13="#4285F4" # Bright Blue (Folder)
export COLOR_14="#A142F4" # Bright Magenta
export COLOR_15="#24C1E0" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White
export BACKGROUND_COLOR="#202124" # Background
export FOREGROUND_COLOR="#E8EAED" # Foreground (Text)
export CURSOR_COLOR="#E8EAED" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#202124" # Black
export COLOR_02="#EA4335" # Red
export COLOR_03="#34A853" # Green
export COLOR_04="#FBBC04" # Yellow
export COLOR_05="#4285F4" # Blue
export COLOR_06="#A142F4" # Purple
export COLOR_07="#24C1E0" # Cyan
export COLOR_08="#E8EAED" # Light gray
export COLOR_09="#5F6368" # Dark gray
export COLOR_10="#EA4335" # Bright Red
export COLOR_11="#34A853" # Bright Green
export COLOR_12="#FBBC05" # Bright Yellow
export COLOR_13="#4285F4" # Bright Blue
export COLOR_14="#A142F4" # Bright Purple
export COLOR_15="#24C1E0" # Bright Cyan
export COLOR_16="#FFFFFF" # White
export BACKGROUND_COLOR="#FFFFFF" # Background Color
export FOREGROUND_COLOR="#5F6368" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Google Light"
# =============================================
export COLOR_01="#202124" # Black (Host)
export COLOR_02="#EA4335" # Red (Syntax string)
export COLOR_03="#34A853" # Green (Command)
export COLOR_04="#FBBC04" # Yellow (Command second)
export COLOR_05="#4285F4" # Blue (Path)
export COLOR_06="#A142F4" # Magenta (Syntax var)
export COLOR_07="#24C1E0" # Cyan (Prompt)
export COLOR_08="#E8EAED" # White
export COLOR_09="#5F6368" # Bright Black
export COLOR_10="#EA4335" # Bright Red (Command error)
export COLOR_11="#34A853" # Bright Green (Exec)
export COLOR_12="#FBBC05" # Bright Yellow
export COLOR_13="#4285F4" # Bright Blue (Folder)
export COLOR_14="#A142F4" # Bright Magenta
export COLOR_15="#24C1E0" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White
export BACKGROUND_COLOR="#FFFFFF" # Background
export FOREGROUND_COLOR="#5F6368" # Foreground (Text)
export CURSOR_COLOR="#5F6368" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#0a0f14" # Base 00 - Black
export COLOR_02="#c33027" # Base 08 - Red
export COLOR_03="#26a98b" # Base 0B - Green
export COLOR_04="#edb54b" # Base 0A - Yellow
export COLOR_05="#195465" # Base 0D - Blue
export COLOR_06="#4e5165" # Base 0E - Magenta
export COLOR_07="#33859d" # Base 0C - Cyan
export COLOR_08="#98d1ce" # Base 05 - White
export PROFILE_NAME="Gotham"
export COLOR_09="#10151b" # Base 03 - Bright Black
export COLOR_10="#d26939" # Base 08 - Bright Red
export COLOR_11="#081f2d" # Base 0B - Bright Green
export COLOR_12="#245361" # Base 0A - Bright Yellow
export COLOR_13="#093748" # Base 0D - Bright Blue
export COLOR_14="#888ba5" # Base 0E - Bright Magenta
export COLOR_15="#599caa" # Base 0C - Bright Cyan
export COLOR_16="#d3ebe9" # Base 07 - Bright White
export COLOR_01="#0a0f14" # Black (Host)
export COLOR_02="#c33027" # Red (Syntax string)
export COLOR_03="#26a98b" # Green (Command)
export COLOR_04="#edb54b" # Yellow (Command second)
export COLOR_05="#195465" # Blue (Path)
export COLOR_06="#4e5165" # Magenta (Syntax var)
export COLOR_07="#33859d" # Cyan (Prompt)
export COLOR_08="#98d1ce" # White
export FOREGROUND_COLOR="#98d1ce" # Base 05
export BACKGROUND_COLOR="#0a0f14" # Base 00
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="gotham"
# =============================================================== #
export COLOR_09="#10151b" # Bright Black
export COLOR_10="#d26939" # Bright Red (Command error)
export COLOR_11="#081f2d" # Bright Green (Exec)
export COLOR_12="#245361" # Bright Yellow
export COLOR_13="#093748" # Bright Blue (Folder)
export COLOR_14="#888ba5" # Bright Magenta
export COLOR_15="#599caa" # Bright Cyan
export COLOR_16="#d3ebe9" # Bright White
export BACKGROUND_COLOR="#0a0f14" # Background
export FOREGROUND_COLOR="#98d1ce" # Foreground (Text)
export CURSOR_COLOR="#98d1ce" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#2d283f" # HOST
export COLOR_02="#ed2261" # SYNTAX_STRING
export COLOR_03="#1fa91b" # COMMAND
export COLOR_04="#8ddc20" # COMMAND_COLOR2
export COLOR_05="#487df4" # PATH
export COLOR_06="#8d35c9" # SYNTAX_VAR
export COLOR_07="#3bdeed" # PROMP
export COLOR_08="#9e9ea0" #
export COLOR_09="#59516a" #
export COLOR_10="#f0729a" # COMMAND_ERROR
export COLOR_11="#53aa5e" # EXEC
export COLOR_12="#b2dc87" #
export COLOR_13="#a9bcec" # FOLDER
export COLOR_14="#ad81c2" #
export COLOR_15="#9de3eb" #
export COLOR_16="#a288f7" #
export BACKGROUND_COLOR="#171423" # Background Color
export FOREGROUND_COLOR="#9f9fa1" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Grape"
# =============================================================== #
export COLOR_01="#2d283f" # Black (Host)
export COLOR_02="#ed2261" # Red (Syntax string)
export COLOR_03="#1fa91b" # Green (Command)
export COLOR_04="#8ddc20" # Yellow (Command second)
export COLOR_05="#487df4" # Blue (Path)
export COLOR_06="#8d35c9" # Magenta (Syntax var)
export COLOR_07="#3bdeed" # Cyan (Prompt)
export COLOR_08="#9e9ea0" # White
export COLOR_09="#59516a" # Bright Black
export COLOR_10="#f0729a" # Bright Red (Command error)
export COLOR_11="#53aa5e" # Bright Green (Exec)
export COLOR_12="#b2dc87" # Bright Yellow
export COLOR_13="#a9bcec" # Bright Blue (Folder)
export COLOR_14="#ad81c2" # Bright Magenta
export COLOR_15="#9de3eb" # Bright Cyan
export COLOR_16="#a288f7" # Bright White
export BACKGROUND_COLOR="#171423" # Background
export FOREGROUND_COLOR="#9f9fa1" # Foreground (Text)
export CURSOR_COLOR="#9f9fa1" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#bb0000" # SYNTAX_STRING
export COLOR_03="#00bb00" # COMMAND
export COLOR_04="#e7b000" # COMMAND_COLOR2
export COLOR_05="#0000a3" # PATH
export COLOR_06="#950062" # SYNTAX_VAR
export COLOR_07="#00bbbb" # PROMP
export COLOR_08="#bbbbbb" #
export COLOR_09="#555555" #
export COLOR_10="#bb0000" # COMMAND_ERROR
export COLOR_11="#00bb00" # EXEC
export COLOR_12="#e7b000" #
export COLOR_13="#0000bb" # FOLDER
export COLOR_14="#ff55ff" #
export COLOR_15="#55ffff" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#13773d" # Background Color
export FOREGROUND_COLOR="#fff0a5" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Grass"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#bb0000" # Red (Syntax string)
export COLOR_03="#00bb00" # Green (Command)
export COLOR_04="#e7b000" # Yellow (Command second)
export COLOR_05="#0000a3" # Blue (Path)
export COLOR_06="#950062" # Magenta (Syntax var)
export COLOR_07="#00bbbb" # Cyan (Prompt)
export COLOR_08="#bbbbbb" # White
export COLOR_09="#555555" # Bright Black
export COLOR_10="#bb0000" # Bright Red (Command error)
export COLOR_11="#00bb00" # Bright Green (Exec)
export COLOR_12="#e7b000" # Bright Yellow
export COLOR_13="#0000bb" # Bright Blue (Folder)
export COLOR_14="#ff55ff" # Bright Magenta
export COLOR_15="#55ffff" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#13773d" # Background
export FOREGROUND_COLOR="#fff0a5" # Foreground (Text)
export CURSOR_COLOR="#fff0a5" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#282828" # HOST
export COLOR_02="#cc241d" # SYNTAX_STRING
export COLOR_03="#98971a" # COMMAND
export COLOR_04="#d79921" # COMMAND_COLOR2
export COLOR_05="#458588" # PATH
export COLOR_06="#b16286" # SYNTAX_VAR
export COLOR_07="#689d6a" # PROMP
export COLOR_08="#a89984" #
export COLOR_09="#928374" #
export COLOR_10="#fb4934" # COMMAND_ERROR
export COLOR_11="#b8bb26" # EXEC
export COLOR_12="#fabd2f" #
export COLOR_13="#83a598" # FOLDER
export COLOR_14="#d3869b" #
export COLOR_15="#8ec07c" #
export COLOR_16="#ebdbb2" #
export BACKGROUND_COLOR="#282828" # Background Color
export FOREGROUND_COLOR="#ebdbb2" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Gruvbox Dark"
# =============================================================== #
export COLOR_01="#282828" # Black (Host)
export COLOR_02="#cc241d" # Red (Syntax string)
export COLOR_03="#98971a" # Green (Command)
export COLOR_04="#d79921" # Yellow (Command second)
export COLOR_05="#458588" # Blue (Path)
export COLOR_06="#b16286" # Magenta (Syntax var)
export COLOR_07="#689d6a" # Cyan (Prompt)
export COLOR_08="#a89984" # White
export COLOR_09="#928374" # Bright Black
export COLOR_10="#fb4934" # Bright Red (Command error)
export COLOR_11="#b8bb26" # Bright Green (Exec)
export COLOR_12="#fabd2f" # Bright Yellow
export COLOR_13="#83a598" # Bright Blue (Folder)
export COLOR_14="#d3869b" # Bright Magenta
export COLOR_15="#8ec07c" # Bright Cyan
export COLOR_16="#ebdbb2" # Bright White
export BACKGROUND_COLOR="#282828" # Background
export FOREGROUND_COLOR="#ebdbb2" # Foreground (Text)
export CURSOR_COLOR="#ebdbb2" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#fbf1c7" # HOST
export COLOR_02="#cc241d" # SYNTAX_STRING
export COLOR_03="#98971a" # COMMAND
export COLOR_04="#d79921" # COMMAND_COLOR2
export COLOR_05="#458588" # PATH
export COLOR_06="#b16286" # SYNTAX_VAR
export COLOR_07="#689d6a" # PROMP
export COLOR_08="#7c6f64" #
export COLOR_09="#928374" #
export COLOR_10="#9d0006" # COMMAND_ERROR
export COLOR_11="#79740e" # EXEC
export COLOR_12="#b57614" #
export COLOR_13="#076678" # FOLDER
export COLOR_14="#8f3f71" #
export COLOR_15="#427b58" #
export COLOR_16="#3c3836" #
export BACKGROUND_COLOR="#fbf1c7" # Background Color
export FOREGROUND_COLOR="#3c3836" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Gruvbox"
# =============================================================== #
export COLOR_01="#fbf1c7" # Black (Host)
export COLOR_02="#cc241d" # Red (Syntax string)
export COLOR_03="#98971a" # Green (Command)
export COLOR_04="#d79921" # Yellow (Command second)
export COLOR_05="#458588" # Blue (Path)
export COLOR_06="#b16286" # Magenta (Syntax var)
export COLOR_07="#689d6a" # Cyan (Prompt)
export COLOR_08="#7c6f64" # White
export COLOR_09="#928374" # Bright Black
export COLOR_10="#9d0006" # Bright Red (Command error)
export COLOR_11="#79740e" # Bright Green (Exec)
export COLOR_12="#b57614" # Bright Yellow
export COLOR_13="#076678" # Bright Blue (Folder)
export COLOR_14="#8f3f71" # Bright Magenta
export COLOR_15="#427b58" # Bright Cyan
export COLOR_16="#3c3836" # Bright White
export BACKGROUND_COLOR="#fbf1c7" # Background
export FOREGROUND_COLOR="#3c3836" # Foreground (Text)
export CURSOR_COLOR="#3c3836" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#1b1d1e" # HOST
export COLOR_02="#f92672" # SYNTAX_STRING
export COLOR_03="#a6e22e" # COMMAND
export COLOR_04="#fd971f" # COMMAND_COLOR2
export COLOR_05="#66d9ef" # PATH
export COLOR_06="#9e6ffe" # SYNTAX_VAR
export COLOR_07="#5e7175" # PROMP
export COLOR_08="#ccccc6" #
export COLOR_09="#505354" #
export COLOR_10="#ff669d" # COMMAND_ERROR
export COLOR_11="#beed5f" # EXEC
export COLOR_12="#e6db74" #
export COLOR_13="#66d9ef" # FOLDER
export COLOR_14="#9e6ffe" #
export COLOR_15="#a3babf" #
export COLOR_16="#f8f8f2" #
export BACKGROUND_COLOR="#121212" # Background Color
export FOREGROUND_COLOR="#a0a0a0" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Hardcore"
# =============================================================== #
export COLOR_01="#1b1d1e" # Black (Host)
export COLOR_02="#f92672" # Red (Syntax string)
export COLOR_03="#a6e22e" # Green (Command)
export COLOR_04="#fd971f" # Yellow (Command second)
export COLOR_05="#66d9ef" # Blue (Path)
export COLOR_06="#9e6ffe" # Magenta (Syntax var)
export COLOR_07="#5e7175" # Cyan (Prompt)
export COLOR_08="#ccccc6" # White
export COLOR_09="#505354" # Bright Black
export COLOR_10="#ff669d" # Bright Red (Command error)
export COLOR_11="#beed5f" # Bright Green (Exec)
export COLOR_12="#e6db74" # Bright Yellow
export COLOR_13="#66d9ef" # Bright Blue (Folder)
export COLOR_14="#9e6ffe" # Bright Magenta
export COLOR_15="#a3babf" # Bright Cyan
export COLOR_16="#f8f8f2" # Bright White
export BACKGROUND_COLOR="#121212" # Background
export FOREGROUND_COLOR="#a0a0a0" # Foreground (Text)
export CURSOR_COLOR="#a0a0a0" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#010101" # HOST
export COLOR_02="#f8b63f" # SYNTAX_STRING
export COLOR_03="#7fb5e1" # COMMAND
export COLOR_04="#d6da25" # COMMAND_COLOR2
export COLOR_05="#489e48" # PATH
export COLOR_06="#b296c6" # SYNTAX_VAR
export COLOR_07="#f5bfd7" # PROMP
export COLOR_08="#a8a49d" #
export COLOR_09="#726e6a" #
export COLOR_10="#f8b63f" # COMMAND_ERROR
export COLOR_11="#7fb5e1" # EXEC
export COLOR_12="#d6da25" #
export COLOR_13="#489e48" # FOLDER
export COLOR_14="#b296c6" #
export COLOR_15="#f5bfd7" #
export COLOR_16="#fefbea" #
export BACKGROUND_COLOR="#010101" # Background Color
export FOREGROUND_COLOR="#a8a49d" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Harper"
# =============================================================== #
export COLOR_01="#010101" # Black (Host)
export COLOR_02="#f8b63f" # Red (Syntax string)
export COLOR_03="#7fb5e1" # Green (Command)
export COLOR_04="#d6da25" # Yellow (Command second)
export COLOR_05="#489e48" # Blue (Path)
export COLOR_06="#b296c6" # Magenta (Syntax var)
export COLOR_07="#f5bfd7" # Cyan (Prompt)
export COLOR_08="#a8a49d" # White
export COLOR_09="#726e6a" # Bright Black
export COLOR_10="#f8b63f" # Bright Red (Command error)
export COLOR_11="#7fb5e1" # Bright Green (Exec)
export COLOR_12="#d6da25" # Bright Yellow
export COLOR_13="#489e48" # Bright Blue (Folder)
export COLOR_14="#b296c6" # Bright Magenta
export COLOR_15="#f5bfd7" # Bright Cyan
export COLOR_16="#fefbea" # Bright White
export BACKGROUND_COLOR="#010101" # Background
export FOREGROUND_COLOR="#a8a49d" # Foreground (Text)
export CURSOR_COLOR="#a8a49d" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#444444"
export COLOR_02="#FF0054"
export COLOR_03="#B1D630"
export COLOR_04="#9D895E"
export COLOR_05="#67BEE3"
export COLOR_06="#B576BC"
export COLOR_07="#569A9F"
export COLOR_08="#EDEDED"
export COLOR_09="#777777"
export COLOR_10="#D65E75"
export COLOR_11="#BAFFAA"
export COLOR_12="#ECE1C8"
export COLOR_13="#9FD3E5"
export COLOR_14="#DEB3DF"
export COLOR_15="#B6E0E5"
export COLOR_16="#FFFFFF"
export BACKGROUND_COLOR="#000000"
export FOREGROUND_COLOR="#FFFFFF"
export CURSOR_COLOR="#BAFFAA"
export PROFILE_NAME="Hemisu Dark"
# =============================================================== #
export COLOR_01="#444444" # Black (Host)
export COLOR_02="#FF0054" # Red (Syntax string)
export COLOR_03="#B1D630" # Green (Command)
export COLOR_04="#9D895E" # Yellow (Command second)
export COLOR_05="#67BEE3" # Blue (Path)
export COLOR_06="#B576BC" # Magenta (Syntax var)
export COLOR_07="#569A9F" # Cyan (Prompt)
export COLOR_08="#EDEDED" # White
export COLOR_09="#777777" # Bright Black
export COLOR_10="#D65E75" # Bright Red (Command error)
export COLOR_11="#BAFFAA" # Bright Green (Exec)
export COLOR_12="#ECE1C8" # Bright Yellow
export COLOR_13="#9FD3E5" # Bright Blue (Folder)
export COLOR_14="#DEB3DF" # Bright Magenta
export COLOR_15="#B6E0E5" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White
export BACKGROUND_COLOR="#000000" # Background
export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text)
export CURSOR_COLOR="#BAFFAA" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#777777"
export COLOR_02="#FF0055"
export COLOR_03="#739100"
export COLOR_04="#503D15"
export COLOR_05="#538091"
export COLOR_06="#5B345E"
export COLOR_07="#538091"
export COLOR_08="#999999"
export COLOR_09="#999999"
export COLOR_10="#D65E76"
export COLOR_11="#9CC700"
export COLOR_12="#947555"
export COLOR_13="#9DB3CD"
export COLOR_14="#A184A4"
export COLOR_15="#85B2AA"
export COLOR_16="#BABABA"
export BACKGROUND_COLOR="#EFEFEF"
export FOREGROUND_COLOR="#444444"
export CURSOR_COLOR="#FF0054"
export PROFILE_NAME="Hemisu Light"
# =============================================================== #
export COLOR_01="#777777" # Black (Host)
export COLOR_02="#FF0055" # Red (Syntax string)
export COLOR_03="#739100" # Green (Command)
export COLOR_04="#503D15" # Yellow (Command second)
export COLOR_05="#538091" # Blue (Path)
export COLOR_06="#5B345E" # Magenta (Syntax var)
export COLOR_07="#538091" # Cyan (Prompt)
export COLOR_08="#999999" # White
export COLOR_09="#999999" # Bright Black
export COLOR_10="#D65E76" # Bright Red (Command error)
export COLOR_11="#9CC700" # Bright Green (Exec)
export COLOR_12="#947555" # Bright Yellow
export COLOR_13="#9DB3CD" # Bright Blue (Folder)
export COLOR_14="#A184A4" # Bright Magenta
export COLOR_15="#85B2AA" # Bright Cyan
export COLOR_16="#BABABA" # Bright White
export BACKGROUND_COLOR="#EFEFEF" # Background
export FOREGROUND_COLOR="#444444" # Foreground (Text)
export CURSOR_COLOR="#FF0054" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#d00e18" # SYNTAX_STRING
export COLOR_03="#138034" # COMMAND
export COLOR_04="#ffcb3e" # COMMAND_COLOR2
export COLOR_05="#006bb3" # PATH
export COLOR_06="#6b2775" # SYNTAX_VAR
export COLOR_07="#384564" # PROMP
export COLOR_08="#ededed" #
export COLOR_09="#5d504a" #
export COLOR_10="#f07e18" # COMMAND_ERROR
export COLOR_11="#b1d130" # EXEC
export COLOR_12="#fff120" #
export COLOR_13="#4fc2fd" # FOLDER
export COLOR_14="#de0071" #
export COLOR_15="#5d504a" #
export COLOR_16="#ffffff" #
export BACKGROUND_COLOR="#222225" # Background Color
export FOREGROUND_COLOR="#ededed" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Highway"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#d00e18" # Red (Syntax string)
export COLOR_03="#138034" # Green (Command)
export COLOR_04="#ffcb3e" # Yellow (Command second)
export COLOR_05="#006bb3" # Blue (Path)
export COLOR_06="#6b2775" # Magenta (Syntax var)
export COLOR_07="#384564" # Cyan (Prompt)
export COLOR_08="#ededed" # White
export COLOR_09="#5d504a" # Bright Black
export COLOR_10="#f07e18" # Bright Red (Command error)
export COLOR_11="#b1d130" # Bright Green (Exec)
export COLOR_12="#fff120" # Bright Yellow
export COLOR_13="#4fc2fd" # Bright Blue (Folder)
export COLOR_14="#de0071" # Bright Magenta
export COLOR_15="#5d504a" # Bright Cyan
export COLOR_16="#ffffff" # Bright White
export BACKGROUND_COLOR="#222225" # Background
export FOREGROUND_COLOR="#ededed" # Foreground (Text)
export CURSOR_COLOR="#ededed" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#b6214a" # SYNTAX_STRING
export COLOR_03="#00a600" # COMMAND
export COLOR_04="#bfbf00" # COMMAND_COLOR2
export COLOR_05="#246eb2" # PATH
export COLOR_06="#b200b2" # SYNTAX_VAR
export COLOR_07="#00a6b2" # PROMP
export COLOR_08="#bfbfbf" #
export COLOR_09="#666666" #
export COLOR_10="#e50000" # COMMAND_ERROR
export COLOR_11="#86a93e" # EXEC
export COLOR_12="#e5e500" #
export COLOR_13="#0000ff" # FOLDER
export COLOR_14="#e500e5" #
export COLOR_15="#00e5e5" #
export COLOR_16="#e5e5e5" #
export BACKGROUND_COLOR="#100b05" # Background Color
export FOREGROUND_COLOR="#84c138" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Hipster Green"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#b6214a" # Red (Syntax string)
export COLOR_03="#00a600" # Green (Command)
export COLOR_04="#bfbf00" # Yellow (Command second)
export COLOR_05="#246eb2" # Blue (Path)
export COLOR_06="#b200b2" # Magenta (Syntax var)
export COLOR_07="#00a6b2" # Cyan (Prompt)
export COLOR_08="#bfbfbf" # White
export COLOR_09="#666666" # Bright Black
export COLOR_10="#e50000" # Bright Red (Command error)
export COLOR_11="#86a93e" # Bright Green (Exec)
export COLOR_12="#e5e500" # Bright Yellow
export COLOR_13="#0000ff" # Bright Blue (Folder)
export COLOR_14="#e500e5" # Bright Magenta
export COLOR_15="#00e5e5" # Bright Cyan
export COLOR_16="#e5e5e5" # Bright White
export BACKGROUND_COLOR="#100b05" # Background
export FOREGROUND_COLOR="#84c138" # Foreground (Text)
export CURSOR_COLOR="#84c138" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#000000" # HOST
export COLOR_02="#990000" # SYNTAX_STRING
export COLOR_03="#00a600" # COMMAND
export COLOR_04="#999900" # COMMAND_COLOR2
export COLOR_05="#0000b2" # PATH
export COLOR_06="#b200b2" # SYNTAX_VAR
export COLOR_07="#00a6b2" # PROMP
export COLOR_08="#bfbfbf" #
export COLOR_09="#666666" #
export COLOR_10="#e50000" # COMMAND_ERROR
export COLOR_11="#00d900" # EXEC
export COLOR_12="#e5e500" #
export COLOR_13="#0000ff" # FOLDER
export COLOR_14="#e500e5" #
export COLOR_15="#00e5e5" #
export COLOR_16="#e5e5e5" #
export BACKGROUND_COLOR="#000000" # Background Color
export FOREGROUND_COLOR="#00ff00" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Homebrew"
# =============================================================== #
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#990000" # Red (Syntax string)
export COLOR_03="#00a600" # Green (Command)
export COLOR_04="#999900" # Yellow (Command second)
export COLOR_05="#0000b2" # Blue (Path)
export COLOR_06="#b200b2" # Magenta (Syntax var)
export COLOR_07="#00a6b2" # Cyan (Prompt)
export COLOR_08="#bfbfbf" # White
export COLOR_09="#666666" # Bright Black
export COLOR_10="#e50000" # Bright Red (Command error)
export COLOR_11="#00d900" # Bright Green (Exec)
export COLOR_12="#e5e500" # Bright Yellow
export COLOR_13="#0000ff" # Bright Blue (Folder)
export COLOR_14="#e500e5" # Bright Magenta
export COLOR_15="#00e5e5" # Bright Cyan
export COLOR_16="#e5e5e5" # Bright White
export BACKGROUND_COLOR="#000000" # Background
export FOREGROUND_COLOR="#00ff00" # Foreground (Text)
export CURSOR_COLOR="#00ff00" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#16161C" # Black
export COLOR_02="#DA103F" # Red
export COLOR_03="#1EB980" # Green
export COLOR_04="#F6661E" # Yellow
export COLOR_05="#26BBD9" # Blue
export COLOR_06="#EE64AE" # Magenta
export COLOR_07="#1D8991" # Cyan
export COLOR_08="#FADAD1" # Light gray
export COLOR_09="#1A1C23" # Dark gray
export COLOR_10="#F43E5C" # Light Red
export COLOR_11="#07DA8C" # Light Green
export COLOR_12="#F77D26" # Light Yellow
export COLOR_13="#3FC6DE" # Light Blue
export COLOR_14="#F075B7" # Light Magenta
export COLOR_15="#1EAEAE" # Light Cyan
export COLOR_16="#FDF0ED" # White
export BACKGROUND_COLOR="#FDF0ED" # Background Color
export FOREGROUND_COLOR="#1C1E26" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Horizon Bright"
# =============================================================== #
export COLOR_01="#16161C" # Black (Host)
export COLOR_02="#DA103F" # Red (Syntax string)
export COLOR_03="#1EB980" # Green (Command)
export COLOR_04="#F6661E" # Yellow (Command second)
export COLOR_05="#26BBD9" # Blue (Path)
export COLOR_06="#EE64AE" # Magenta (Syntax var)
export COLOR_07="#1D8991" # Cyan (Prompt)
export COLOR_08="#FADAD1" # White
export COLOR_09="#1A1C23" # Bright Black
export COLOR_10="#F43E5C" # Bright Red (Command error)
export COLOR_11="#07DA8C" # Bright Green (Exec)
export COLOR_12="#F77D26" # Bright Yellow
export COLOR_13="#3FC6DE" # Bright Blue (Folder)
export COLOR_14="#F075B7" # Bright Magenta
export COLOR_15="#1EAEAE" # Bright Cyan
export COLOR_16="#FDF0ED" # Bright White
export BACKGROUND_COLOR="#FDF0ED" # Background
export FOREGROUND_COLOR="#1C1E26" # Foreground (Text)
export CURSOR_COLOR="#1C1E26" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#16161C" # Black
export COLOR_02="#E95678" # Red
export COLOR_03="#29D398" # Green
export COLOR_04="#FAB795" # Yellow
export COLOR_05="#26BBD9" # Blue
export COLOR_06="#EE64AE" # Magenta
export COLOR_07="#59E3E3" # Cyan
export COLOR_08="#FADAD1" # Light gray
export COLOR_09="#232530" # Dark gray
export COLOR_10="#EC6A88" # Light Red
export COLOR_11="#3FDAA4" # Light Green
export COLOR_12="#FBC3A7" # Light Yellow
export COLOR_13="#3FC6DE" # Light Blue
export COLOR_14="#F075B7" # Light Magenta
export COLOR_15="#6BE6E6" # Light Cyan
export COLOR_16="#FDF0ED" # White
export BACKGROUND_COLOR="#1C1E26" # Background Color
export FOREGROUND_COLOR="#FDF0ED" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Horizon Dark"
# =============================================================== #
export COLOR_01="#16161C" # Black (Host)
export COLOR_02="#E95678" # Red (Syntax string)
export COLOR_03="#29D398" # Green (Command)
export COLOR_04="#FAB795" # Yellow (Command second)
export COLOR_05="#26BBD9" # Blue (Path)
export COLOR_06="#EE64AE" # Magenta (Syntax var)
export COLOR_07="#59E3E3" # Cyan (Prompt)
export COLOR_08="#FADAD1" # White
export COLOR_09="#232530" # Bright Black
export COLOR_10="#EC6A88" # Bright Red (Command error)
export COLOR_11="#3FDAA4" # Bright Green (Exec)
export COLOR_12="#FBC3A7" # Bright Yellow
export COLOR_13="#3FC6DE" # Bright Blue (Folder)
export COLOR_14="#F075B7" # Bright Magenta
export COLOR_15="#6BE6E6" # Bright Cyan
export COLOR_16="#FDF0ED" # Bright White
export BACKGROUND_COLOR="#1C1E26" # Background
export FOREGROUND_COLOR="#FDF0ED" # Foreground (Text)
export CURSOR_COLOR="#FDF0ED" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

View File

@ -1,39 +1,33 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
export COLOR_01="#575757" # HOST
export COLOR_02="#ff1b00" # SYNTAX_STRING
export COLOR_03="#a5e055" # COMMAND
export COLOR_04="#fbe74a" # COMMAND_COLOR2
export COLOR_05="#496487" # PATH
export COLOR_06="#fd5ff1" # SYNTAX_VAR
export COLOR_07="#86e9fe" # PROMP
export COLOR_08="#cbcccb" #
export COLOR_09="#262626" #
export COLOR_10="#d51d00" # COMMAND_ERROR
export COLOR_11="#a5df55" # EXEC
export COLOR_12="#fbe84a" #
export COLOR_13="#89beff" # FOLDER
export COLOR_14="#c001c1" #
export COLOR_15="#86eafe" #
export COLOR_16="#dbdbdb" #
export BACKGROUND_COLOR="#000000" # Background Color
export FOREGROUND_COLOR="#dbdbdb" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Hurtado"
# =============================================================== #
export COLOR_01="#575757" # Black (Host)
export COLOR_02="#ff1b00" # Red (Syntax string)
export COLOR_03="#a5e055" # Green (Command)
export COLOR_04="#fbe74a" # Yellow (Command second)
export COLOR_05="#496487" # Blue (Path)
export COLOR_06="#fd5ff1" # Magenta (Syntax var)
export COLOR_07="#86e9fe" # Cyan (Prompt)
export COLOR_08="#cbcccb" # White
export COLOR_09="#262626" # Bright Black
export COLOR_10="#d51d00" # Bright Red (Command error)
export COLOR_11="#a5df55" # Bright Green (Exec)
export COLOR_12="#fbe84a" # Bright Yellow
export COLOR_13="#89beff" # Bright Blue (Folder)
export COLOR_14="#c001c1" # Bright Magenta
export COLOR_15="#86eafe" # Bright Cyan
export COLOR_16="#dbdbdb" # Bright White
export BACKGROUND_COLOR="#000000" # Background
export FOREGROUND_COLOR="#dbdbdb" # Foreground (Text)
export CURSOR_COLOR="#dbdbdb" # Cursor
# =============================================================== #
# | ===========================================================================
# | Apply Colors
# ===============================================================|#
# | ===========================================================================
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"

Some files were not shown because too many files have changed in this diff Show More