diff --git a/gogh.yml b/gogh.yml deleted file mode 100644 index 80a2755..0000000 --- a/gogh.yml +++ /dev/null @@ -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 diff --git a/themes/3024-day.sh b/themes/3024-day.sh index 1970aa4..2dadcf0 100755 --- a/themes/3024-day.sh +++ b/themes/3024-day.sh @@ -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}")" diff --git a/themes/3024-night.sh b/themes/3024-night.sh index 8017371..96c121a 100755 --- a/themes/3024-night.sh +++ b/themes/3024-night.sh @@ -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}")" diff --git a/themes/aci.sh b/themes/aci.sh index cfda099..978b872 100755 --- a/themes/aci.sh +++ b/themes/aci.sh @@ -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}")" diff --git a/themes/aco.sh b/themes/aco.sh index 0ec4d1b..bdda947 100755 --- a/themes/aco.sh +++ b/themes/aco.sh @@ -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}")" diff --git a/themes/adventure-time.sh b/themes/adventure-time.sh new file mode 100755 index 0000000..86bcc3f --- /dev/null +++ b/themes/adventure-time.sh @@ -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 diff --git a/themes/adventuretime.sh b/themes/adventuretime.sh deleted file mode 100755 index 4af1f8d..0000000 --- a/themes/adventuretime.sh +++ /dev/null @@ -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 diff --git a/themes/afterglow.sh b/themes/afterglow.sh index d7ed6a6..ea56590 100755 --- a/themes/afterglow.sh +++ b/themes/afterglow.sh @@ -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}")" diff --git a/themes/alien-blood.sh b/themes/alien-blood.sh index db22084..a4e8c44 100755 --- a/themes/alien-blood.sh +++ b/themes/alien-blood.sh @@ -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}")" diff --git a/themes/argonaut.sh b/themes/argonaut.sh index dc1b34b..6a60e1d 100755 --- a/themes/argonaut.sh +++ b/themes/argonaut.sh @@ -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}")" diff --git a/themes/arthur.sh b/themes/arthur.sh index 92c67bd..bed283e 100755 --- a/themes/arthur.sh +++ b/themes/arthur.sh @@ -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}")" diff --git a/themes/atom.sh b/themes/atom.sh index e12fb1d..eab3671 100755 --- a/themes/atom.sh +++ b/themes/atom.sh @@ -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}")" diff --git a/themes/aura.sh b/themes/aura.sh index c4574c5..8509a04 100755 --- a/themes/aura.sh +++ b/themes/aura.sh @@ -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}")" diff --git a/themes/ayu-dark.sh b/themes/ayu-dark.sh index 33518ce..b2b637c 100755 --- a/themes/ayu-dark.sh +++ b/themes/ayu-dark.sh @@ -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}")" diff --git a/themes/ayu-light.sh b/themes/ayu-light.sh index 753e68c..81606b7 100755 --- a/themes/ayu-light.sh +++ b/themes/ayu-light.sh @@ -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}")" diff --git a/themes/ayu-mirage.sh b/themes/ayu-mirage.sh index bf6c973..73cc4c0 100755 --- a/themes/ayu-mirage.sh +++ b/themes/ayu-mirage.sh @@ -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}")" diff --git a/themes/azu.sh b/themes/azu.sh index 3b5c203..a1dd9fa 100755 --- a/themes/azu.sh +++ b/themes/azu.sh @@ -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}")" diff --git a/themes/belafonte-day.sh b/themes/belafonte-day.sh index 57f323f..425fd9c 100755 --- a/themes/belafonte-day.sh +++ b/themes/belafonte-day.sh @@ -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}")" diff --git a/themes/belafonte-night.sh b/themes/belafonte-night.sh index ec8a4ae..a7d4a4c 100755 --- a/themes/belafonte-night.sh +++ b/themes/belafonte-night.sh @@ -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}")" diff --git a/themes/bim.sh b/themes/bim.sh index d853cf1..0661f28 100755 --- a/themes/bim.sh +++ b/themes/bim.sh @@ -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}")" diff --git a/themes/birds-of-paradise.sh b/themes/birds-of-paradise.sh index b0a99ee..56d4b47 100755 --- a/themes/birds-of-paradise.sh +++ b/themes/birds-of-paradise.sh @@ -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}")" diff --git a/themes/blazer.sh b/themes/blazer.sh index 530cbea..41f5868 100755 --- a/themes/blazer.sh +++ b/themes/blazer.sh @@ -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}")" diff --git a/themes/bluloco-light.sh b/themes/bluloco-light.sh index cfcfde7..121409e 100755 --- a/themes/bluloco-light.sh +++ b/themes/bluloco-light.sh @@ -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}")" diff --git a/themes/bluloco-zsh-light.sh b/themes/bluloco-zsh-light.sh index 594083b..2a1f2b7 100755 --- a/themes/bluloco-zsh-light.sh +++ b/themes/bluloco-zsh-light.sh @@ -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}")" diff --git a/themes/borland.sh b/themes/borland.sh index 215745e..d1090fb 100755 --- a/themes/borland.sh +++ b/themes/borland.sh @@ -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}")" diff --git a/themes/breath-darker.sh b/themes/breath-darker.sh index 0183f84..13184e3 100755 --- a/themes/breath-darker.sh +++ b/themes/breath-darker.sh @@ -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}")" diff --git a/themes/breath-light.sh b/themes/breath-light.sh index 28b7d07..83aed8e 100755 --- a/themes/breath-light.sh +++ b/themes/breath-light.sh @@ -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}")" diff --git a/themes/breath-silverfox.sh b/themes/breath-silverfox.sh index a5fd1fd..bc9bd3d 100755 --- a/themes/breath-silverfox.sh +++ b/themes/breath-silverfox.sh @@ -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}")" diff --git a/themes/breath.sh b/themes/breath.sh index fcf328b..226114a 100755 --- a/themes/breath.sh +++ b/themes/breath.sh @@ -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}")" diff --git a/themes/breeze.sh b/themes/breeze.sh index ce70aed..7550cda 100755 --- a/themes/breeze.sh +++ b/themes/breeze.sh @@ -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}")" diff --git a/themes/broadcast.sh b/themes/broadcast.sh index 9080880..f8e4a31 100755 --- a/themes/broadcast.sh +++ b/themes/broadcast.sh @@ -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}")" diff --git a/themes/brogrammer.sh b/themes/brogrammer.sh index cea2e5a..b875214 100755 --- a/themes/brogrammer.sh +++ b/themes/brogrammer.sh @@ -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}")" diff --git a/themes/c64.sh b/themes/c64.sh index c97b72b..8e9df8b 100755 --- a/themes/c64.sh +++ b/themes/c64.sh @@ -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}")" diff --git a/themes/cai.sh b/themes/cai.sh index f60403d..ed79837 100755 --- a/themes/cai.sh +++ b/themes/cai.sh @@ -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}")" diff --git a/themes/catppuccin-frappe.sh b/themes/catppuccin-frappe.sh index 625e87b..cd059ce 100755 --- a/themes/catppuccin-frappe.sh +++ b/themes/catppuccin-frappe.sh @@ -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}")" diff --git a/themes/catppuccin-latte.sh b/themes/catppuccin-latte.sh index d16b7b7..eead5cd 100755 --- a/themes/catppuccin-latte.sh +++ b/themes/catppuccin-latte.sh @@ -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}")" diff --git a/themes/catppuccin-macchiato.sh b/themes/catppuccin-macchiato.sh index 19cf1ad..06df4a6 100755 --- a/themes/catppuccin-macchiato.sh +++ b/themes/catppuccin-macchiato.sh @@ -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}")" diff --git a/themes/catppuccin-mocha.sh b/themes/catppuccin-mocha.sh index 2e3be8d..de52f99 100755 --- a/themes/catppuccin-mocha.sh +++ b/themes/catppuccin-mocha.sh @@ -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}")" diff --git a/themes/chalk.sh b/themes/chalk.sh index b8e8cc3..92159e3 100755 --- a/themes/chalk.sh +++ b/themes/chalk.sh @@ -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}")" diff --git a/themes/chalkboard.sh b/themes/chalkboard.sh index 11f6d45..048878d 100755 --- a/themes/chalkboard.sh +++ b/themes/chalkboard.sh @@ -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}")" diff --git a/themes/chameleon.sh b/themes/chameleon.sh index f011cdb..6d50504 100755 --- a/themes/chameleon.sh +++ b/themes/chameleon.sh @@ -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}")" diff --git a/themes/ciapre.sh b/themes/ciapre.sh index b5add7d..547997b 100755 --- a/themes/ciapre.sh +++ b/themes/ciapre.sh @@ -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}")" diff --git a/themes/clone-of-ubuntu.sh b/themes/clone-of-ubuntu.sh index b483f38..23f3499 100755 --- a/themes/clone-of-ubuntu.sh +++ b/themes/clone-of-ubuntu.sh @@ -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}")" diff --git a/themes/clrs.sh b/themes/clrs.sh index ef7fbf9..b41c4e3 100755 --- a/themes/clrs.sh +++ b/themes/clrs.sh @@ -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}")" diff --git a/themes/cobalt-2.sh b/themes/cobalt-2.sh new file mode 100755 index 0000000..b39e97b --- /dev/null +++ b/themes/cobalt-2.sh @@ -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 diff --git a/themes/cobalt-neon.sh b/themes/cobalt-neon.sh index e3c7d0f..2e3ba61 100755 --- a/themes/cobalt-neon.sh +++ b/themes/cobalt-neon.sh @@ -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}")" diff --git a/themes/cobalt2.sh b/themes/cobalt2.sh deleted file mode 100755 index d489fa8..0000000 --- a/themes/cobalt2.sh +++ /dev/null @@ -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 diff --git a/themes/colorcli.sh b/themes/colorcli.sh index b39f7d0..eeb19b6 100755 --- a/themes/colorcli.sh +++ b/themes/colorcli.sh @@ -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 - diff --git a/themes/crayon-pony-fish.sh b/themes/crayon-pony-fish.sh index d32e4f0..1805834 100755 --- a/themes/crayon-pony-fish.sh +++ b/themes/crayon-pony-fish.sh @@ -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}")" diff --git a/themes/dark-pastel.sh b/themes/dark-pastel.sh index 38704d8..9830aed 100755 --- a/themes/dark-pastel.sh +++ b/themes/dark-pastel.sh @@ -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}")" diff --git a/themes/darkside.sh b/themes/darkside.sh index 7089aaf..083e1b8 100755 --- a/themes/darkside.sh +++ b/themes/darkside.sh @@ -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}")" diff --git a/themes/dehydration.sh b/themes/dehydration.sh index 7de3ca1..38ce9e0 100755 --- a/themes/dehydration.sh +++ b/themes/dehydration.sh @@ -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}")" diff --git a/themes/desert.sh b/themes/desert.sh index 1ecffa8..11786a3 100755 --- a/themes/desert.sh +++ b/themes/desert.sh @@ -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}")" diff --git a/themes/dimmed-monokai.sh b/themes/dimmed-monokai.sh index 35dc5d4..e121b64 100755 --- a/themes/dimmed-monokai.sh +++ b/themes/dimmed-monokai.sh @@ -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}")" diff --git a/themes/dissonance.sh b/themes/dissonance.sh index 5bafe9f..a188ac6 100755 --- a/themes/dissonance.sh +++ b/themes/dissonance.sh @@ -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}")" diff --git a/themes/dracula.sh b/themes/dracula.sh index 37f31a1..7fce92a 100755 --- a/themes/dracula.sh +++ b/themes/dracula.sh @@ -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}")" diff --git a/themes/earthsong.sh b/themes/earthsong.sh index 93311e8..f6b0b68 100755 --- a/themes/earthsong.sh +++ b/themes/earthsong.sh @@ -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}")" diff --git a/themes/elemental.sh b/themes/elemental.sh index c9d319f..ed12b3a 100755 --- a/themes/elemental.sh +++ b/themes/elemental.sh @@ -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}")" diff --git a/themes/elementary.sh b/themes/elementary.sh index 5465dda..ec903e8 100755 --- a/themes/elementary.sh +++ b/themes/elementary.sh @@ -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}")" diff --git a/themes/elic.sh b/themes/elic.sh index 3e7f8d2..1288dd1 100755 --- a/themes/elic.sh +++ b/themes/elic.sh @@ -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}")" diff --git a/themes/elio.sh b/themes/elio.sh index e12bbb8..68f4884 100755 --- a/themes/elio.sh +++ b/themes/elio.sh @@ -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}")" diff --git a/themes/espresso-libre.sh b/themes/espresso-libre.sh index 70d2289..37dbd3b 100755 --- a/themes/espresso-libre.sh +++ b/themes/espresso-libre.sh @@ -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}")" diff --git a/themes/espresso.sh b/themes/espresso.sh index f7ac50e..b400274 100755 --- a/themes/espresso.sh +++ b/themes/espresso.sh @@ -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}")" diff --git a/themes/everblush.sh b/themes/everblush.sh index abc66d4..d1e54b4 100755 --- a/themes/everblush.sh +++ b/themes/everblush.sh @@ -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}")" diff --git a/themes/everforest-dark.sh b/themes/everforest-dark.sh index 262284e..bca7aee 100755 --- a/themes/everforest-dark.sh +++ b/themes/everforest-dark.sh @@ -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}")" diff --git a/themes/everforest-light.sh b/themes/everforest-light.sh index 98c25c4..5da14a7 100755 --- a/themes/everforest-light.sh +++ b/themes/everforest-light.sh @@ -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}")" diff --git a/themes/fairy-floss-dark.sh b/themes/fairy-floss-dark.sh new file mode 100755 index 0000000..47b25e6 --- /dev/null +++ b/themes/fairy-floss-dark.sh @@ -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 diff --git a/themes/fairy-floss.sh b/themes/fairy-floss.sh new file mode 100755 index 0000000..7b2c3d3 --- /dev/null +++ b/themes/fairy-floss.sh @@ -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 diff --git a/themes/fairyfloss.sh b/themes/fairyfloss.sh deleted file mode 100755 index c4435bb..0000000 --- a/themes/fairyfloss.sh +++ /dev/null @@ -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 diff --git a/themes/fairyflossdark.sh b/themes/fairyflossdark.sh deleted file mode 100755 index fa99b99..0000000 --- a/themes/fairyflossdark.sh +++ /dev/null @@ -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 diff --git a/themes/fishtank.sh b/themes/fishtank.sh index bae784d..57f5347 100755 --- a/themes/fishtank.sh +++ b/themes/fishtank.sh @@ -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}")" diff --git a/themes/flat-remix.sh b/themes/flat-remix.sh index 87b6d47..78922cc 100755 --- a/themes/flat-remix.sh +++ b/themes/flat-remix.sh @@ -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}")" diff --git a/themes/flat.sh b/themes/flat.sh index 0e231db..f9fee56 100755 --- a/themes/flat.sh +++ b/themes/flat.sh @@ -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}")" diff --git a/themes/flatland.sh b/themes/flatland.sh index f2a056a..d93aa3c 100755 --- a/themes/flatland.sh +++ b/themes/flatland.sh @@ -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}")" diff --git a/themes/foxnightly.sh b/themes/foxnightly.sh index 3a1c398..13cfc88 100755 --- a/themes/foxnightly.sh +++ b/themes/foxnightly.sh @@ -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}")" diff --git a/themes/freya.sh b/themes/freya.sh index 7273835..a7fbd43 100755 --- a/themes/freya.sh +++ b/themes/freya.sh @@ -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}")" diff --git a/themes/frontend-delight.sh b/themes/frontend-delight.sh index 2da53db..44932fb 100755 --- a/themes/frontend-delight.sh +++ b/themes/frontend-delight.sh @@ -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}")" diff --git a/themes/frontend-fun-forrest.sh b/themes/frontend-fun-forrest.sh index 8463a52..728f98a 100755 --- a/themes/frontend-fun-forrest.sh +++ b/themes/frontend-fun-forrest.sh @@ -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}")" diff --git a/themes/frontend-galaxy.sh b/themes/frontend-galaxy.sh index 7d091a8..735579c 100755 --- a/themes/frontend-galaxy.sh +++ b/themes/frontend-galaxy.sh @@ -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}")" diff --git a/themes/geohot.sh b/themes/geohot.sh index 769ce25..b609a79 100755 --- a/themes/geohot.sh +++ b/themes/geohot.sh @@ -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 diff --git a/themes/github.sh b/themes/github.sh index 205b349..1525cb3 100755 --- a/themes/github.sh +++ b/themes/github.sh @@ -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}")" diff --git a/themes/gogh.sh b/themes/gogh.sh index 0ef3e39..e3198f6 100755 --- a/themes/gogh.sh +++ b/themes/gogh.sh @@ -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}")" diff --git a/themes/gooey.sh b/themes/gooey.sh index d849688..8036b97 100755 --- a/themes/gooey.sh +++ b/themes/gooey.sh @@ -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}")" diff --git a/themes/google-dark.sh b/themes/google-dark.sh index d2d4f16..c3af2f0 100755 --- a/themes/google-dark.sh +++ b/themes/google-dark.sh @@ -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}")" diff --git a/themes/google-light.sh b/themes/google-light.sh index 30e782c..36ae653 100755 --- a/themes/google-light.sh +++ b/themes/google-light.sh @@ -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}")" diff --git a/themes/gotham.sh b/themes/gotham.sh index b3575e7..1fa1237 100755 --- a/themes/gotham.sh +++ b/themes/gotham.sh @@ -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}")" diff --git a/themes/grape.sh b/themes/grape.sh index 5a0a287..7dae812 100755 --- a/themes/grape.sh +++ b/themes/grape.sh @@ -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}")" diff --git a/themes/grass.sh b/themes/grass.sh index 1c88bac..cb3d01b 100755 --- a/themes/grass.sh +++ b/themes/grass.sh @@ -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}")" diff --git a/themes/gruvbox-dark.sh b/themes/gruvbox-dark.sh index 1faae4a..427058f 100755 --- a/themes/gruvbox-dark.sh +++ b/themes/gruvbox-dark.sh @@ -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}")" diff --git a/themes/gruvbox.sh b/themes/gruvbox.sh index 3bd90af..560b89a 100755 --- a/themes/gruvbox.sh +++ b/themes/gruvbox.sh @@ -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}")" diff --git a/themes/hardcore.sh b/themes/hardcore.sh index 3e66710..be275b5 100755 --- a/themes/hardcore.sh +++ b/themes/hardcore.sh @@ -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}")" diff --git a/themes/harper.sh b/themes/harper.sh index de896d5..18709d6 100755 --- a/themes/harper.sh +++ b/themes/harper.sh @@ -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}")" diff --git a/themes/hemisu-dark.sh b/themes/hemisu-dark.sh index 423516f..1105a63 100755 --- a/themes/hemisu-dark.sh +++ b/themes/hemisu-dark.sh @@ -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}")" diff --git a/themes/hemisu-light.sh b/themes/hemisu-light.sh index 8d6ebd7..834bd4a 100755 --- a/themes/hemisu-light.sh +++ b/themes/hemisu-light.sh @@ -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}")" diff --git a/themes/highway.sh b/themes/highway.sh index 3067a49..dddb6b7 100755 --- a/themes/highway.sh +++ b/themes/highway.sh @@ -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}")" diff --git a/themes/hipster-green.sh b/themes/hipster-green.sh index 0daf476..e97381d 100755 --- a/themes/hipster-green.sh +++ b/themes/hipster-green.sh @@ -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}")" diff --git a/themes/homebrew.sh b/themes/homebrew.sh index 733c4f5..ffe9ba2 100755 --- a/themes/homebrew.sh +++ b/themes/homebrew.sh @@ -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}")" diff --git a/themes/horizon-bright.sh b/themes/horizon-bright.sh index c3d1bea..6d3543a 100755 --- a/themes/horizon-bright.sh +++ b/themes/horizon-bright.sh @@ -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}")" diff --git a/themes/horizon-dark.sh b/themes/horizon-dark.sh index 9bfad46..3d0076d 100755 --- a/themes/horizon-dark.sh +++ b/themes/horizon-dark.sh @@ -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}")" diff --git a/themes/hurtado.sh b/themes/hurtado.sh index 31fd8b9..dc91efb 100755 --- a/themes/hurtado.sh +++ b/themes/hurtado.sh @@ -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}")" diff --git a/themes/hybrid.sh b/themes/hybrid.sh index 2decce9..cedc5db 100755 --- a/themes/hybrid.sh +++ b/themes/hybrid.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#282a2e" # HOST -export COLOR_02="#A54242" # SYNTAX_STRING -export COLOR_03="#8C9440" # COMMAND -export COLOR_04="#de935f" # COMMAND_COLOR2 -export COLOR_05="#5F819D" # PATH -export COLOR_06="#85678F" # SYNTAX_VAR -export COLOR_07="#5E8D87" # PROMP -export COLOR_08="#969896" # - -export COLOR_09="#373b41" # -export COLOR_10="#cc6666" # COMMAND_ERROR -export COLOR_11="#b5bd68" # EXEC -export COLOR_12="#f0c674" # -export COLOR_13="#81a2be" # FOLDER -export COLOR_14="#b294bb" # -export COLOR_15="#8abeb7" # -export COLOR_16="#c5c8c6" # - -export BACKGROUND_COLOR="#141414" # Background Color -export FOREGROUND_COLOR="#94a3a5" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Hybrid" -# =============================================================== # +export COLOR_01="#282a2e" # Black (Host) +export COLOR_02="#A54242" # Red (Syntax string) +export COLOR_03="#8C9440" # Green (Command) +export COLOR_04="#de935f" # Yellow (Command second) +export COLOR_05="#5F819D" # Blue (Path) +export COLOR_06="#85678F" # Magenta (Syntax var) +export COLOR_07="#5E8D87" # Cyan (Prompt) +export COLOR_08="#969896" # White +export COLOR_09="#373b41" # Bright Black +export COLOR_10="#cc6666" # Bright Red (Command error) +export COLOR_11="#b5bd68" # Bright Green (Exec) +export COLOR_12="#f0c674" # Bright Yellow +export COLOR_13="#81a2be" # Bright Blue (Folder) +export COLOR_14="#b294bb" # Bright Magenta +export COLOR_15="#8abeb7" # Bright Cyan +export COLOR_16="#c5c8c6" # Bright White +export BACKGROUND_COLOR="#141414" # 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}")" diff --git a/themes/ibm-3270-high-contrast.sh b/themes/ibm-3270-high-contrast.sh new file mode 100755 index 0000000..d4496a9 --- /dev/null +++ b/themes/ibm-3270-high-contrast.sh @@ -0,0 +1,49 @@ +#!/usr/bin/env bash + +export PROFILE_NAME="Ibm 3270 (High Contrast)" + +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#FF0000" # Red (Syntax string) +export COLOR_03="#00FF00" # Green (Command) +export COLOR_04="#FFFF00" # Yellow (Command second) +export COLOR_05="#00BFFF" # Blue (Path) +export COLOR_06="#FFC0CB" # Magenta (Syntax var) +export COLOR_07="#40E0D0" # Cyan (Prompt) +export COLOR_08="#BEBEBE" # White + +export COLOR_09="#414141" # Bright Black +export COLOR_10="#FFA500" # Bright Red (Command error) +export COLOR_11="#98FB98" # Bright Green (Exec) +export COLOR_12="#FFFF00" # Bright Yellow +export COLOR_13="#0000CD" # Bright Blue (Folder) +export COLOR_14="#A020F0" # Bright Magenta +export COLOR_15="#AEEEEE" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White + +export BACKGROUND_COLOR="#000000" # Background +export FOREGROUND_COLOR="#FDFDFD" # Foreground (Text) + +export CURSOR_COLOR="#FDFDFD" # 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 diff --git a/themes/ibm3270-hicontrast.sh b/themes/ibm3270-hicontrast.sh deleted file mode 100755 index 3ded4c1..0000000 --- a/themes/ibm3270-hicontrast.sh +++ /dev/null @@ -1,55 +0,0 @@ -#!/usr/bin/env bash - -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # Black -export COLOR_02="#FF0000" # Red -export COLOR_03="#00FF00" # Green -export COLOR_04="#FFFF00" # Yellow -export COLOR_05="#00BFFF" # Blue -export COLOR_06="#FFC0CB" # Magenta -export COLOR_07="#40E0D0" # Cyan -export COLOR_08="#BEBEBE" # Light gray - -export COLOR_09="#414141" # Dark gray -export COLOR_10="#FFA500" # Light Red -export COLOR_11="#98FB98" # Light Green -export COLOR_12="#FFFF00" # Light Yellow -export COLOR_13="#0000CD" # Light Blue -export COLOR_14="#A020F0" # Light Magenta -export COLOR_15="#AEEEEE" # Light Cyan -export COLOR_16="#FFFFFF" # White - -export BACKGROUND_COLOR="#000000" # Background Color -export FOREGROUND_COLOR="#FDFDFD" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="IBM 3270 (High Contrast)" -# =============================================================== # - - - - - - - -# =============================================================== # -# | 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 diff --git a/themes/ibm3270.sh b/themes/ibm3270.sh index 375849a..2aa0bce 100755 --- a/themes/ibm3270.sh +++ b/themes/ibm3270.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#222222" # Black -export COLOR_02="#F01818" # Red -export COLOR_03="#24D830" # Green -export COLOR_04="#F0D824" # Yellow -export COLOR_05="#7890F0" # Blue -export COLOR_06="#F078D8" # Magenta -export COLOR_07="#54E4E4" # Cyan -export COLOR_08="#A5A5A5" # Light gray +export PROFILE_NAME="Ibm3270" -export COLOR_09="#888888" # Dark gray -export COLOR_10="#EF8383" # Light Red -export COLOR_11="#7ED684" # Light Green -export COLOR_12="#EFE28B" # Light Yellow -export COLOR_13="#B3BFEF" # Light Blue -export COLOR_14="#EFB3E3" # Light Magenta -export COLOR_15="#9CE2E2" # Light Cyan -export COLOR_16="#FFFFFF" # White +export COLOR_01="#222222" # Black (Host) +export COLOR_02="#F01818" # Red (Syntax string) +export COLOR_03="#24D830" # Green (Command) +export COLOR_04="#F0D824" # Yellow (Command second) +export COLOR_05="#7890F0" # Blue (Path) +export COLOR_06="#F078D8" # Magenta (Syntax var) +export COLOR_07="#54E4E4" # Cyan (Prompt) +export COLOR_08="#A5A5A5" # White -export BACKGROUND_COLOR="#000000" # Background Color -export FOREGROUND_COLOR="#FDFDFD" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="ibm3270" -# =============================================================== # +export COLOR_09="#888888" # Bright Black +export COLOR_10="#EF8383" # Bright Red (Command error) +export COLOR_11="#7ED684" # Bright Green (Exec) +export COLOR_12="#EFE28B" # Bright Yellow +export COLOR_13="#B3BFEF" # Bright Blue (Folder) +export COLOR_14="#EFB3E3" # Bright Magenta +export COLOR_15="#9CE2E2" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White +export BACKGROUND_COLOR="#000000" # Background +export FOREGROUND_COLOR="#FDFDFD" # Foreground (Text) +export CURSOR_COLOR="#FDFDFD" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/ic-green-ppl.sh b/themes/ic-green-ppl.sh index 5e3d312..004d32e 100755 --- a/themes/ic-green-ppl.sh +++ b/themes/ic-green-ppl.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#1f1f1f" # HOST -export COLOR_02="#fb002a" # SYNTAX_STRING -export COLOR_03="#339c24" # COMMAND -export COLOR_04="#659b25" # COMMAND_COLOR2 -export COLOR_05="#149b45" # PATH -export COLOR_06="#53b82c" # SYNTAX_VAR -export COLOR_07="#2cb868" # PROMP -export COLOR_08="#e0ffef" # +export PROFILE_NAME="Ic Green Ppl" -export COLOR_09="#032710" # -export COLOR_10="#a7ff3f" # COMMAND_ERROR -export COLOR_11="#9fff6d" # EXEC -export COLOR_12="#d2ff6d" # -export COLOR_13="#72ffb5" # FOLDER -export COLOR_14="#50ff3e" # -export COLOR_15="#22ff71" # -export COLOR_16="#daefd0" # +export COLOR_01="#1f1f1f" # Black (Host) +export COLOR_02="#fb002a" # Red (Syntax string) +export COLOR_03="#339c24" # Green (Command) +export COLOR_04="#659b25" # Yellow (Command second) +export COLOR_05="#149b45" # Blue (Path) +export COLOR_06="#53b82c" # Magenta (Syntax var) +export COLOR_07="#2cb868" # Cyan (Prompt) +export COLOR_08="#e0ffef" # White -export BACKGROUND_COLOR="#3a3d3f" # Background Color -export FOREGROUND_COLOR="#d9efd3" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor -export PROFILE_NAME="IC Green PPL" -# =============================================================== # +export COLOR_09="#032710" # Bright Black +export COLOR_10="#a7ff3f" # Bright Red (Command error) +export COLOR_11="#9fff6d" # Bright Green (Exec) +export COLOR_12="#d2ff6d" # Bright Yellow +export COLOR_13="#72ffb5" # Bright Blue (Folder) +export COLOR_14="#50ff3e" # Bright Magenta +export COLOR_15="#22ff71" # Bright Cyan +export COLOR_16="#daefd0" # Bright White +export BACKGROUND_COLOR="#3a3d3f" # Background +export FOREGROUND_COLOR="#d9efd3" # Foreground (Text) +export CURSOR_COLOR="#d9efd3" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/ic-orange-ppl.sh b/themes/ic-orange-ppl.sh index 81ecbda..c5348c8 100755 --- a/themes/ic-orange-ppl.sh +++ b/themes/ic-orange-ppl.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#c13900" # SYNTAX_STRING -export COLOR_03="#a4a900" # COMMAND -export COLOR_04="#caaf00" # COMMAND_COLOR2 -export COLOR_05="#bd6d00" # PATH -export COLOR_06="#fc5e00" # SYNTAX_VAR -export COLOR_07="#f79500" # PROMP -export COLOR_08="#ffc88a" # +export PROFILE_NAME="Ic Orange Ppl" -export COLOR_09="#6a4f2a" # -export COLOR_10="#ff8c68" # COMMAND_ERROR -export COLOR_11="#f6ff40" # EXEC -export COLOR_12="#ffe36e" # -export COLOR_13="#ffbe55" # FOLDER -export COLOR_14="#fc874f" # -export COLOR_15="#c69752" # -export COLOR_16="#fafaff" # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#c13900" # Red (Syntax string) +export COLOR_03="#a4a900" # Green (Command) +export COLOR_04="#caaf00" # Yellow (Command second) +export COLOR_05="#bd6d00" # Blue (Path) +export COLOR_06="#fc5e00" # Magenta (Syntax var) +export COLOR_07="#f79500" # Cyan (Prompt) +export COLOR_08="#ffc88a" # White -export BACKGROUND_COLOR="#262626" # Background Color -export FOREGROUND_COLOR="#ffcb83" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor -export PROFILE_NAME="IC Orange PPL" -# =============================================================== # +export COLOR_09="#6a4f2a" # Bright Black +export COLOR_10="#ff8c68" # Bright Red (Command error) +export COLOR_11="#f6ff40" # Bright Green (Exec) +export COLOR_12="#ffe36e" # Bright Yellow +export COLOR_13="#ffbe55" # Bright Blue (Folder) +export COLOR_14="#fc874f" # Bright Magenta +export COLOR_15="#c69752" # Bright Cyan +export COLOR_16="#fafaff" # Bright White +export BACKGROUND_COLOR="#262626" # Background +export FOREGROUND_COLOR="#ffcb83" # Foreground (Text) +export CURSOR_COLOR="#ffcb83" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/idle-toes.sh b/themes/idle-toes.sh index 2694562..53a93de 100755 --- a/themes/idle-toes.sh +++ b/themes/idle-toes.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#323232" # HOST -export COLOR_02="#d25252" # SYNTAX_STRING -export COLOR_03="#7fe173" # COMMAND -export COLOR_04="#ffc66d" # COMMAND_COLOR2 -export COLOR_05="#4099ff" # PATH -export COLOR_06="#f680ff" # SYNTAX_VAR -export COLOR_07="#bed6ff" # PROMP -export COLOR_08="#eeeeec" # - -export COLOR_09="#535353" # -export COLOR_10="#f07070" # COMMAND_ERROR -export COLOR_11="#9dff91" # EXEC -export COLOR_12="#ffe48b" # -export COLOR_13="#5eb7f7" # FOLDER -export COLOR_14="#ff9dff" # -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="Idle Toes" -# =============================================================== # +export COLOR_01="#323232" # Black (Host) +export COLOR_02="#d25252" # Red (Syntax string) +export COLOR_03="#7fe173" # Green (Command) +export COLOR_04="#ffc66d" # Yellow (Command second) +export COLOR_05="#4099ff" # Blue (Path) +export COLOR_06="#f680ff" # Magenta (Syntax var) +export COLOR_07="#bed6ff" # Cyan (Prompt) +export COLOR_08="#eeeeec" # White +export COLOR_09="#535353" # Bright Black +export COLOR_10="#f07070" # Bright Red (Command error) +export COLOR_11="#9dff91" # Bright Green (Exec) +export COLOR_12="#ffe48b" # Bright Yellow +export COLOR_13="#5eb7f7" # Bright Blue (Folder) +export COLOR_14="#ff9dff" # 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}")" diff --git a/themes/ir-black.sh b/themes/ir-black.sh index afc685c..ed15484 100755 --- a/themes/ir-black.sh +++ b/themes/ir-black.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#4e4e4e" # HOST -export COLOR_02="#ff6c60" # SYNTAX_STRING -export COLOR_03="#a8ff60" # COMMAND -export COLOR_04="#ffffb6" # COMMAND_COLOR2 -export COLOR_05="#69cbfe" # 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="#ffffcb" # -export COLOR_13="#b5dcfe" # FOLDER -export COLOR_14="#ff9cfe" # -export COLOR_15="#dfdffe" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#000000" # Background Color -export FOREGROUND_COLOR="#eeeeee" # Text -export CURSOR_COLOR="#ffa560" # Cursor export PROFILE_NAME="Ir Black" -# ============================================= +export COLOR_01="#4e4e4e" # 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="#69cbfe" # 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="#ffffcb" # Bright Yellow +export COLOR_13="#b5dcfe" # Bright Blue (Folder) +export COLOR_14="#ff9cfe" # Bright Magenta +export COLOR_15="#dfdffe" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#000000" # Background +export FOREGROUND_COLOR="#eeeeee" # Foreground (Text) +export CURSOR_COLOR="#ffa560" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/jackie-brown.sh b/themes/jackie-brown.sh index 3df093b..56bb563 100755 --- a/themes/jackie-brown.sh +++ b/themes/jackie-brown.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#2c1d16" # HOST -export COLOR_02="#ef5734" # SYNTAX_STRING -export COLOR_03="#2baf2b" # COMMAND -export COLOR_04="#bebf00" # COMMAND_COLOR2 -export COLOR_05="#246eb2" # PATH -export COLOR_06="#d05ec1" # SYNTAX_VAR -export COLOR_07="#00acee" # 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="#2c1d16" # Background Color -export FOREGROUND_COLOR="#ffcc2f" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Jackie Brown" -# =============================================================== # +export COLOR_01="#2c1d16" # Black (Host) +export COLOR_02="#ef5734" # Red (Syntax string) +export COLOR_03="#2baf2b" # Green (Command) +export COLOR_04="#bebf00" # Yellow (Command second) +export COLOR_05="#246eb2" # Blue (Path) +export COLOR_06="#d05ec1" # Magenta (Syntax var) +export COLOR_07="#00acee" # 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="#2c1d16" # Background +export FOREGROUND_COLOR="#ffcc2f" # Foreground (Text) +export CURSOR_COLOR="#ffcc2f" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/japanesque.sh b/themes/japanesque.sh index 242bb78..1740ea8 100755 --- a/themes/japanesque.sh +++ b/themes/japanesque.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#343935" # HOST -export COLOR_02="#cf3f61" # SYNTAX_STRING -export COLOR_03="#7bb75b" # COMMAND -export COLOR_04="#e9b32a" # COMMAND_COLOR2 -export COLOR_05="#4c9ad4" # PATH -export COLOR_06="#a57fc4" # SYNTAX_VAR -export COLOR_07="#389aad" # PROMP -export COLOR_08="#fafaf6" # - -export COLOR_09="#595b59" # -export COLOR_10="#d18fa6" # COMMAND_ERROR -export COLOR_11="#767f2c" # EXEC -export COLOR_12="#78592f" # -export COLOR_13="#135979" # FOLDER -export COLOR_14="#604291" # -export COLOR_15="#76bbca" # -export COLOR_16="#b2b5ae" # - -export BACKGROUND_COLOR="#1e1e1e" # Background Color -export FOREGROUND_COLOR="#f7f6ec" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Japanesque" -# =============================================================== # +export COLOR_01="#343935" # Black (Host) +export COLOR_02="#cf3f61" # Red (Syntax string) +export COLOR_03="#7bb75b" # Green (Command) +export COLOR_04="#e9b32a" # Yellow (Command second) +export COLOR_05="#4c9ad4" # Blue (Path) +export COLOR_06="#a57fc4" # Magenta (Syntax var) +export COLOR_07="#389aad" # Cyan (Prompt) +export COLOR_08="#fafaf6" # White +export COLOR_09="#595b59" # Bright Black +export COLOR_10="#d18fa6" # Bright Red (Command error) +export COLOR_11="#767f2c" # Bright Green (Exec) +export COLOR_12="#78592f" # Bright Yellow +export COLOR_13="#135979" # Bright Blue (Folder) +export COLOR_14="#604291" # Bright Magenta +export COLOR_15="#76bbca" # Bright Cyan +export COLOR_16="#b2b5ae" # Bright White +export BACKGROUND_COLOR="#1e1e1e" # Background +export FOREGROUND_COLOR="#f7f6ec" # Foreground (Text) +export CURSOR_COLOR="#f7f6ec" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/jellybeans.sh b/themes/jellybeans.sh index 4232d26..cfe9693 100755 --- a/themes/jellybeans.sh +++ b/themes/jellybeans.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#929292" # HOST -export COLOR_02="#e27373" # SYNTAX_STRING -export COLOR_03="#94b979" # COMMAND -export COLOR_04="#ffba7b" # COMMAND_COLOR2 -export COLOR_05="#97bedc" # PATH -export COLOR_06="#e1c0fa" # SYNTAX_VAR -export COLOR_07="#00988e" # PROMP -export COLOR_08="#dedede" # - -export COLOR_09="#bdbdbd" # -export COLOR_10="#ffa1a1" # COMMAND_ERROR -export COLOR_11="#bddeab" # EXEC -export COLOR_12="#ffdca0" # -export COLOR_13="#b1d8f6" # FOLDER -export COLOR_14="#fbdaff" # -export COLOR_15="#1ab2a8" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#121212" # Background Color -export FOREGROUND_COLOR="#dedede" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Jellybeans" -# =============================================================== # +export COLOR_01="#929292" # Black (Host) +export COLOR_02="#e27373" # Red (Syntax string) +export COLOR_03="#94b979" # Green (Command) +export COLOR_04="#ffba7b" # Yellow (Command second) +export COLOR_05="#97bedc" # Blue (Path) +export COLOR_06="#e1c0fa" # Magenta (Syntax var) +export COLOR_07="#00988e" # Cyan (Prompt) +export COLOR_08="#dedede" # White +export COLOR_09="#bdbdbd" # Bright Black +export COLOR_10="#ffa1a1" # Bright Red (Command error) +export COLOR_11="#bddeab" # Bright Green (Exec) +export COLOR_12="#ffdca0" # Bright Yellow +export COLOR_13="#b1d8f6" # Bright Blue (Folder) +export COLOR_14="#fbdaff" # Bright Magenta +export COLOR_15="#1ab2a8" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#121212" # 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}")" diff --git a/themes/jup.sh b/themes/jup.sh index 0dbc39c..3c5b0d2 100755 --- a/themes/jup.sh +++ b/themes/jup.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#dd006f" # SYNTAX_STRING -export COLOR_03="#6fdd00" # COMMAND -export COLOR_04="#dd6f00" # COMMAND_COLOR2 -export COLOR_05="#006fdd" # PATH -export COLOR_06="#6f00dd" # SYNTAX_VAR -export COLOR_07="#00dd6f" # PROMP -export COLOR_08="#f2f2f2" # - -export COLOR_09="#7d7d7d" # -export COLOR_10="#ff74b9" # COMMAND_ERROR -export COLOR_11="#b9ff74" # EXEC -export COLOR_12="#ffb974" # -export COLOR_13="#74b9ff" # FOLDER -export COLOR_14="#b974ff" # -export COLOR_15="#74ffb9" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#758480" # Background Color -export FOREGROUND_COLOR="#23476a" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Jup" -# ===================== END CONFIG ======================================= # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#dd006f" # Red (Syntax string) +export COLOR_03="#6fdd00" # Green (Command) +export COLOR_04="#dd6f00" # Yellow (Command second) +export COLOR_05="#006fdd" # Blue (Path) +export COLOR_06="#6f00dd" # Magenta (Syntax var) +export COLOR_07="#00dd6f" # Cyan (Prompt) +export COLOR_08="#f2f2f2" # White +export COLOR_09="#7d7d7d" # Bright Black +export COLOR_10="#ff74b9" # Bright Red (Command error) +export COLOR_11="#b9ff74" # Bright Green (Exec) +export COLOR_12="#ffb974" # Bright Yellow +export COLOR_13="#74b9ff" # Bright Blue (Folder) +export COLOR_14="#b974ff" # Bright Magenta +export COLOR_15="#74ffb9" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#758480" # Background +export FOREGROUND_COLOR="#23476a" # Foreground (Text) +export CURSOR_COLOR="#23476a" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/kanagawa.sh b/themes/kanagawa.sh index 95bbcf2..4e8a107 100755 --- a/themes/kanagawa.sh +++ b/themes/kanagawa.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#090618" # Black -export COLOR_02="#C34043" # Red -export COLOR_03="#76946A" # Green -export COLOR_04="#C0A36E" # Yellow -export COLOR_05="#7E9CD8" # Blue -export COLOR_06="#957FB8" # Magenta -export COLOR_07="#6A9589" # Cyan -export COLOR_08="#DCD7BA" # Light gray +export PROFILE_NAME="Kanagawa" -export COLOR_09="#727169" # Dark gray -export COLOR_10="#E82424" # Light Red -export COLOR_11="#98BB6C" # Light Green -export COLOR_12="#E6C384" # Light Yellow -export COLOR_13="#7FB4CA" # Light Blue -export COLOR_14="#938AA9" # Light Magenta -export COLOR_15="#7AA89F" # Light Cyan -export COLOR_16="#C8C093" # White +export COLOR_01="#090618" # Black (Host) +export COLOR_02="#C34043" # Red (Syntax string) +export COLOR_03="#76946A" # Green (Command) +export COLOR_04="#C0A36E" # Yellow (Command second) +export COLOR_05="#7E9CD8" # Blue (Path) +export COLOR_06="#957FB8" # Magenta (Syntax var) +export COLOR_07="#6A9589" # Cyan (Prompt) +export COLOR_08="#DCD7BA" # White -export BACKGROUND_COLOR="#1F1F28" # Background Color -export FOREGROUND_COLOR="#DCD7BA" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="kanagawa" -# =============================================================== # +export COLOR_09="#727169" # Bright Black +export COLOR_10="#E82424" # Bright Red (Command error) +export COLOR_11="#98BB6C" # Bright Green (Exec) +export COLOR_12="#E6C384" # Bright Yellow +export COLOR_13="#7FB4CA" # Bright Blue (Folder) +export COLOR_14="#938AA9" # Bright Magenta +export COLOR_15="#7AA89F" # Bright Cyan +export COLOR_16="#C8C093" # Bright White +export BACKGROUND_COLOR="#1F1F28" # Background +export FOREGROUND_COLOR="#DCD7BA" # Foreground (Text) +export CURSOR_COLOR="#DCD7BA" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/kibble.sh b/themes/kibble.sh index 58c8fb2..998d92b 100755 --- a/themes/kibble.sh +++ b/themes/kibble.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#4d4d4d" # HOST -export COLOR_02="#c70031" # SYNTAX_STRING -export COLOR_03="#29cf13" # COMMAND -export COLOR_04="#d8e30e" # COMMAND_COLOR2 -export COLOR_05="#3449d1" # PATH -export COLOR_06="#8400ff" # SYNTAX_VAR -export COLOR_07="#0798ab" # PROMP -export COLOR_08="#e2d1e3" # - -export COLOR_09="#5a5a5a" # -export COLOR_10="#f01578" # COMMAND_ERROR -export COLOR_11="#6ce05c" # EXEC -export COLOR_12="#f3f79e" # -export COLOR_13="#97a4f7" # FOLDER -export COLOR_14="#c495f0" # -export COLOR_15="#68f2e0" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#0e100a" # Background Color -export FOREGROUND_COLOR="#f7f7f7" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Kibble" -# =============================================================== # +export COLOR_01="#4d4d4d" # Black (Host) +export COLOR_02="#c70031" # Red (Syntax string) +export COLOR_03="#29cf13" # Green (Command) +export COLOR_04="#d8e30e" # Yellow (Command second) +export COLOR_05="#3449d1" # Blue (Path) +export COLOR_06="#8400ff" # Magenta (Syntax var) +export COLOR_07="#0798ab" # Cyan (Prompt) +export COLOR_08="#e2d1e3" # White +export COLOR_09="#5a5a5a" # Bright Black +export COLOR_10="#f01578" # Bright Red (Command error) +export COLOR_11="#6ce05c" # Bright Green (Exec) +export COLOR_12="#f3f79e" # Bright Yellow +export COLOR_13="#97a4f7" # Bright Blue (Folder) +export COLOR_14="#c495f0" # Bright Magenta +export COLOR_15="#68f2e0" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#0e100a" # Background +export FOREGROUND_COLOR="#f7f7f7" # Foreground (Text) +export CURSOR_COLOR="#f7f7f7" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/kokuban.sh b/themes/kokuban.sh index 7bb5b60..3888dd4 100755 --- a/themes/kokuban.sh +++ b/themes/kokuban.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#2E8744" # Black -export COLOR_02="#D84E4C" # Red -export COLOR_03="#95DA5A" # Green -export COLOR_04="#D6E264" # Yellow -export COLOR_05="#4B9ED7" # Blue -export COLOR_06="#945FC5" # Magenta -export COLOR_07="#D89B25" # Cyan -export COLOR_08="#D8E2D7" # Light gray +export PROFILE_NAME="Kokuban" -export COLOR_09="#34934F" # Dark gray -export COLOR_10="#FF4F59" # Light Red -export COLOR_11="#AFF56A" # Light Green -export COLOR_12="#FCFF75" # Light Yellow -export COLOR_13="#57AEFF" # Light Blue -export COLOR_14="#AE63E9" # Light Magenta -export COLOR_15="#FFAA2B" # Light Cyan -export COLOR_16="#FFFEFE" # White +export COLOR_01="#2E8744" # Black (Host) +export COLOR_02="#D84E4C" # Red (Syntax string) +export COLOR_03="#95DA5A" # Green (Command) +export COLOR_04="#D6E264" # Yellow (Command second) +export COLOR_05="#4B9ED7" # Blue (Path) +export COLOR_06="#945FC5" # Magenta (Syntax var) +export COLOR_07="#D89B25" # Cyan (Prompt) +export COLOR_08="#D8E2D7" # White -export BACKGROUND_COLOR="#0D4A08" # Background Color -export FOREGROUND_COLOR="#D8E2D7" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="kokuban" -# =============================================================== # +export COLOR_09="#34934F" # Bright Black +export COLOR_10="#FF4F59" # Bright Red (Command error) +export COLOR_11="#AFF56A" # Bright Green (Exec) +export COLOR_12="#FCFF75" # Bright Yellow +export COLOR_13="#57AEFF" # Bright Blue (Folder) +export COLOR_14="#AE63E9" # Bright Magenta +export COLOR_15="#FFAA2B" # Bright Cyan +export COLOR_16="#FFFEFE" # Bright White +export BACKGROUND_COLOR="#0D4A08" # Background +export FOREGROUND_COLOR="#D8E2D7" # Foreground (Text) +export CURSOR_COLOR="#D8E2D7" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/laserwave.sh b/themes/laserwave.sh index 9dbba02..d502bb8 100755 --- a/themes/laserwave.sh +++ b/themes/laserwave.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#39243A" # Black -export COLOR_02="#EB64B9" # Red -export COLOR_03="#AFD686" # Green -export COLOR_04="#FEAE87" # Yellow -export COLOR_05="#40B4C4" # Blue -export COLOR_06="#B381C5" # Magenta -export COLOR_07="#215969" # Cyan -export COLOR_08="#91889b" # Light gray +export PROFILE_NAME="Laserwave" -export COLOR_09="#716485" # Dark gray -export COLOR_10="#FC2377" # Light Red -export COLOR_11="#50FA7B" # Light Green -export COLOR_12="#FFE261" # Light Yellow -export COLOR_13="#74DFC4" # Light Blue -export COLOR_14="#6D75E0" # Light Magenta -export COLOR_15="#B4DCE7" # Light Cyan -export COLOR_16="#FFFFFF" # White +export COLOR_01="#39243A" # Black (Host) +export COLOR_02="#EB64B9" # Red (Syntax string) +export COLOR_03="#AFD686" # Green (Command) +export COLOR_04="#FEAE87" # Yellow (Command second) +export COLOR_05="#40B4C4" # Blue (Path) +export COLOR_06="#B381C5" # Magenta (Syntax var) +export COLOR_07="#215969" # Cyan (Prompt) +export COLOR_08="#91889b" # White -export BACKGROUND_COLOR="#1F1926" # Background Color -export FOREGROUND_COLOR="#E0E0E0" # Foreground Color (text) -export CURSOR_COLOR="#C7C7C7" # Cursor color -export PROFILE_NAME="laserwave" -# =============================================================== # +export COLOR_09="#716485" # Bright Black +export COLOR_10="#FC2377" # Bright Red (Command error) +export COLOR_11="#50FA7B" # Bright Green (Exec) +export COLOR_12="#FFE261" # Bright Yellow +export COLOR_13="#74DFC4" # Bright Blue (Folder) +export COLOR_14="#6D75E0" # Bright Magenta +export COLOR_15="#B4DCE7" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White +export BACKGROUND_COLOR="#1F1926" # Background +export FOREGROUND_COLOR="#E0E0E0" # Foreground (Text) +export CURSOR_COLOR="#C7C7C7" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/later-this-evening.sh b/themes/later-this-evening.sh index 61f0477..6bf40be 100755 --- a/themes/later-this-evening.sh +++ b/themes/later-this-evening.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#2b2b2b" # HOST -export COLOR_02="#d45a60" # SYNTAX_STRING -export COLOR_03="#afba67" # COMMAND -export COLOR_04="#e5d289" # COMMAND_COLOR2 -export COLOR_05="#a0bad6" # PATH -export COLOR_06="#c092d6" # SYNTAX_VAR -export COLOR_07="#91bfb7" # PROMP -export COLOR_08="#3c3d3d" # - -export COLOR_09="#454747" # -export COLOR_10="#d3232f" # COMMAND_ERROR -export COLOR_11="#aabb39" # EXEC -export COLOR_12="#e5be39" # -export COLOR_13="#6699d6" # FOLDER -export COLOR_14="#ab53d6" # -export COLOR_15="#5fc0ae" # -export COLOR_16="#c1c2c2" # - -export BACKGROUND_COLOR="#222222" # Background Color -export FOREGROUND_COLOR="#959595" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Later This Evening" -# =============================================================== # +export COLOR_01="#2b2b2b" # Black (Host) +export COLOR_02="#d45a60" # Red (Syntax string) +export COLOR_03="#afba67" # Green (Command) +export COLOR_04="#e5d289" # Yellow (Command second) +export COLOR_05="#a0bad6" # Blue (Path) +export COLOR_06="#c092d6" # Magenta (Syntax var) +export COLOR_07="#91bfb7" # Cyan (Prompt) +export COLOR_08="#3c3d3d" # White +export COLOR_09="#454747" # Bright Black +export COLOR_10="#d3232f" # Bright Red (Command error) +export COLOR_11="#aabb39" # Bright Green (Exec) +export COLOR_12="#e5be39" # Bright Yellow +export COLOR_13="#6699d6" # Bright Blue (Folder) +export COLOR_14="#ab53d6" # Bright Magenta +export COLOR_15="#5fc0ae" # Bright Cyan +export COLOR_16="#c1c2c2" # Bright White +export BACKGROUND_COLOR="#222222" # Background +export FOREGROUND_COLOR="#959595" # Foreground (Text) +export CURSOR_COLOR="#959595" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/lavandula.sh b/themes/lavandula.sh index 74d76b0..ce0bf7e 100755 --- a/themes/lavandula.sh +++ b/themes/lavandula.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#230046" # HOST -export COLOR_02="#7d1625" # SYNTAX_STRING -export COLOR_03="#337e6f" # COMMAND -export COLOR_04="#7f6f49" # COMMAND_COLOR2 -export COLOR_05="#4f4a7f" # PATH -export COLOR_06="#5a3f7f" # SYNTAX_VAR -export COLOR_07="#58777f" # PROMP -export COLOR_08="#736e7d" # - -export COLOR_09="#372d46" # -export COLOR_10="#e05167" # COMMAND_ERROR -export COLOR_11="#52e0c4" # EXEC -export COLOR_12="#e0c386" # -export COLOR_13="#8e87e0" # FOLDER -export COLOR_14="#a776e0" # -export COLOR_15="#9ad4e0" # -export COLOR_16="#8c91fa" # - -export BACKGROUND_COLOR="#050014" # Background Color -export FOREGROUND_COLOR="#736e7d" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Lavandula" -# =============================================================== # +export COLOR_01="#230046" # Black (Host) +export COLOR_02="#7d1625" # Red (Syntax string) +export COLOR_03="#337e6f" # Green (Command) +export COLOR_04="#7f6f49" # Yellow (Command second) +export COLOR_05="#4f4a7f" # Blue (Path) +export COLOR_06="#5a3f7f" # Magenta (Syntax var) +export COLOR_07="#58777f" # Cyan (Prompt) +export COLOR_08="#736e7d" # White +export COLOR_09="#372d46" # Bright Black +export COLOR_10="#e05167" # Bright Red (Command error) +export COLOR_11="#52e0c4" # Bright Green (Exec) +export COLOR_12="#e0c386" # Bright Yellow +export COLOR_13="#8e87e0" # Bright Blue (Folder) +export COLOR_14="#a776e0" # Bright Magenta +export COLOR_15="#9ad4e0" # Bright Cyan +export COLOR_16="#8c91fa" # Bright White +export BACKGROUND_COLOR="#050014" # Background +export FOREGROUND_COLOR="#736e7d" # Foreground (Text) +export CURSOR_COLOR="#736e7d" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/liquid-carbon-transparent.sh b/themes/liquid-carbon-transparent.sh index fc944e2..1eec0a2 100755 --- a/themes/liquid-carbon-transparent.sh +++ b/themes/liquid-carbon-transparent.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#ff3030" # SYNTAX_STRING -export COLOR_03="#559a70" # COMMAND -export COLOR_04="#ccac00" # COMMAND_COLOR2 -export COLOR_05="#0099cc" # PATH -export COLOR_06="#cc69c8" # SYNTAX_VAR -export COLOR_07="#7ac4cc" # PROMP -export COLOR_08="#bccccc" # - -export COLOR_09="#000000" # -export COLOR_10="#ff3030" # COMMAND_ERROR -export COLOR_11="#559a70" # EXEC -export COLOR_12="#ccac00" # -export COLOR_13="#0099cc" # FOLDER -export COLOR_14="#cc69c8" # -export COLOR_15="#7ac4cc" # -export COLOR_16="#bccccc" # - -export BACKGROUND_COLOR="#000000" # Background Color -export FOREGROUND_COLOR="#afc2c2" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Liquid Carbon Transparent" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#ff3030" # Red (Syntax string) +export COLOR_03="#559a70" # Green (Command) +export COLOR_04="#ccac00" # Yellow (Command second) +export COLOR_05="#0099cc" # Blue (Path) +export COLOR_06="#cc69c8" # Magenta (Syntax var) +export COLOR_07="#7ac4cc" # Cyan (Prompt) +export COLOR_08="#bccccc" # White +export COLOR_09="#000000" # Bright Black +export COLOR_10="#ff3030" # Bright Red (Command error) +export COLOR_11="#559a70" # Bright Green (Exec) +export COLOR_12="#ccac00" # Bright Yellow +export COLOR_13="#0099cc" # Bright Blue (Folder) +export COLOR_14="#cc69c8" # Bright Magenta +export COLOR_15="#7ac4cc" # Bright Cyan +export COLOR_16="#bccccc" # Bright White +export BACKGROUND_COLOR="#000000" # Background +export FOREGROUND_COLOR="#afc2c2" # Foreground (Text) +export CURSOR_COLOR="#afc2c2" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/liquid-carbon.sh b/themes/liquid-carbon.sh index b17fbb0..4083bba 100755 --- a/themes/liquid-carbon.sh +++ b/themes/liquid-carbon.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#ff3030" # SYNTAX_STRING -export COLOR_03="#559a70" # COMMAND -export COLOR_04="#ccac00" # COMMAND_COLOR2 -export COLOR_05="#0099cc" # PATH -export COLOR_06="#cc69c8" # SYNTAX_VAR -export COLOR_07="#7ac4cc" # PROMP -export COLOR_08="#bccccc" # - -export COLOR_09="#000000" # -export COLOR_10="#ff3030" # COMMAND_ERROR -export COLOR_11="#559a70" # EXEC -export COLOR_12="#ccac00" # -export COLOR_13="#0099cc" # FOLDER -export COLOR_14="#cc69c8" # -export COLOR_15="#7ac4cc" # -export COLOR_16="#bccccc" # - -export BACKGROUND_COLOR="#303030" # Background Color -export FOREGROUND_COLOR="#afc2c2" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Liquid Carbon" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#ff3030" # Red (Syntax string) +export COLOR_03="#559a70" # Green (Command) +export COLOR_04="#ccac00" # Yellow (Command second) +export COLOR_05="#0099cc" # Blue (Path) +export COLOR_06="#cc69c8" # Magenta (Syntax var) +export COLOR_07="#7ac4cc" # Cyan (Prompt) +export COLOR_08="#bccccc" # White +export COLOR_09="#000000" # Bright Black +export COLOR_10="#ff3030" # Bright Red (Command error) +export COLOR_11="#559a70" # Bright Green (Exec) +export COLOR_12="#ccac00" # Bright Yellow +export COLOR_13="#0099cc" # Bright Blue (Folder) +export COLOR_14="#cc69c8" # Bright Magenta +export COLOR_15="#7ac4cc" # Bright Cyan +export COLOR_16="#bccccc" # Bright White +export BACKGROUND_COLOR="#303030" # Background +export FOREGROUND_COLOR="#afc2c2" # Foreground (Text) +export CURSOR_COLOR="#afc2c2" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/lunaria-dark.sh b/themes/lunaria-dark.sh index 51b697c..f46d4d3 100755 --- a/themes/lunaria-dark.sh +++ b/themes/lunaria-dark.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#36464E" # Black -export COLOR_02="#846560" # Red -export COLOR_03="#809984" # Green -export COLOR_04="#A79A79" # Yellow -export COLOR_05="#555673" # Blue -export COLOR_06="#866C83" # Magenta -export COLOR_07="#7E98B4" # Cyan -export COLOR_08="#CACED8" # Light gray - -export COLOR_09="#404F56" # Dark gray -export COLOR_10="#BB928B" # Light Red -export COLOR_11="#BFDCC2" # Light Green -export COLOR_12="#F1DFB6" # Light Yellow -export COLOR_13="#777798" # Light Blue -export COLOR_14="#BF9DB9" # Light Magenta -export COLOR_15="#BDDCFF" # Light Cyan -export COLOR_16="#DFE2ED" # White - -export BACKGROUND_COLOR="#36464E" # Background Color -export FOREGROUND_COLOR="#CACED8" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Lunaria Dark" -# =============================================================== # +export COLOR_01="#36464E" # Black (Host) +export COLOR_02="#846560" # Red (Syntax string) +export COLOR_03="#809984" # Green (Command) +export COLOR_04="#A79A79" # Yellow (Command second) +export COLOR_05="#555673" # Blue (Path) +export COLOR_06="#866C83" # Magenta (Syntax var) +export COLOR_07="#7E98B4" # Cyan (Prompt) +export COLOR_08="#CACED8" # White +export COLOR_09="#404F56" # Bright Black +export COLOR_10="#BB928B" # Bright Red (Command error) +export COLOR_11="#BFDCC2" # Bright Green (Exec) +export COLOR_12="#F1DFB6" # Bright Yellow +export COLOR_13="#777798" # Bright Blue (Folder) +export COLOR_14="#BF9DB9" # Bright Magenta +export COLOR_15="#BDDCFF" # Bright Cyan +export COLOR_16="#DFE2ED" # Bright White +export BACKGROUND_COLOR="#36464E" # Background +export FOREGROUND_COLOR="#CACED8" # Foreground (Text) +export CURSOR_COLOR="#CACED8" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/lunaria-eclipse.sh b/themes/lunaria-eclipse.sh index 9bb8f01..4ad4089 100755 --- a/themes/lunaria-eclipse.sh +++ b/themes/lunaria-eclipse.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#323F46" # Black -export COLOR_02="#83615B" # Red -export COLOR_03="#7F9781" # Green -export COLOR_04="#A69875" # Yellow -export COLOR_05="#53516F" # Blue -export COLOR_06="#856880" # Magenta -export COLOR_07="#7D96B2" # Cyan -export COLOR_08="#C9CDD7" # Light gray - -export COLOR_09="#3D4950" # Dark gray -export COLOR_10="#BA9088" # Light Red -export COLOR_11="#BEDBC1" # Light Green -export COLOR_12="#F1DFB4" # Light Yellow -export COLOR_13="#767495" # Light Blue -export COLOR_14="#BE9CB8" # Light Magenta -export COLOR_15="#BCDBFF" # Light Cyan -export COLOR_16="#DFE2ED" # White - -export BACKGROUND_COLOR="#323F46" # Background Color -export FOREGROUND_COLOR="#C9CDD7" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Lunaria Eclipse" -# =============================================================== # +export COLOR_01="#323F46" # Black (Host) +export COLOR_02="#83615B" # Red (Syntax string) +export COLOR_03="#7F9781" # Green (Command) +export COLOR_04="#A69875" # Yellow (Command second) +export COLOR_05="#53516F" # Blue (Path) +export COLOR_06="#856880" # Magenta (Syntax var) +export COLOR_07="#7D96B2" # Cyan (Prompt) +export COLOR_08="#C9CDD7" # White +export COLOR_09="#3D4950" # Bright Black +export COLOR_10="#BA9088" # Bright Red (Command error) +export COLOR_11="#BEDBC1" # Bright Green (Exec) +export COLOR_12="#F1DFB4" # Bright Yellow +export COLOR_13="#767495" # Bright Blue (Folder) +export COLOR_14="#BE9CB8" # Bright Magenta +export COLOR_15="#BCDBFF" # Bright Cyan +export COLOR_16="#DFE2ED" # Bright White +export BACKGROUND_COLOR="#323F46" # Background +export FOREGROUND_COLOR="#C9CDD7" # Foreground (Text) +export CURSOR_COLOR="#C9CDD7" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/lunaria-light.sh b/themes/lunaria-light.sh index c8c1c4d..aaa323d 100755 --- a/themes/lunaria-light.sh +++ b/themes/lunaria-light.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#3E3C3D" # Black -export COLOR_02="#783C1F" # Red -export COLOR_03="#497D46" # Green -export COLOR_04="#8F750B" # Yellow -export COLOR_05="#3F3566" # Blue -export COLOR_06="#793F62" # Magenta -export COLOR_07="#3778A9" # Cyan -export COLOR_08="#D5CFCC" # Light gray - -export COLOR_09="#484646" # Dark gray -export COLOR_10="#B06240" # Light Red -export COLOR_11="#7BC175" # Light Green -export COLOR_12="#DCB735" # Light Yellow -export COLOR_13="#5C4F89" # Light Blue -export COLOR_14="#B56895" # Light Magenta -export COLOR_15="#64BAFF" # Light Cyan -export COLOR_16="#EBE4E1" # White - -export BACKGROUND_COLOR="#EBE4E1" # Background Color -export FOREGROUND_COLOR="#484646" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Lunaria Light" -# =============================================================== # +export COLOR_01="#3E3C3D" # Black (Host) +export COLOR_02="#783C1F" # Red (Syntax string) +export COLOR_03="#497D46" # Green (Command) +export COLOR_04="#8F750B" # Yellow (Command second) +export COLOR_05="#3F3566" # Blue (Path) +export COLOR_06="#793F62" # Magenta (Syntax var) +export COLOR_07="#3778A9" # Cyan (Prompt) +export COLOR_08="#D5CFCC" # White +export COLOR_09="#484646" # Bright Black +export COLOR_10="#B06240" # Bright Red (Command error) +export COLOR_11="#7BC175" # Bright Green (Exec) +export COLOR_12="#DCB735" # Bright Yellow +export COLOR_13="#5C4F89" # Bright Blue (Folder) +export COLOR_14="#B56895" # Bright Magenta +export COLOR_15="#64BAFF" # Bright Cyan +export COLOR_16="#EBE4E1" # Bright White +export BACKGROUND_COLOR="#EBE4E1" # Background +export FOREGROUND_COLOR="#484646" # Foreground (Text) +export CURSOR_COLOR="#484646" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/maia.sh b/themes/maia.sh index 3043551..841c498 100755 --- a/themes/maia.sh +++ b/themes/maia.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#232423" # Black -export COLOR_02="#BA2922" # Red -export COLOR_03="#7E807E" # Green -export COLOR_04="#4C4F4D" # Yellow -export COLOR_05="#16A085" # Blue -export COLOR_06="#43746A" # Magenta -export COLOR_07="#00CCCC" # Cyan -export COLOR_08="#E0E0E0" # Light gray - -export COLOR_09="#282928" # Dark gray -export COLOR_10="#CC372C" # Light Red -export COLOR_11="#8D8F8D" # Light Green -export COLOR_12="#4E524F" # Light Yellow -export COLOR_13="#13BF9D" # Light Blue -export COLOR_14="#487D72" # Light Magenta -export COLOR_15="#00D1D1" # Light Cyan -export COLOR_16="#E8E8E8" # White - -export BACKGROUND_COLOR="#31363B" # Background Color -export FOREGROUND_COLOR="#BDC3C7" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Maia" -# =============================================================== # +export COLOR_01="#232423" # Black (Host) +export COLOR_02="#BA2922" # Red (Syntax string) +export COLOR_03="#7E807E" # Green (Command) +export COLOR_04="#4C4F4D" # Yellow (Command second) +export COLOR_05="#16A085" # Blue (Path) +export COLOR_06="#43746A" # Magenta (Syntax var) +export COLOR_07="#00CCCC" # Cyan (Prompt) +export COLOR_08="#E0E0E0" # White +export COLOR_09="#282928" # Bright Black +export COLOR_10="#CC372C" # Bright Red (Command error) +export COLOR_11="#8D8F8D" # Bright Green (Exec) +export COLOR_12="#4E524F" # Bright Yellow +export COLOR_13="#13BF9D" # Bright Blue (Folder) +export COLOR_14="#487D72" # Bright Magenta +export COLOR_15="#00D1D1" # Bright Cyan +export COLOR_16="#E8E8E8" # Bright White +export BACKGROUND_COLOR="#31363B" # Background +export FOREGROUND_COLOR="#BDC3C7" # Foreground (Text) +export CURSOR_COLOR="#BDC3C7" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/man-page.sh b/themes/man-page.sh index 40d7dd0..2e29b99 100755 --- a/themes/man-page.sh +++ b/themes/man-page.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#cc0000" # 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="#cccccc" # - -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="#fef49c" # Background Color -export FOREGROUND_COLOR="#000000" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Man Page" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#cc0000" # 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="#cccccc" # 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="#fef49c" # Background +export FOREGROUND_COLOR="#000000" # Foreground (Text) +export CURSOR_COLOR="#000000" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/mar.sh b/themes/mar.sh index db3098a..a7882e2 100755 --- a/themes/mar.sh +++ b/themes/mar.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#b5407b" # SYNTAX_STRING -export COLOR_03="#7bb540" # COMMAND -export COLOR_04="#b57b40" # COMMAND_COLOR2 -export COLOR_05="#407bb5" # PATH -export COLOR_06="#7b40b5" # SYNTAX_VAR -export COLOR_07="#40b57b" # PROMP -export COLOR_08="#f8f8f8" # - -export COLOR_09="#737373" # -export COLOR_10="#cd73a0" # COMMAND_ERROR -export COLOR_11="#a0cd73" # EXEC -export COLOR_12="#cda073" # -export COLOR_13="#73a0cd" # FOLDER -export COLOR_14="#a073cd" # -export COLOR_15="#73cda0" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#ffffff" # Background Color -export FOREGROUND_COLOR="#23476a" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Mar" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#b5407b" # Red (Syntax string) +export COLOR_03="#7bb540" # Green (Command) +export COLOR_04="#b57b40" # Yellow (Command second) +export COLOR_05="#407bb5" # Blue (Path) +export COLOR_06="#7b40b5" # Magenta (Syntax var) +export COLOR_07="#40b57b" # Cyan (Prompt) +export COLOR_08="#f8f8f8" # White +export COLOR_09="#737373" # Bright Black +export COLOR_10="#cd73a0" # Bright Red (Command error) +export COLOR_11="#a0cd73" # Bright Green (Exec) +export COLOR_12="#cda073" # Bright Yellow +export COLOR_13="#73a0cd" # Bright Blue (Folder) +export COLOR_14="#a073cd" # Bright Magenta +export COLOR_15="#73cda0" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#ffffff" # Background +export FOREGROUND_COLOR="#23476a" # Foreground (Text) +export CURSOR_COLOR="#23476a" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/material.sh b/themes/material.sh index b24eec9..4d7b069 100755 --- a/themes/material.sh +++ b/themes/material.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#073641" -export COLOR_02="#EB606B" -export COLOR_03="#C3E88D" -export COLOR_04="#F7EB95" -export COLOR_05="#80CBC3" -export COLOR_06="#FF2490" -export COLOR_07="#AEDDFF" -export COLOR_08="#FFFFFF" - -export COLOR_09="#002B36" -export COLOR_10="#EB606B" -export COLOR_11="#C3E88D" -export COLOR_12="#F7EB95" -export COLOR_13="#7DC6BF" -export COLOR_14="#6C71C3" -export COLOR_15="#34434D" -export COLOR_16="#FFFFFF" - -export BACKGROUND_COLOR="#1E282C" -export FOREGROUND_COLOR="#C3C7D1" -export CURSOR_COLOR="#657B83" export PROFILE_NAME="Material" -# =============================================================== # +export COLOR_01="#073641" # Black (Host) +export COLOR_02="#EB606B" # Red (Syntax string) +export COLOR_03="#C3E88D" # Green (Command) +export COLOR_04="#F7EB95" # Yellow (Command second) +export COLOR_05="#80CBC3" # Blue (Path) +export COLOR_06="#FF2490" # Magenta (Syntax var) +export COLOR_07="#AEDDFF" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White +export COLOR_09="#002B36" # Bright Black +export COLOR_10="#EB606B" # Bright Red (Command error) +export COLOR_11="#C3E88D" # Bright Green (Exec) +export COLOR_12="#F7EB95" # Bright Yellow +export COLOR_13="#7DC6BF" # Bright Blue (Folder) +export COLOR_14="#6C71C3" # Bright Magenta +export COLOR_15="#34434D" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White +export BACKGROUND_COLOR="#1E282C" # Background +export FOREGROUND_COLOR="#C3C7D1" # Foreground (Text) +export CURSOR_COLOR="#657B83" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/mathias.sh b/themes/mathias.sh index d20cdf7..a6fddb1 100755 --- a/themes/mathias.sh +++ b/themes/mathias.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#e52222" # SYNTAX_STRING -export COLOR_03="#a6e32d" # COMMAND -export COLOR_04="#fc951e" # COMMAND_COLOR2 -export COLOR_05="#c48dff" # PATH -export COLOR_06="#fa2573" # SYNTAX_VAR -export COLOR_07="#67d9f0" # PROMP -export COLOR_08="#f2f2f2" # - -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="#bbbbbb" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Mathias" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#e52222" # Red (Syntax string) +export COLOR_03="#a6e32d" # Green (Command) +export COLOR_04="#fc951e" # Yellow (Command second) +export COLOR_05="#c48dff" # Blue (Path) +export COLOR_06="#fa2573" # Magenta (Syntax var) +export COLOR_07="#67d9f0" # Cyan (Prompt) +export COLOR_08="#f2f2f2" # 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="#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}")" diff --git a/themes/medallion.sh b/themes/medallion.sh index 2cdaa05..d99edfe 100755 --- a/themes/medallion.sh +++ b/themes/medallion.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#b64c00" # SYNTAX_STRING -export COLOR_03="#7c8b16" # COMMAND -export COLOR_04="#d3bd26" # COMMAND_COLOR2 -export COLOR_05="#616bb0" # PATH -export COLOR_06="#8c5a90" # SYNTAX_VAR -export COLOR_07="#916c25" # PROMP -export COLOR_08="#cac29a" # - -export COLOR_09="#5e5219" # -export COLOR_10="#ff9149" # COMMAND_ERROR -export COLOR_11="#b2ca3b" # EXEC -export COLOR_12="#ffe54a" # -export COLOR_13="#acb8ff" # FOLDER -export COLOR_14="#ffa0ff" # -export COLOR_15="#ffbc51" # -export COLOR_16="#fed698" # - -export BACKGROUND_COLOR="#1d1908" # Background Color -export FOREGROUND_COLOR="#cac296" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Medallion" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#b64c00" # Red (Syntax string) +export COLOR_03="#7c8b16" # Green (Command) +export COLOR_04="#d3bd26" # Yellow (Command second) +export COLOR_05="#616bb0" # Blue (Path) +export COLOR_06="#8c5a90" # Magenta (Syntax var) +export COLOR_07="#916c25" # Cyan (Prompt) +export COLOR_08="#cac29a" # White +export COLOR_09="#5e5219" # Bright Black +export COLOR_10="#ff9149" # Bright Red (Command error) +export COLOR_11="#b2ca3b" # Bright Green (Exec) +export COLOR_12="#ffe54a" # Bright Yellow +export COLOR_13="#acb8ff" # Bright Blue (Folder) +export COLOR_14="#ffa0ff" # Bright Magenta +export COLOR_15="#ffbc51" # Bright Cyan +export COLOR_16="#fed698" # Bright White +export BACKGROUND_COLOR="#1d1908" # Background +export FOREGROUND_COLOR="#cac296" # Foreground (Text) +export CURSOR_COLOR="#cac296" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/misterioso.sh b/themes/misterioso.sh index cc6c299..bc72d02 100755 --- a/themes/misterioso.sh +++ b/themes/misterioso.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#ff4242" # SYNTAX_STRING -export COLOR_03="#74af68" # COMMAND -export COLOR_04="#ffad29" # COMMAND_COLOR2 -export COLOR_05="#338f86" # PATH -export COLOR_06="#9414e6" # SYNTAX_VAR -export COLOR_07="#23d7d7" # PROMP -export COLOR_08="#e1e1e0" # - -export COLOR_09="#555555" # -export COLOR_10="#ff3242" # COMMAND_ERROR -export COLOR_11="#74cd68" # EXEC -export COLOR_12="#ffb929" # -export COLOR_13="#23d7d7" # FOLDER -export COLOR_14="#ff37ff" # -export COLOR_15="#00ede1" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#2d3743" # Background Color -export FOREGROUND_COLOR="#e1e1e0" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Misterioso" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#ff4242" # Red (Syntax string) +export COLOR_03="#74af68" # Green (Command) +export COLOR_04="#ffad29" # Yellow (Command second) +export COLOR_05="#338f86" # Blue (Path) +export COLOR_06="#9414e6" # Magenta (Syntax var) +export COLOR_07="#23d7d7" # Cyan (Prompt) +export COLOR_08="#e1e1e0" # White +export COLOR_09="#555555" # Bright Black +export COLOR_10="#ff3242" # Bright Red (Command error) +export COLOR_11="#74cd68" # Bright Green (Exec) +export COLOR_12="#ffb929" # Bright Yellow +export COLOR_13="#23d7d7" # Bright Blue (Folder) +export COLOR_14="#ff37ff" # Bright Magenta +export COLOR_15="#00ede1" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#2d3743" # Background +export FOREGROUND_COLOR="#e1e1e0" # Foreground (Text) +export CURSOR_COLOR="#e1e1e0" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/miu.sh b/themes/miu.sh index cc6fa13..29e73f7 100755 --- a/themes/miu.sh +++ b/themes/miu.sh @@ -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="Miu" -# =============================================================== # +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}")" diff --git a/themes/molokai.sh b/themes/molokai.sh index 8dbd028..02d1e17 100755 --- a/themes/molokai.sh +++ b/themes/molokai.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#1b1d1e" # HOST -export COLOR_02="#7325FA" # SYNTAX_STRING -export COLOR_03="#23E298" # COMMAND -export COLOR_04="#60D4DF" # COMMAND_COLOR2 -export COLOR_05="#D08010" # PATH -export COLOR_06="#FF0087" # SYNTAX_VAR -export COLOR_07="#D0A843" # PROMP -export COLOR_08="#BBBBBB" # - -export COLOR_09="#555555" # -export COLOR_10="#9D66F6" # COMMAND_ERROR -export COLOR_11="#5FE0B1" # EXEC -export COLOR_12="#6DF2FF" # -export COLOR_13="#FFAF00" # FOLDER -export COLOR_14="#FF87AF" # -export COLOR_15="#FFCE51" # -export COLOR_16="#FFFFFF" # - -export BACKGROUND_COLOR="#1b1d1e" # Background Color -export FOREGROUND_COLOR="#BBBBBB" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Molokai" -# =============================================================== # +export COLOR_01="#1b1d1e" # Black (Host) +export COLOR_02="#7325FA" # Red (Syntax string) +export COLOR_03="#23E298" # Green (Command) +export COLOR_04="#60D4DF" # Yellow (Command second) +export COLOR_05="#D08010" # Blue (Path) +export COLOR_06="#FF0087" # Magenta (Syntax var) +export COLOR_07="#D0A843" # Cyan (Prompt) +export COLOR_08="#BBBBBB" # White +export COLOR_09="#555555" # Bright Black +export COLOR_10="#9D66F6" # Bright Red (Command error) +export COLOR_11="#5FE0B1" # Bright Green (Exec) +export COLOR_12="#6DF2FF" # Bright Yellow +export COLOR_13="#FFAF00" # Bright Blue (Folder) +export COLOR_14="#FF87AF" # Bright Magenta +export COLOR_15="#FFCE51" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White +export BACKGROUND_COLOR="#1b1d1e" # 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}")" diff --git a/themes/mona-lisa.sh b/themes/mona-lisa.sh index 62bf0e4..f1b8083 100755 --- a/themes/mona-lisa.sh +++ b/themes/mona-lisa.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#351b0e" # HOST -export COLOR_02="#9b291c" # SYNTAX_STRING -export COLOR_03="#636232" # COMMAND -export COLOR_04="#c36e28" # COMMAND_COLOR2 -export COLOR_05="#515c5d" # PATH -export COLOR_06="#9b1d29" # SYNTAX_VAR -export COLOR_07="#588056" # PROMP -export COLOR_08="#f7d75c" # - -export COLOR_09="#874228" # -export COLOR_10="#ff4331" # COMMAND_ERROR -export COLOR_11="#b4b264" # EXEC -export COLOR_12="#ff9566" # -export COLOR_13="#9eb2b4" # FOLDER -export COLOR_14="#ff5b6a" # -export COLOR_15="#8acd8f" # -export COLOR_16="#ffe598" # - -export BACKGROUND_COLOR="#120b0d" # Background Color -export FOREGROUND_COLOR="#f7d66a" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Mona Lisa" -# =============================================================== # +export COLOR_01="#351b0e" # Black (Host) +export COLOR_02="#9b291c" # Red (Syntax string) +export COLOR_03="#636232" # Green (Command) +export COLOR_04="#c36e28" # Yellow (Command second) +export COLOR_05="#515c5d" # Blue (Path) +export COLOR_06="#9b1d29" # Magenta (Syntax var) +export COLOR_07="#588056" # Cyan (Prompt) +export COLOR_08="#f7d75c" # White +export COLOR_09="#874228" # Bright Black +export COLOR_10="#ff4331" # Bright Red (Command error) +export COLOR_11="#b4b264" # Bright Green (Exec) +export COLOR_12="#ff9566" # Bright Yellow +export COLOR_13="#9eb2b4" # Bright Blue (Folder) +export COLOR_14="#ff5b6a" # Bright Magenta +export COLOR_15="#8acd8f" # Bright Cyan +export COLOR_16="#ffe598" # Bright White +export BACKGROUND_COLOR="#120b0d" # Background +export FOREGROUND_COLOR="#f7d66a" # Foreground (Text) +export CURSOR_COLOR="#f7d66a" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/mono-amber.sh b/themes/mono-amber.sh index 1e5eb75..9370e29 100755 --- a/themes/mono-amber.sh +++ b/themes/mono-amber.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#402500" # Black -export COLOR_02="#FF9400" # Red -export COLOR_03="#FF9400" # Green -export COLOR_04="#FF9400" # Yellow -export COLOR_05="#FF9400" # Blue -export COLOR_06="#FF9400" # Magenta -export COLOR_07="#FF9400" # Cyan -export COLOR_08="#FF9400" # Light gray +export PROFILE_NAME="Mono Amber" -export COLOR_09="#FF9400" # Dark gray -export COLOR_10="#FF9400" # Light Red -export COLOR_11="#FF9400" # Light Green -export COLOR_12="#FF9400" # Light Yellow -export COLOR_13="#FF9400" # Light Blue -export COLOR_14="#FF9400" # Light Magenta -export COLOR_15="#FF9400" # Light Cyan -export COLOR_16="#FF9400" # White +export COLOR_01="#402500" # Black (Host) +export COLOR_02="#FF9400" # Red (Syntax string) +export COLOR_03="#FF9400" # Green (Command) +export COLOR_04="#FF9400" # Yellow (Command second) +export COLOR_05="#FF9400" # Blue (Path) +export COLOR_06="#FF9400" # Magenta (Syntax var) +export COLOR_07="#FF9400" # Cyan (Prompt) +export COLOR_08="#FF9400" # White -export BACKGROUND_COLOR="#2B1900" # Background Color -export FOREGROUND_COLOR="#FF9400" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="mono-amber" -# =============================================================== # +export COLOR_09="#FF9400" # Bright Black +export COLOR_10="#FF9400" # Bright Red (Command error) +export COLOR_11="#FF9400" # Bright Green (Exec) +export COLOR_12="#FF9400" # Bright Yellow +export COLOR_13="#FF9400" # Bright Blue (Folder) +export COLOR_14="#FF9400" # Bright Magenta +export COLOR_15="#FF9400" # Bright Cyan +export COLOR_16="#FF9400" # Bright White +export BACKGROUND_COLOR="#2B1900" # Background +export FOREGROUND_COLOR="#FF9400" # Foreground (Text) +export CURSOR_COLOR="#FF9400" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/mono-cyan.sh b/themes/mono-cyan.sh index bb779be..fdb62ed 100755 --- a/themes/mono-cyan.sh +++ b/themes/mono-cyan.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#003340" # Black -export COLOR_02="#00CCFF" # Red -export COLOR_03="#00CCFF" # Green -export COLOR_04="#00CCFF" # Yellow -export COLOR_05="#00CCFF" # Blue -export COLOR_06="#00CCFF" # Magenta -export COLOR_07="#00CCFF" # Cyan -export COLOR_08="#00CCFF" # Light gray +export PROFILE_NAME="Mono Cyan" -export COLOR_09="#00CCFF" # Dark gray -export COLOR_10="#00CCFF" # Light Red -export COLOR_11="#00CCFF" # Light Green -export COLOR_12="#00CCFF" # Light Yellow -export COLOR_13="#00CCFF" # Light Blue -export COLOR_14="#00CCFF" # Light Magenta -export COLOR_15="#00CCFF" # Light Cyan -export COLOR_16="#00CCFF" # White +export COLOR_01="#003340" # Black (Host) +export COLOR_02="#00CCFF" # Red (Syntax string) +export COLOR_03="#00CCFF" # Green (Command) +export COLOR_04="#00CCFF" # Yellow (Command second) +export COLOR_05="#00CCFF" # Blue (Path) +export COLOR_06="#00CCFF" # Magenta (Syntax var) +export COLOR_07="#00CCFF" # Cyan (Prompt) +export COLOR_08="#00CCFF" # White -export BACKGROUND_COLOR="#00222B" # Background Color -export FOREGROUND_COLOR="#00CCFF" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="mono-cyan" -# =============================================================== # +export COLOR_09="#00CCFF" # Bright Black +export COLOR_10="#00CCFF" # Bright Red (Command error) +export COLOR_11="#00CCFF" # Bright Green (Exec) +export COLOR_12="#00CCFF" # Bright Yellow +export COLOR_13="#00CCFF" # Bright Blue (Folder) +export COLOR_14="#00CCFF" # Bright Magenta +export COLOR_15="#00CCFF" # Bright Cyan +export COLOR_16="#00CCFF" # Bright White +export BACKGROUND_COLOR="#00222B" # Background +export FOREGROUND_COLOR="#00CCFF" # Foreground (Text) +export CURSOR_COLOR="#00CCFF" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/mono-green.sh b/themes/mono-green.sh index 2a327e8..50c26ab 100755 --- a/themes/mono-green.sh +++ b/themes/mono-green.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#034000" # Black -export COLOR_02="#0BFF00" # Red -export COLOR_03="#0BFF00" # Green -export COLOR_04="#0BFF00" # Yellow -export COLOR_05="#0BFF00" # Blue -export COLOR_06="#0BFF00" # Magenta -export COLOR_07="#0BFF00" # Cyan -export COLOR_08="#0BFF00" # Light gray +export PROFILE_NAME="Mono Green" -export COLOR_09="#0BFF00" # Dark gray -export COLOR_10="#0BFF00" # Light Red -export COLOR_11="#0BFF00" # Light Green -export COLOR_12="#0BFF00" # Light Yellow -export COLOR_13="#0BFF00" # Light Blue -export COLOR_14="#0BFF00" # Light Magenta -export COLOR_15="#0BFF00" # Light Cyan -export COLOR_16="#0BFF00" # White +export COLOR_01="#034000" # Black (Host) +export COLOR_02="#0BFF00" # Red (Syntax string) +export COLOR_03="#0BFF00" # Green (Command) +export COLOR_04="#0BFF00" # Yellow (Command second) +export COLOR_05="#0BFF00" # Blue (Path) +export COLOR_06="#0BFF00" # Magenta (Syntax var) +export COLOR_07="#0BFF00" # Cyan (Prompt) +export COLOR_08="#0BFF00" # White -export BACKGROUND_COLOR="#022B00" # Background Color -export FOREGROUND_COLOR="#0BFF00" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="mono-green" -# =============================================================== # +export COLOR_09="#0BFF00" # Bright Black +export COLOR_10="#0BFF00" # Bright Red (Command error) +export COLOR_11="#0BFF00" # Bright Green (Exec) +export COLOR_12="#0BFF00" # Bright Yellow +export COLOR_13="#0BFF00" # Bright Blue (Folder) +export COLOR_14="#0BFF00" # Bright Magenta +export COLOR_15="#0BFF00" # Bright Cyan +export COLOR_16="#0BFF00" # Bright White +export BACKGROUND_COLOR="#022B00" # Background +export FOREGROUND_COLOR="#0BFF00" # Foreground (Text) +export CURSOR_COLOR="#0BFF00" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/mono-red.sh b/themes/mono-red.sh index d0ca917..5cac090 100755 --- a/themes/mono-red.sh +++ b/themes/mono-red.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#401200" # Black -export COLOR_02="#FF3600" # Red -export COLOR_03="#FF3600" # Green -export COLOR_04="#FF3600" # Yellow -export COLOR_05="#FF3600" # Blue -export COLOR_06="#FF3600" # Magenta -export COLOR_07="#FF3600" # Cyan -export COLOR_08="#FF3600" # Light gray +export PROFILE_NAME="Mono Red" -export COLOR_09="#FF3600" # Dark gray -export COLOR_10="#FF3600" # Light Red -export COLOR_11="#FF3600" # Light Green -export COLOR_12="#FF3600" # Light Yellow -export COLOR_13="#FF3600" # Light Blue -export COLOR_14="#FF3600" # Light Magenta -export COLOR_15="#FF3600" # Light Cyan -export COLOR_16="#FF3600" # White +export COLOR_01="#401200" # Black (Host) +export COLOR_02="#FF3600" # Red (Syntax string) +export COLOR_03="#FF3600" # Green (Command) +export COLOR_04="#FF3600" # Yellow (Command second) +export COLOR_05="#FF3600" # Blue (Path) +export COLOR_06="#FF3600" # Magenta (Syntax var) +export COLOR_07="#FF3600" # Cyan (Prompt) +export COLOR_08="#FF3600" # White -export BACKGROUND_COLOR="#2B0C00" # Background Color -export FOREGROUND_COLOR="#FF3600" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="mono-red" -# =============================================================== # +export COLOR_09="#FF3600" # Bright Black +export COLOR_10="#FF3600" # Bright Red (Command error) +export COLOR_11="#FF3600" # Bright Green (Exec) +export COLOR_12="#FF3600" # Bright Yellow +export COLOR_13="#FF3600" # Bright Blue (Folder) +export COLOR_14="#FF3600" # Bright Magenta +export COLOR_15="#FF3600" # Bright Cyan +export COLOR_16="#FF3600" # Bright White +export BACKGROUND_COLOR="#2B0C00" # Background +export FOREGROUND_COLOR="#FF3600" # Foreground (Text) +export CURSOR_COLOR="#FF3600" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/mono-white.sh b/themes/mono-white.sh index 27a4eba..7266550 100755 --- a/themes/mono-white.sh +++ b/themes/mono-white.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#3B3B3B" # Black -export COLOR_02="#FAFAFA" # Red -export COLOR_03="#FAFAFA" # Green -export COLOR_04="#FAFAFA" # Yellow -export COLOR_05="#FAFAFA" # Blue -export COLOR_06="#FAFAFA" # Magenta -export COLOR_07="#FAFAFA" # Cyan -export COLOR_08="#FAFAFA" # Light gray +export PROFILE_NAME="Mono White" -export COLOR_09="#FAFAFA" # Dark gray -export COLOR_10="#FAFAFA" # Light Red -export COLOR_11="#FAFAFA" # Light Green -export COLOR_12="#FAFAFA" # Light Yellow -export COLOR_13="#FAFAFA" # Light Blue -export COLOR_14="#FAFAFA" # Light Magenta -export COLOR_15="#FAFAFA" # Light Cyan -export COLOR_16="#FAFAFA" # White +export COLOR_01="#3B3B3B" # Black (Host) +export COLOR_02="#FAFAFA" # Red (Syntax string) +export COLOR_03="#FAFAFA" # Green (Command) +export COLOR_04="#FAFAFA" # Yellow (Command second) +export COLOR_05="#FAFAFA" # Blue (Path) +export COLOR_06="#FAFAFA" # Magenta (Syntax var) +export COLOR_07="#FAFAFA" # Cyan (Prompt) +export COLOR_08="#FAFAFA" # White -export BACKGROUND_COLOR="#262626" # Background Color -export FOREGROUND_COLOR="#FAFAFA" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="mono-white" -# =============================================================== # +export COLOR_09="#FAFAFA" # Bright Black +export COLOR_10="#FAFAFA" # Bright Red (Command error) +export COLOR_11="#FAFAFA" # Bright Green (Exec) +export COLOR_12="#FAFAFA" # Bright Yellow +export COLOR_13="#FAFAFA" # Bright Blue (Folder) +export COLOR_14="#FAFAFA" # Bright Magenta +export COLOR_15="#FAFAFA" # Bright Cyan +export COLOR_16="#FAFAFA" # Bright White +export BACKGROUND_COLOR="#262626" # Background +export FOREGROUND_COLOR="#FAFAFA" # Foreground (Text) +export CURSOR_COLOR="#FAFAFA" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/mono-yellow.sh b/themes/mono-yellow.sh index 32b6d6c..33790a1 100755 --- a/themes/mono-yellow.sh +++ b/themes/mono-yellow.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#403500" # Black -export COLOR_02="#FFD300" # Red -export COLOR_03="#FFD300" # Green -export COLOR_04="#FFD300" # Yellow -export COLOR_05="#FFD300" # Blue -export COLOR_06="#FFD300" # Magenta -export COLOR_07="#FFD300" # Cyan -export COLOR_08="#FFD300" # Light gray +export PROFILE_NAME="Mono Yellow" -export COLOR_09="#FFD300" # Dark gray -export COLOR_10="#FFD300" # Light Red -export COLOR_11="#FFD300" # Light Green -export COLOR_12="#FFD300" # Light Yellow -export COLOR_13="#FFD300" # Light Blue -export COLOR_14="#FFD300" # Light Magenta -export COLOR_15="#FFD300" # Light Cyan -export COLOR_16="#FFD300" # White +export COLOR_01="#403500" # Black (Host) +export COLOR_02="#FFD300" # Red (Syntax string) +export COLOR_03="#FFD300" # Green (Command) +export COLOR_04="#FFD300" # Yellow (Command second) +export COLOR_05="#FFD300" # Blue (Path) +export COLOR_06="#FFD300" # Magenta (Syntax var) +export COLOR_07="#FFD300" # Cyan (Prompt) +export COLOR_08="#FFD300" # White -export BACKGROUND_COLOR="#2B2400" # Background Color -export FOREGROUND_COLOR="#FFD300" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="mono-yellow" -# =============================================================== # +export COLOR_09="#FFD300" # Bright Black +export COLOR_10="#FFD300" # Bright Red (Command error) +export COLOR_11="#FFD300" # Bright Green (Exec) +export COLOR_12="#FFD300" # Bright Yellow +export COLOR_13="#FFD300" # Bright Blue (Folder) +export COLOR_14="#FFD300" # Bright Magenta +export COLOR_15="#FFD300" # Bright Cyan +export COLOR_16="#FFD300" # Bright White +export BACKGROUND_COLOR="#2B2400" # Background +export FOREGROUND_COLOR="#FFD300" # Foreground (Text) +export CURSOR_COLOR="#FFD300" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/monokai-dark.sh b/themes/monokai-dark.sh index ed0fbeb..63859c4 100755 --- a/themes/monokai-dark.sh +++ b/themes/monokai-dark.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#75715e" # HOST -export COLOR_02="#f92672" # SYNTAX_STRING -export COLOR_03="#a6e22e" # COMMAND -export COLOR_04="#f4bf75" # COMMAND_COLOR2 -export COLOR_05="#66d9ef" # PATH -export COLOR_06="#ae81ff" # SYNTAX_VAR -export COLOR_07="#2AA198" # PROMP -export COLOR_08="#f9f8f5" # - -export COLOR_09="#272822" # -export COLOR_10="#f92672" # COMMAND_ERROR -export COLOR_11="#a6e22e" # EXEC -export COLOR_12="#f4bf75" # -export COLOR_13="#66d9ef" # FOLDER -export COLOR_14="#ae81ff" # -export COLOR_15="#2AA198" # -export COLOR_16="#f8f8f2" # - -export BACKGROUND_COLOR="#272822" # Background Color -export FOREGROUND_COLOR="#f8f8f2" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Monokai Dark" -# =============================================================== # +export COLOR_01="#75715e" # Black (Host) +export COLOR_02="#f92672" # Red (Syntax string) +export COLOR_03="#a6e22e" # Green (Command) +export COLOR_04="#f4bf75" # Yellow (Command second) +export COLOR_05="#66d9ef" # Blue (Path) +export COLOR_06="#ae81ff" # Magenta (Syntax var) +export COLOR_07="#2AA198" # Cyan (Prompt) +export COLOR_08="#f9f8f5" # White +export COLOR_09="#272822" # Bright Black +export COLOR_10="#f92672" # Bright Red (Command error) +export COLOR_11="#a6e22e" # Bright Green (Exec) +export COLOR_12="#f4bf75" # Bright Yellow +export COLOR_13="#66d9ef" # Bright Blue (Folder) +export COLOR_14="#ae81ff" # Bright Magenta +export COLOR_15="#2AA198" # Bright Cyan +export COLOR_16="#f8f8f2" # Bright White +export BACKGROUND_COLOR="#272822" # Background +export FOREGROUND_COLOR="#f8f8f2" # Foreground (Text) +export CURSOR_COLOR="#f8f8f2" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/monokai-pro-ristretto.sh b/themes/monokai-pro-ristretto.sh index 0287212..3298e15 100755 --- a/themes/monokai-pro-ristretto.sh +++ b/themes/monokai-pro-ristretto.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#3E3838" # HOST, Black -export COLOR_02="#DF7484" # SYNTAX_STRING, Red -export COLOR_03="#BBD87E" # COMMAND, Green -export COLOR_04="#EDCE73" # COMMAND_COLOR2, Yellow -export COLOR_05="#DC9373" # PATH, Magenta -export COLOR_06="#A9AAE9" # SYNTAX_VAR, Blue -export COLOR_07="#A4D7CC" # PROMP, Cyan +export PROFILE_NAME="Monokai Pro Ristretto" + +export COLOR_01="#3E3838" # Black (Host) +export COLOR_02="#DF7484" # Red (Syntax string) +export COLOR_03="#BBD87E" # Green (Command) +export COLOR_04="#EDCE73" # Yellow (Command second) +export COLOR_05="#DC9373" # Blue (Path) +export COLOR_06="#A9AAE9" # Magenta (Syntax var) +export COLOR_07="#A4D7CC" # Cyan (Prompt) export COLOR_08="#FBF2F3" # White export COLOR_09="#70696A" # Bright Black -export COLOR_10="#DF7484" # COMMAND_ERROR, Bright Red -export COLOR_11="#BBD87E" # EXEC, Bright Green +export COLOR_10="#DF7484" # Bright Red (Command error) +export COLOR_11="#BBD87E" # Bright Green (Exec) export COLOR_12="#EDCE73" # Bright Yellow -export COLOR_13="#DC9373" # FOLDER, Magenta -export COLOR_14="#A9AAE9" # Bright Bright Blue +export COLOR_13="#DC9373" # Bright Blue (Folder) +export COLOR_14="#A9AAE9" # Bright Magenta export COLOR_15="#A4D7CC" # Bright Cyan export COLOR_16="#FBF2F3" # Bright White -export BACKGROUND_COLOR="#3E3838" # Background Color -export FOREGROUND_COLOR="#FBF2F3" # Text +export BACKGROUND_COLOR="#3E3838" # Background +export FOREGROUND_COLOR="#FBF2F3" # Foreground (Text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor -export PROFILE_NAME="Monokai Pro Ristretto" -# =============================================================== # +export CURSOR_COLOR="#FBF2F3" # Cursor - - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/monokai-pro.sh b/themes/monokai-pro.sh index 120ce0e..9fc52c2 100755 --- a/themes/monokai-pro.sh +++ b/themes/monokai-pro.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#363537" # Dark Gray -export COLOR_02="#FF6188" # Monokai Pro Red -export COLOR_03="#A9DC76" # Monokai Pro Green -export COLOR_04="#FFD866" # Monokai Pro Yellow -export COLOR_05="#FC9867" # Monokai Pro Orange -export COLOR_06="#AB9DF2" # Monokai Pro Magenta -export COLOR_07="#78DCE8" # Monokai Pro Cyan -export COLOR_08="#FDF9F3" # Light Gray - -export COLOR_09="#908E8F" # Dark Gray -export COLOR_10="#FF6188" # Monokai Pro Red -export COLOR_11="#A9DC76" # Monokai Pro Green -export COLOR_12="#FFD866" # Monokai Pro Yellow -export COLOR_13="#FC9867" # Monokai Pro Orange -export COLOR_14="#AB9DF2" # Monokai Pro Magenta -export COLOR_15="#78DCE8" # Monokai Pro Cyan -export COLOR_16="#FDF9F3" # Light Gray - -export BACKGROUND_COLOR="#363537" # Background Color -export FOREGROUND_COLOR="#FDF9F3" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Monokai Pro" -# =============================================================== # +export COLOR_01="#363537" # Black (Host) +export COLOR_02="#FF6188" # Red (Syntax string) +export COLOR_03="#A9DC76" # Green (Command) +export COLOR_04="#FFD866" # Yellow (Command second) +export COLOR_05="#FC9867" # Blue (Path) +export COLOR_06="#AB9DF2" # Magenta (Syntax var) +export COLOR_07="#78DCE8" # Cyan (Prompt) +export COLOR_08="#FDF9F3" # White +export COLOR_09="#908E8F" # Bright Black +export COLOR_10="#FF6188" # Bright Red (Command error) +export COLOR_11="#A9DC76" # Bright Green (Exec) +export COLOR_12="#FFD866" # Bright Yellow +export COLOR_13="#FC9867" # Bright Blue (Folder) +export COLOR_14="#AB9DF2" # Bright Magenta +export COLOR_15="#78DCE8" # Bright Cyan +export COLOR_16="#FDF9F3" # Bright White +export BACKGROUND_COLOR="#363537" # Background +export FOREGROUND_COLOR="#FDF9F3" # Foreground (Text) +export CURSOR_COLOR="#FDF9F3" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/monokai-soda.sh b/themes/monokai-soda.sh index ff060df..cd3911f 100755 --- a/themes/monokai-soda.sh +++ b/themes/monokai-soda.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#1a1a1a" # HOST -export COLOR_02="#f4005f" # SYNTAX_STRING -export COLOR_03="#98e024" # COMMAND -export COLOR_04="#fa8419" # COMMAND_COLOR2 -export COLOR_05="#9d65ff" # PATH -export COLOR_06="#f4005f" # SYNTAX_VAR -export COLOR_07="#58d1eb" # PROMP -export COLOR_08="#c4c5b5" # - -export COLOR_09="#625e4c" # -export COLOR_10="#f4005f" # COMMAND_ERROR -export COLOR_11="#98e024" # EXEC -export COLOR_12="#e0d561" # -export COLOR_13="#9d65ff" # FOLDER -export COLOR_14="#f4005f" # -export COLOR_15="#58d1eb" # -export COLOR_16="#f6f6ef" # - -export BACKGROUND_COLOR="#1a1a1a" # Background Color -export FOREGROUND_COLOR="#c4c5b5" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Monokai Soda" -# =============================================================== # +export COLOR_01="#1a1a1a" # Black (Host) +export COLOR_02="#f4005f" # Red (Syntax string) +export COLOR_03="#98e024" # Green (Command) +export COLOR_04="#fa8419" # Yellow (Command second) +export COLOR_05="#9d65ff" # Blue (Path) +export COLOR_06="#f4005f" # Magenta (Syntax var) +export COLOR_07="#58d1eb" # Cyan (Prompt) +export COLOR_08="#c4c5b5" # White +export COLOR_09="#625e4c" # Bright Black +export COLOR_10="#f4005f" # Bright Red (Command error) +export COLOR_11="#98e024" # Bright Green (Exec) +export COLOR_12="#e0d561" # Bright Yellow +export COLOR_13="#9d65ff" # Bright Blue (Folder) +export COLOR_14="#f4005f" # Bright Magenta +export COLOR_15="#58d1eb" # Bright Cyan +export COLOR_16="#f6f6ef" # Bright White +export BACKGROUND_COLOR="#1a1a1a" # Background +export FOREGROUND_COLOR="#c4c5b5" # Foreground (Text) +export CURSOR_COLOR="#c4c5b5" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/morada.sh b/themes/morada.sh index c96dde6..e0e3b4a 100755 --- a/themes/morada.sh +++ b/themes/morada.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#040404" # HOST -export COLOR_02="#0f49c4" # SYNTAX_STRING -export COLOR_03="#48b117" # COMMAND -export COLOR_04="#e87324" # COMMAND_COLOR2 -export COLOR_05="#bc0116" # PATH -export COLOR_06="#665b93" # SYNTAX_VAR -export COLOR_07="#70a699" # PROMP -export COLOR_08="#f5dcbe" # - -export COLOR_09="#4f7cbf" # -export COLOR_10="#1c96c7" # COMMAND_ERROR -export COLOR_11="#3bff6f" # EXEC -export COLOR_12="#efc31c" # -export COLOR_13="#fb605b" # FOLDER -export COLOR_14="#975b5a" # -export COLOR_15="#1eff8e" # -export COLOR_16="#f6f5fb" # - -export BACKGROUND_COLOR="#211f46" # Background Color -export FOREGROUND_COLOR="#ffffff" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Morada" -# =============================================================== # +export COLOR_01="#040404" # Black (Host) +export COLOR_02="#0f49c4" # Red (Syntax string) +export COLOR_03="#48b117" # Green (Command) +export COLOR_04="#e87324" # Yellow (Command second) +export COLOR_05="#bc0116" # Blue (Path) +export COLOR_06="#665b93" # Magenta (Syntax var) +export COLOR_07="#70a699" # Cyan (Prompt) +export COLOR_08="#f5dcbe" # White +export COLOR_09="#4f7cbf" # Bright Black +export COLOR_10="#1c96c7" # Bright Red (Command error) +export COLOR_11="#3bff6f" # Bright Green (Exec) +export COLOR_12="#efc31c" # Bright Yellow +export COLOR_13="#fb605b" # Bright Blue (Folder) +export COLOR_14="#975b5a" # Bright Magenta +export COLOR_15="#1eff8e" # Bright Cyan +export COLOR_16="#f6f5fb" # Bright White +export BACKGROUND_COLOR="#211f46" # 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}")" diff --git a/themes/n0tch2k.sh b/themes/n0tch2k.sh index 4f790e9..56f2c5c 100755 --- a/themes/n0tch2k.sh +++ b/themes/n0tch2k.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#383838" # HOST -export COLOR_02="#a95551" # SYNTAX_STRING -export COLOR_03="#666666" # COMMAND -export COLOR_04="#a98051" # COMMAND_COLOR2 -export COLOR_05="#657d3e" # PATH -export COLOR_06="#767676" # SYNTAX_VAR -export COLOR_07="#c9c9c9" # PROMP -export COLOR_08="#d0b8a3" # +export PROFILE_NAME="N0Tch2K" -export COLOR_09="#474747" # -export COLOR_10="#a97775" # COMMAND_ERROR -export COLOR_11="#8c8c8c" # EXEC -export COLOR_12="#a99175" # -export COLOR_13="#98bd5e" # FOLDER -export COLOR_14="#a3a3a3" # -export COLOR_15="#dcdcdc" # -export COLOR_16="#d8c8bb" # +export COLOR_01="#383838" # Black (Host) +export COLOR_02="#a95551" # Red (Syntax string) +export COLOR_03="#666666" # Green (Command) +export COLOR_04="#a98051" # Yellow (Command second) +export COLOR_05="#657d3e" # Blue (Path) +export COLOR_06="#767676" # Magenta (Syntax var) +export COLOR_07="#c9c9c9" # Cyan (Prompt) +export COLOR_08="#d0b8a3" # White -export BACKGROUND_COLOR="#222222" # Background Color -export FOREGROUND_COLOR="#a0a0a0" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor -export PROFILE_NAME="N0tch2k" -# =============================================================== # +export COLOR_09="#474747" # Bright Black +export COLOR_10="#a97775" # Bright Red (Command error) +export COLOR_11="#8c8c8c" # Bright Green (Exec) +export COLOR_12="#a99175" # Bright Yellow +export COLOR_13="#98bd5e" # Bright Blue (Folder) +export COLOR_14="#a3a3a3" # Bright Magenta +export COLOR_15="#dcdcdc" # Bright Cyan +export COLOR_16="#d8c8bb" # Bright White +export BACKGROUND_COLOR="#222222" # 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}")" diff --git a/themes/neon-night.sh b/themes/neon-night.sh index 03faaf0..f4db6a8 100755 --- a/themes/neon-night.sh +++ b/themes/neon-night.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#20242d" # Black -export COLOR_02="#FF8E8E" # Red -export COLOR_03="#7EFDD0" # Green -export COLOR_04="#FCAD3F" # Yellow -export COLOR_05="#69B4F9" # Blue -export COLOR_06="#DD92F6" # Magenta -export COLOR_07="#8CE8ff" # Cyan -export COLOR_08="#C9CCCD" # Light gray +export PROFILE_NAME="Neon Night" -export COLOR_09="#20242d" # Dark gray -export COLOR_10="#FF8E8E" # Light Red -export COLOR_11="#7EFDD0" # Light Green -export COLOR_12="#FCAD3F" # Light Yellow -export COLOR_13="#69B4F9" # Light Blue -export COLOR_14="#DD92F6" # Light Magenta -export COLOR_15="#8CE8ff" # Light Cyan -export COLOR_16="#C9CCCD" # White +export COLOR_01="#20242d" # Black (Host) +export COLOR_02="#FF8E8E" # Red (Syntax string) +export COLOR_03="#7EFDD0" # Green (Command) +export COLOR_04="#FCAD3F" # Yellow (Command second) +export COLOR_05="#69B4F9" # Blue (Path) +export COLOR_06="#DD92F6" # Magenta (Syntax var) +export COLOR_07="#8CE8ff" # Cyan (Prompt) +export COLOR_08="#C9CCCD" # White -export BACKGROUND_COLOR="#20242d" # Background Color -export FOREGROUND_COLOR="#C7C8FF" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="neon-night" -# =============================================================== # +export COLOR_09="#20242d" # Bright Black +export COLOR_10="#FF8E8E" # Bright Red (Command error) +export COLOR_11="#7EFDD0" # Bright Green (Exec) +export COLOR_12="#FCAD3F" # Bright Yellow +export COLOR_13="#69B4F9" # Bright Blue (Folder) +export COLOR_14="#DD92F6" # Bright Magenta +export COLOR_15="#8CE8ff" # Bright Cyan +export COLOR_16="#C9CCCD" # Bright White +export BACKGROUND_COLOR="#20242d" # Background +export FOREGROUND_COLOR="#C7C8FF" # Foreground (Text) +export CURSOR_COLOR="#C7C8FF" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/neopolitan.sh b/themes/neopolitan.sh index 4897a41..34a6bcc 100755 --- a/themes/neopolitan.sh +++ b/themes/neopolitan.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#800000" # SYNTAX_STRING -export COLOR_03="#61ce3c" # COMMAND -export COLOR_04="#fbde2d" # COMMAND_COLOR2 -export COLOR_05="#253b76" # PATH -export COLOR_06="#ff0080" # SYNTAX_VAR -export COLOR_07="#8da6ce" # PROMP -export COLOR_08="#f8f8f8" # - -export COLOR_09="#000000" # -export COLOR_10="#800000" # COMMAND_ERROR -export COLOR_11="#61ce3c" # EXEC -export COLOR_12="#fbde2d" # -export COLOR_13="#253b76" # FOLDER -export COLOR_14="#ff0080" # -export COLOR_15="#8da6ce" # -export COLOR_16="#f8f8f8" # - -export BACKGROUND_COLOR="#271f19" # Background Color -export FOREGROUND_COLOR="#ffffff" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Neopolitan" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#800000" # Red (Syntax string) +export COLOR_03="#61ce3c" # Green (Command) +export COLOR_04="#fbde2d" # Yellow (Command second) +export COLOR_05="#253b76" # Blue (Path) +export COLOR_06="#ff0080" # Magenta (Syntax var) +export COLOR_07="#8da6ce" # Cyan (Prompt) +export COLOR_08="#f8f8f8" # White +export COLOR_09="#000000" # Bright Black +export COLOR_10="#800000" # Bright Red (Command error) +export COLOR_11="#61ce3c" # Bright Green (Exec) +export COLOR_12="#fbde2d" # Bright Yellow +export COLOR_13="#253b76" # Bright Blue (Folder) +export COLOR_14="#ff0080" # Bright Magenta +export COLOR_15="#8da6ce" # Bright Cyan +export COLOR_16="#f8f8f8" # Bright White +export BACKGROUND_COLOR="#271f19" # 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}")" diff --git a/themes/nep.sh b/themes/nep.sh index 98f1b05..e4657e2 100755 --- a/themes/nep.sh +++ b/themes/nep.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#dd6f00" # SYNTAX_STRING -export COLOR_03="#00dd6f" # COMMAND -export COLOR_04="#6fdd00" # COMMAND_COLOR2 -export COLOR_05="#6f00dd" # PATH -export COLOR_06="#dd006f" # SYNTAX_VAR -export COLOR_07="#006fdd" # PROMP -export COLOR_08="#f2f2f2" # - -export COLOR_09="#7d7d7d" # -export COLOR_10="#ffb974" # COMMAND_ERROR -export COLOR_11="#74ffb9" # EXEC -export COLOR_12="#b9ff74" # -export COLOR_13="#b974ff" # FOLDER -export COLOR_14="#ff74b9" # -export COLOR_15="#74b9ff" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#758480" # Background Color -export FOREGROUND_COLOR="#23476a" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Nep" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#dd6f00" # Red (Syntax string) +export COLOR_03="#00dd6f" # Green (Command) +export COLOR_04="#6fdd00" # Yellow (Command second) +export COLOR_05="#6f00dd" # Blue (Path) +export COLOR_06="#dd006f" # Magenta (Syntax var) +export COLOR_07="#006fdd" # Cyan (Prompt) +export COLOR_08="#f2f2f2" # White +export COLOR_09="#7d7d7d" # Bright Black +export COLOR_10="#ffb974" # Bright Red (Command error) +export COLOR_11="#74ffb9" # Bright Green (Exec) +export COLOR_12="#b9ff74" # Bright Yellow +export COLOR_13="#b974ff" # Bright Blue (Folder) +export COLOR_14="#ff74b9" # Bright Magenta +export COLOR_15="#74b9ff" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#758480" # Background +export FOREGROUND_COLOR="#23476a" # Foreground (Text) +export CURSOR_COLOR="#23476a" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/neutron.sh b/themes/neutron.sh index d0d55e1..36c25cb 100755 --- a/themes/neutron.sh +++ b/themes/neutron.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#23252b" # HOST -export COLOR_02="#b54036" # SYNTAX_STRING -export COLOR_03="#5ab977" # COMMAND -export COLOR_04="#deb566" # COMMAND_COLOR2 -export COLOR_05="#6a7c93" # PATH -export COLOR_06="#a4799d" # SYNTAX_VAR -export COLOR_07="#3f94a8" # PROMP -export COLOR_08="#e6e8ef" # - -export COLOR_09="#23252b" # -export COLOR_10="#b54036" # COMMAND_ERROR -export COLOR_11="#5ab977" # EXEC -export COLOR_12="#deb566" # -export COLOR_13="#6a7c93" # FOLDER -export COLOR_14="#a4799d" # -export COLOR_15="#3f94a8" # -export COLOR_16="#ebedf2" # - -export BACKGROUND_COLOR="#1c1e22" # Background Color -export FOREGROUND_COLOR="#e6e8ef" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Neutron" -# =============================================================== # +export COLOR_01="#23252b" # Black (Host) +export COLOR_02="#b54036" # Red (Syntax string) +export COLOR_03="#5ab977" # Green (Command) +export COLOR_04="#deb566" # Yellow (Command second) +export COLOR_05="#6a7c93" # Blue (Path) +export COLOR_06="#a4799d" # Magenta (Syntax var) +export COLOR_07="#3f94a8" # Cyan (Prompt) +export COLOR_08="#e6e8ef" # White +export COLOR_09="#23252b" # Bright Black +export COLOR_10="#b54036" # Bright Red (Command error) +export COLOR_11="#5ab977" # Bright Green (Exec) +export COLOR_12="#deb566" # Bright Yellow +export COLOR_13="#6a7c93" # Bright Blue (Folder) +export COLOR_14="#a4799d" # Bright Magenta +export COLOR_15="#3f94a8" # Bright Cyan +export COLOR_16="#ebedf2" # Bright White +export BACKGROUND_COLOR="#1c1e22" # Background +export FOREGROUND_COLOR="#e6e8ef" # Foreground (Text) +export CURSOR_COLOR="#e6e8ef" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/night-owl.sh b/themes/night-owl.sh index d224b8f..8d0e396 100755 --- a/themes/night-owl.sh +++ b/themes/night-owl.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#011627" # Black -export COLOR_02="#EF5350" # Red -export COLOR_03="#22da6e" # Green -export COLOR_04="#addb67" # Yellow -export COLOR_05="#82aaff" # Blue -export COLOR_06="#c792ea" # Magenta -export COLOR_07="#21c7a8" # Cyan -export COLOR_08="#ffffff" # Light gray - -export COLOR_09="#575656" # Dark gray -export COLOR_10="#ef5350" # Light Red -export COLOR_11="#22da6e" # Light Green -export COLOR_12="#ffeb95" # Light Yellow -export COLOR_13="#82aaff" # Light Blue -export COLOR_14="#c792ea" # Light Magenta -export COLOR_15="#7fdbca" # Light Cyan -export COLOR_16="#ffffff" # White - -export BACKGROUND_COLOR="#011627" # Background Color -export FOREGROUND_COLOR="#d6deeb" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Night Owl" -# =============================================================== # +export COLOR_01="#011627" # Black (Host) +export COLOR_02="#EF5350" # Red (Syntax string) +export COLOR_03="#22da6e" # Green (Command) +export COLOR_04="#addb67" # Yellow (Command second) +export COLOR_05="#82aaff" # Blue (Path) +export COLOR_06="#c792ea" # Magenta (Syntax var) +export COLOR_07="#21c7a8" # Cyan (Prompt) +export COLOR_08="#ffffff" # White +export COLOR_09="#575656" # Bright Black +export COLOR_10="#ef5350" # Bright Red (Command error) +export COLOR_11="#22da6e" # Bright Green (Exec) +export COLOR_12="#ffeb95" # Bright Yellow +export COLOR_13="#82aaff" # Bright Blue (Folder) +export COLOR_14="#c792ea" # Bright Magenta +export COLOR_15="#7fdbca" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#011627" # Background +export FOREGROUND_COLOR="#d6deeb" # Foreground (Text) +export CURSOR_COLOR="#d6deeb" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/nightfox.sh b/themes/nightfox.sh deleted file mode 100755 index 80563a1..0000000 --- a/themes/nightfox.sh +++ /dev/null @@ -1,55 +0,0 @@ -#!/usr/bin/env bash - -# ====================CONFIG THIS =============================== # -export COLOR_01="#393B44" # Black -export COLOR_02="#C94F6D" # Red -export COLOR_03="#81B29A" # Green -export COLOR_04="#DBC074" # Yellow -export COLOR_05="#719CD6" # Blue -export COLOR_06="#9D79D6" # Magenta -export COLOR_07="#63CDCF" # Cyan -export COLOR_08="#DFDFE0" # Light gray - -export COLOR_09="#575860" # Dark gray -export COLOR_10="#D16983" # Light Red -export COLOR_11="#8EBAA4" # Light Green -export COLOR_12="#E0C989" # Light Yellow -export COLOR_13="#86ABDC" # Light Blue -export COLOR_14="#BAA1E2" # Light Magenta -export COLOR_15="#7AD4D6" # Light Cyan -export COLOR_16="#E4E4E5" # White - -export BACKGROUND_COLOR="#192330" # Background Color -export FOREGROUND_COLOR="#CDCECF" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="_bash" -# =============================================================== # - - - - - - - -# =============================================================== # -# | Apply Colors -# ===============================================================|# -SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" -PARENT_PATH="$(dirname "${SCRIPT_PATH}")" - -# Allow developer to change url to forked url for easier testing -# IMPORTANT: Make sure you export this variable if your main shell is not bash -BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/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 diff --git a/themes/nightlion-v1.sh b/themes/nightlion-v1.sh index 41426dc..4040aa4 100755 --- a/themes/nightlion-v1.sh +++ b/themes/nightlion-v1.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#4c4c4c" # HOST -export COLOR_02="#bb0000" # SYNTAX_STRING -export COLOR_03="#5fde8f" # COMMAND -export COLOR_04="#f3f167" # COMMAND_COLOR2 -export COLOR_05="#276bd8" # PATH -export COLOR_06="#bb00bb" # SYNTAX_VAR -export COLOR_07="#00dadf" # 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="#bbbbbb" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Nightlion V1" -# =============================================================== # +export COLOR_01="#4c4c4c" # Black (Host) +export COLOR_02="#bb0000" # Red (Syntax string) +export COLOR_03="#5fde8f" # Green (Command) +export COLOR_04="#f3f167" # Yellow (Command second) +export COLOR_05="#276bd8" # Blue (Path) +export COLOR_06="#bb00bb" # Magenta (Syntax var) +export COLOR_07="#00dadf" # 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="#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}")" diff --git a/themes/nightlion-v2.sh b/themes/nightlion-v2.sh index 4777826..57d752d 100755 --- a/themes/nightlion-v2.sh +++ b/themes/nightlion-v2.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#4c4c4c" # HOST -export COLOR_02="#bb0000" # SYNTAX_STRING -export COLOR_03="#04f623" # COMMAND -export COLOR_04="#f3f167" # COMMAND_COLOR2 -export COLOR_05="#64d0f0" # PATH -export COLOR_06="#ce6fdb" # SYNTAX_VAR -export COLOR_07="#00dadf" # PROMP -export COLOR_08="#bbbbbb" # - -export COLOR_09="#555555" # -export COLOR_10="#ff5555" # COMMAND_ERROR -export COLOR_11="#7df71d" # EXEC -export COLOR_12="#ffff55" # -export COLOR_13="#62cbe8" # FOLDER -export COLOR_14="#ff9bf5" # -export COLOR_15="#00ccd8" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#171717" # Background Color -export FOREGROUND_COLOR="#bbbbbb" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Nightlion V2" -# =============================================================== # +export COLOR_01="#4c4c4c" # Black (Host) +export COLOR_02="#bb0000" # Red (Syntax string) +export COLOR_03="#04f623" # Green (Command) +export COLOR_04="#f3f167" # Yellow (Command second) +export COLOR_05="#64d0f0" # Blue (Path) +export COLOR_06="#ce6fdb" # Magenta (Syntax var) +export COLOR_07="#00dadf" # Cyan (Prompt) +export COLOR_08="#bbbbbb" # White +export COLOR_09="#555555" # Bright Black +export COLOR_10="#ff5555" # Bright Red (Command error) +export COLOR_11="#7df71d" # Bright Green (Exec) +export COLOR_12="#ffff55" # Bright Yellow +export COLOR_13="#62cbe8" # Bright Blue (Folder) +export COLOR_14="#ff9bf5" # Bright Magenta +export COLOR_15="#00ccd8" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#171717" # 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}")" diff --git a/themes/nighty.sh b/themes/nighty.sh index 0f773d3..68cea54 100755 --- a/themes/nighty.sh +++ b/themes/nighty.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#373D48" # Black -export COLOR_02="#9B3E46" # Red -export COLOR_03="#095B32" # Green -export COLOR_04="#808020" # Yellow -export COLOR_05="#1D3E6F" # Blue -export COLOR_06="#823065" # Cyan -export COLOR_07="#3A7458" # Magenta -export COLOR_08="#828282" # Light gray +export PROFILE_NAME="Nighty" -export COLOR_09="#5C6370" # Dark gray -export COLOR_10="#D0555F" # Light Red -export COLOR_11="#119955" # AM77 Green -export COLOR_12="#DFE048" # Light Yellow -export COLOR_13="#4674B8" # Light Blue -export COLOR_14="#ED86C9" # Light Cyan -export COLOR_15="#70D2A4" # Light Magenta -export COLOR_16="#DFDFDF" # White +export COLOR_01="#373D48" # Black (Host) +export COLOR_02="#9B3E46" # Red (Syntax string) +export COLOR_03="#095B32" # Green (Command) +export COLOR_04="#808020" # Yellow (Command second) +export COLOR_05="#1D3E6F" # Blue (Path) +export COLOR_06="#823065" # Magenta (Syntax var) +export COLOR_07="#3A7458" # Cyan (Prompt) +export COLOR_08="#828282" # White -export BACKGROUND_COLOR="#2F2F2F" # Background Color -export FOREGROUND_COLOR="#DFDFDF" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="nighty" -# ============================================= +export COLOR_09="#5C6370" # Bright Black +export COLOR_10="#D0555F" # Bright Red (Command error) +export COLOR_11="#119955" # Bright Green (Exec) +export COLOR_12="#DFE048" # Bright Yellow +export COLOR_13="#4674B8" # Bright Blue (Folder) +export COLOR_14="#ED86C9" # Bright Magenta +export COLOR_15="#70D2A4" # Bright Cyan +export COLOR_16="#DFDFDF" # Bright White +export BACKGROUND_COLOR="#2F2F2F" # Background +export FOREGROUND_COLOR="#DFDFDF" # Foreground (Text) +export CURSOR_COLOR="#DFDFDF" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/nord-light.sh b/themes/nord-light.sh index 1ded63f..809a990 100755 --- a/themes/nord-light.sh +++ b/themes/nord-light.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#003B4E" #black -export COLOR_02="#E64569" #red -export COLOR_03="#069F5F" #green -export COLOR_04="#DAB752" #yellow -export COLOR_05="#439ECF" #blue -export COLOR_06="#D961DC" #magenta -export COLOR_07="#00B1BE" #cyan -export COLOR_08="#B3B3B3" #white - -export COLOR_09="#3E89A1" #lightBlack -export COLOR_10="#E4859A" #lightRed -export COLOR_11="#A2CCA1" #lightGreen -export COLOR_12="#E1E387" #lightYellow -export COLOR_13="#6FBBE2" #lightBlue -export COLOR_14="#E586E7" #lightMagenta -export COLOR_15="#96DCDA" #lightCyan -export COLOR_16="#DEDEDE" #lightWhite - -export BACKGROUND_COLOR="#ebeaf2" -export FOREGROUND_COLOR="#004f7c" -export CURSOR_COLOR=$COLOR_05 export PROFILE_NAME="Nord Light" -# =============================================================== # +export COLOR_01="#003B4E" # Black (Host) +export COLOR_02="#E64569" # Red (Syntax string) +export COLOR_03="#069F5F" # Green (Command) +export COLOR_04="#DAB752" # Yellow (Command second) +export COLOR_05="#439ECF" # Blue (Path) +export COLOR_06="#D961DC" # Magenta (Syntax var) +export COLOR_07="#00B1BE" # Cyan (Prompt) +export COLOR_08="#B3B3B3" # White +export COLOR_09="#3E89A1" # Bright Black +export COLOR_10="#E4859A" # Bright Red (Command error) +export COLOR_11="#A2CCA1" # Bright Green (Exec) +export COLOR_12="#E1E387" # Bright Yellow +export COLOR_13="#6FBBE2" # Bright Blue (Folder) +export COLOR_14="#E586E7" # Bright Magenta +export COLOR_15="#96DCDA" # Bright Cyan +export COLOR_16="#DEDEDE" # Bright White +export BACKGROUND_COLOR="#ebeaf2" # Background +export FOREGROUND_COLOR="#004f7c" # Foreground (Text) +export CURSOR_COLOR="#439ECF" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/nord.sh b/themes/nord.sh index 23314c7..6e6ffdf 100755 --- a/themes/nord.sh +++ b/themes/nord.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#3B4252" #nord1 -export COLOR_02="#BF616A" #nord11 -export COLOR_03="#A3BE8C" #nord14 -export COLOR_04="#EBCB8B" #nord13 -export COLOR_05="#81A1C1" #nord9 -export COLOR_06="#B48EAD" #nord15 -export COLOR_07="#88C0D0" #nord8 -export COLOR_08="#E5E9F0" #nord5 - -export COLOR_09="#4C566A" #nord3 -export COLOR_10="#BF616A" #nord11 -export COLOR_11="#A3BE8C" #nord14 -export COLOR_12="#EBCB8B" #nord13 -export COLOR_13="#81A1C1" #nord9 -export COLOR_14="#B48EAD" #nord15 -export COLOR_15="#8FBCBB" #nord7 -export COLOR_16="#ECEFF4" #nord6 - -export BACKGROUND_COLOR="#2E3440" #nord0 -export FOREGROUND_COLOR="#D8DEE9" #nord4 -export CURSOR_COLOR=$FOREGROUND_COLOR export PROFILE_NAME="Nord" -# =============================================================== # +export COLOR_01="#3B4252" # Black (Host) +export COLOR_02="#BF616A" # Red (Syntax string) +export COLOR_03="#A3BE8C" # Green (Command) +export COLOR_04="#EBCB8B" # Yellow (Command second) +export COLOR_05="#81A1C1" # Blue (Path) +export COLOR_06="#B48EAD" # Magenta (Syntax var) +export COLOR_07="#88C0D0" # Cyan (Prompt) +export COLOR_08="#E5E9F0" # White +export COLOR_09="#4C566A" # Bright Black +export COLOR_10="#BF616A" # Bright Red (Command error) +export COLOR_11="#A3BE8C" # Bright Green (Exec) +export COLOR_12="#EBCB8B" # Bright Yellow +export COLOR_13="#81A1C1" # Bright Blue (Folder) +export COLOR_14="#B48EAD" # Bright Magenta +export COLOR_15="#8FBCBB" # Bright Cyan +export COLOR_16="#ECEFF4" # Bright White +export BACKGROUND_COLOR="#2E3440" # Background +export FOREGROUND_COLOR="#D8DEE9" # Foreground (Text) +export CURSOR_COLOR="#D8DEE9" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/novel.sh b/themes/novel.sh index 9e0666f..211de29 100755 --- a/themes/novel.sh +++ b/themes/novel.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#cc0000" # SYNTAX_STRING -export COLOR_03="#009600" # COMMAND -export COLOR_04="#d06b00" # COMMAND_COLOR2 -export COLOR_05="#0000cc" # PATH -export COLOR_06="#cc00cc" # SYNTAX_VAR -export COLOR_07="#0087cc" # PROMP -export COLOR_08="#cccccc" # - -export COLOR_09="#808080" # -export COLOR_10="#cc0000" # COMMAND_ERROR -export COLOR_11="#009600" # EXEC -export COLOR_12="#d06b00" # -export COLOR_13="#0000cc" # FOLDER -export COLOR_14="#cc00cc" # -export COLOR_15="#0087cc" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#dfdbc3" # Background Color -export FOREGROUND_COLOR="#3b2322" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Novel" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#cc0000" # Red (Syntax string) +export COLOR_03="#009600" # Green (Command) +export COLOR_04="#d06b00" # Yellow (Command second) +export COLOR_05="#0000cc" # Blue (Path) +export COLOR_06="#cc00cc" # Magenta (Syntax var) +export COLOR_07="#0087cc" # Cyan (Prompt) +export COLOR_08="#cccccc" # White +export COLOR_09="#808080" # Bright Black +export COLOR_10="#cc0000" # Bright Red (Command error) +export COLOR_11="#009600" # Bright Green (Exec) +export COLOR_12="#d06b00" # Bright Yellow +export COLOR_13="#0000cc" # Bright Blue (Folder) +export COLOR_14="#cc00cc" # Bright Magenta +export COLOR_15="#0087cc" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#dfdbc3" # Background +export FOREGROUND_COLOR="#3b2322" # Foreground (Text) +export CURSOR_COLOR="#3b2322" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/obsidian.sh b/themes/obsidian.sh index 195f890..3f7b9e3 100755 --- a/themes/obsidian.sh +++ b/themes/obsidian.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#a60001" # SYNTAX_STRING -export COLOR_03="#00bb00" # COMMAND -export COLOR_04="#fecd22" # COMMAND_COLOR2 -export COLOR_05="#3a9bdb" # PATH -export COLOR_06="#bb00bb" # SYNTAX_VAR -export COLOR_07="#00bbbb" # PROMP -export COLOR_08="#bbbbbb" # - -export COLOR_09="#555555" # -export COLOR_10="#ff0003" # COMMAND_ERROR -export COLOR_11="#93c863" # EXEC -export COLOR_12="#fef874" # -export COLOR_13="#a1d7ff" # FOLDER -export COLOR_14="#ff55ff" # -export COLOR_15="#55ffff" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#283033" # Background Color -export FOREGROUND_COLOR="#cdcdcd" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Obsidian" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#a60001" # Red (Syntax string) +export COLOR_03="#00bb00" # Green (Command) +export COLOR_04="#fecd22" # Yellow (Command second) +export COLOR_05="#3a9bdb" # Blue (Path) +export COLOR_06="#bb00bb" # Magenta (Syntax var) +export COLOR_07="#00bbbb" # Cyan (Prompt) +export COLOR_08="#bbbbbb" # White +export COLOR_09="#555555" # Bright Black +export COLOR_10="#ff0003" # Bright Red (Command error) +export COLOR_11="#93c863" # Bright Green (Exec) +export COLOR_12="#fef874" # Bright Yellow +export COLOR_13="#a1d7ff" # Bright Blue (Folder) +export COLOR_14="#ff55ff" # Bright Magenta +export COLOR_15="#55ffff" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#283033" # Background +export FOREGROUND_COLOR="#cdcdcd" # Foreground (Text) +export CURSOR_COLOR="#cdcdcd" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/ocean-dark.sh b/themes/ocean-dark.sh index 241bde6..67ca520 100755 --- a/themes/ocean-dark.sh +++ b/themes/ocean-dark.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#4F4F4F" -export COLOR_02="#AF4B57" -export COLOR_03="#AFD383" -export COLOR_04="#E5C079" -export COLOR_05="#7D90A4" -export COLOR_06="#A4799D" -export COLOR_07="#85A6A5" -export COLOR_08="#EEEDEE" - -export COLOR_09="#7B7B7B" -export COLOR_10="#AF4B57" -export COLOR_11="#CEFFAB" -export COLOR_12="#FFFECC" -export COLOR_13="#B5DCFE" -export COLOR_14="#FB9BFE" -export COLOR_15="#DFDFFD" -export COLOR_16="#FEFFFE" - -export BACKGROUND_COLOR="#1C1F27" -export FOREGROUND_COLOR="#979CAC" -export CURSOR_COLOR="#979CAC" export PROFILE_NAME="Ocean Dark" -# =============================================================== # +export COLOR_01="#4F4F4F" # Black (Host) +export COLOR_02="#AF4B57" # Red (Syntax string) +export COLOR_03="#AFD383" # Green (Command) +export COLOR_04="#E5C079" # Yellow (Command second) +export COLOR_05="#7D90A4" # Blue (Path) +export COLOR_06="#A4799D" # Magenta (Syntax var) +export COLOR_07="#85A6A5" # Cyan (Prompt) +export COLOR_08="#EEEDEE" # White +export COLOR_09="#7B7B7B" # Bright Black +export COLOR_10="#AF4B57" # Bright Red (Command error) +export COLOR_11="#CEFFAB" # Bright Green (Exec) +export COLOR_12="#FFFECC" # Bright Yellow +export COLOR_13="#B5DCFE" # Bright Blue (Folder) +export COLOR_14="#FB9BFE" # Bright Magenta +export COLOR_15="#DFDFFD" # Bright Cyan +export COLOR_16="#FEFFFE" # Bright White +export BACKGROUND_COLOR="#1C1F27" # Background +export FOREGROUND_COLOR="#979CAC" # Foreground (Text) +export CURSOR_COLOR="#979CAC" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/ocean.sh b/themes/ocean.sh index 62436d2..2af65a5 100755 --- a/themes/ocean.sh +++ b/themes/ocean.sh @@ -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="#224fbc" # Background Color -export FOREGROUND_COLOR="#ffffff" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Ocean" -# =============================================================== # +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="#224fbc" # 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}")" diff --git a/themes/oceanic-next.sh b/themes/oceanic-next.sh index e8183c8..6c1b13c 100755 --- a/themes/oceanic-next.sh +++ b/themes/oceanic-next.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#121C21" # HOST -export COLOR_02="#E44754" # SYNTAX_STRING -export COLOR_03="#89BD82" # COMMAND -export COLOR_04="#F7BD51" # COMMAND_COLOR2 -export COLOR_05="#5486C0" # PATH -export COLOR_06="#B77EB8" # SYNTAX_VAR -export COLOR_07="#50A5A4" # PROMP -export COLOR_08="#FFFFFF" # - -export COLOR_09="#52606B" # -export COLOR_10="#E44754" # COMMAND_ERROR -export COLOR_11="#89BD82" # EXEC -export COLOR_12="#F7BD51" # -export COLOR_13="#5486C0" # FOLDER -export COLOR_14="#B77EB8" # -export COLOR_15="#50A5A4" # -export COLOR_16="#FFFFFF" # - -export BACKGROUND_COLOR="#121b21" # Background Color -export FOREGROUND_COLOR="#b3b8c3" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Oceanic Next" -# =============================================================== # +export COLOR_01="#121C21" # Black (Host) +export COLOR_02="#E44754" # Red (Syntax string) +export COLOR_03="#89BD82" # Green (Command) +export COLOR_04="#F7BD51" # Yellow (Command second) +export COLOR_05="#5486C0" # Blue (Path) +export COLOR_06="#B77EB8" # Magenta (Syntax var) +export COLOR_07="#50A5A4" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White +export COLOR_09="#52606B" # Bright Black +export COLOR_10="#E44754" # Bright Red (Command error) +export COLOR_11="#89BD82" # Bright Green (Exec) +export COLOR_12="#F7BD51" # Bright Yellow +export COLOR_13="#5486C0" # Bright Blue (Folder) +export COLOR_14="#B77EB8" # Bright Magenta +export COLOR_15="#50A5A4" # Bright Cyan +export COLOR_16="#FFFFFF" # Bright White +export BACKGROUND_COLOR="#121b21" # Background +export FOREGROUND_COLOR="#b3b8c3" # Foreground (Text) +export CURSOR_COLOR="#b3b8c3" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/ollie.sh b/themes/ollie.sh index b4e7e0f..c4c41ae 100755 --- a/themes/ollie.sh +++ b/themes/ollie.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#ac2e31" # SYNTAX_STRING -export COLOR_03="#31ac61" # COMMAND -export COLOR_04="#ac4300" # COMMAND_COLOR2 -export COLOR_05="#2d57ac" # PATH -export COLOR_06="#b08528" # SYNTAX_VAR -export COLOR_07="#1fa6ac" # PROMP -export COLOR_08="#8a8eac" # - -export COLOR_09="#5b3725" # -export COLOR_10="#ff3d48" # COMMAND_ERROR -export COLOR_11="#3bff99" # EXEC -export COLOR_12="#ff5e1e" # -export COLOR_13="#4488ff" # FOLDER -export COLOR_14="#ffc21d" # -export COLOR_15="#1ffaff" # -export COLOR_16="#5b6ea7" # - -export BACKGROUND_COLOR="#222125" # Background Color -export FOREGROUND_COLOR="#8a8dae" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Ollie" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#ac2e31" # Red (Syntax string) +export COLOR_03="#31ac61" # Green (Command) +export COLOR_04="#ac4300" # Yellow (Command second) +export COLOR_05="#2d57ac" # Blue (Path) +export COLOR_06="#b08528" # Magenta (Syntax var) +export COLOR_07="#1fa6ac" # Cyan (Prompt) +export COLOR_08="#8a8eac" # White +export COLOR_09="#5b3725" # Bright Black +export COLOR_10="#ff3d48" # Bright Red (Command error) +export COLOR_11="#3bff99" # Bright Green (Exec) +export COLOR_12="#ff5e1e" # Bright Yellow +export COLOR_13="#4488ff" # Bright Blue (Folder) +export COLOR_14="#ffc21d" # Bright Magenta +export COLOR_15="#1ffaff" # Bright Cyan +export COLOR_16="#5b6ea7" # Bright White +export BACKGROUND_COLOR="#222125" # Background +export FOREGROUND_COLOR="#8a8dae" # Foreground (Text) +export CURSOR_COLOR="#8a8dae" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/omni.sh b/themes/omni.sh index 4339699..38d3536 100755 --- a/themes/omni.sh +++ b/themes/omni.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#191622" # HOST -export COLOR_02="#E96379" # SYNTAX_STRING -export COLOR_03="#67e480" # COMMAND -export COLOR_04="#E89E64" # COMMAND_COLOR2 -export COLOR_05="#78D1E1" # PATH -export COLOR_06="#988BC7" # SYNTAX_VAR -export COLOR_07="#FF79C6" # PROMP -export COLOR_08="#ABB2BF" # - -export COLOR_09="#000000" # -export COLOR_10="#E96379" # COMMAND_ERROR -export COLOR_11="#67e480" # EXEC -export COLOR_12="#E89E64" # -export COLOR_13="#78D1E1" # FOLDER -export COLOR_14="#988BC7" # -export COLOR_15="#FF79C6" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#191622" # Background Color -export FOREGROUND_COLOR="#ABB2BF" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Omni" -# =============================================================== # +export COLOR_01="#191622" # Black (Host) +export COLOR_02="#E96379" # Red (Syntax string) +export COLOR_03="#67e480" # Green (Command) +export COLOR_04="#E89E64" # Yellow (Command second) +export COLOR_05="#78D1E1" # Blue (Path) +export COLOR_06="#988BC7" # Magenta (Syntax var) +export COLOR_07="#FF79C6" # Cyan (Prompt) +export COLOR_08="#ABB2BF" # White +export COLOR_09="#000000" # Bright Black +export COLOR_10="#E96379" # Bright Red (Command error) +export COLOR_11="#67e480" # Bright Green (Exec) +export COLOR_12="#E89E64" # Bright Yellow +export COLOR_13="#78D1E1" # Bright Blue (Folder) +export COLOR_14="#988BC7" # Bright Magenta +export COLOR_15="#FF79C6" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#191622" # Background +export FOREGROUND_COLOR="#ABB2BF" # Foreground (Text) +export CURSOR_COLOR="#ABB2BF" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/one-dark.sh b/themes/one-dark.sh index 4761c4e..5a6093a 100755 --- a/themes/one-dark.sh +++ b/themes/one-dark.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" -export COLOR_02="#E06C75" -export COLOR_03="#98C379" -export COLOR_04="#D19A66" -export COLOR_05="#61AFEF" -export COLOR_06="#C678DD" -export COLOR_07="#56B6C2" -export COLOR_08="#ABB2BF" - -export COLOR_09="#5C6370" -export COLOR_10="#E06C75" -export COLOR_11="#98C379" -export COLOR_12="#D19A66" -export COLOR_13="#61AFEF" -export COLOR_14="#C678DD" -export COLOR_15="#56B6C2" -export COLOR_16="#FFFEFE" - -export BACKGROUND_COLOR="#1E2127" -export FOREGROUND_COLOR="#5C6370" -export CURSOR_COLOR="#5C6370" export PROFILE_NAME="One Dark" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#E06C75" # Red (Syntax string) +export COLOR_03="#98C379" # Green (Command) +export COLOR_04="#D19A66" # Yellow (Command second) +export COLOR_05="#61AFEF" # Blue (Path) +export COLOR_06="#C678DD" # Magenta (Syntax var) +export COLOR_07="#56B6C2" # Cyan (Prompt) +export COLOR_08="#ABB2BF" # White +export COLOR_09="#5C6370" # Bright Black +export COLOR_10="#E06C75" # Bright Red (Command error) +export COLOR_11="#98C379" # Bright Green (Exec) +export COLOR_12="#D19A66" # Bright Yellow +export COLOR_13="#61AFEF" # Bright Blue (Folder) +export COLOR_14="#C678DD" # Bright Magenta +export COLOR_15="#56B6C2" # Bright Cyan +export COLOR_16="#FFFEFE" # Bright White +export BACKGROUND_COLOR="#1E2127" # Background +export FOREGROUND_COLOR="#5C6370" # Foreground (Text) +export CURSOR_COLOR="#5C6370" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/one-half-black.sh b/themes/one-half-black.sh index 4e0e7e1..3ba73d7 100755 --- a/themes/one-half-black.sh +++ b/themes/one-half-black.sh @@ -1,41 +1,33 @@ #!/usr/bin/env bash -# This is an adaptation of the "One Half Dark" color scheme published by -# Son A. Pham under the MIT license: https://github.com/sonph/onehalf -# ====================CONFIG THIS =============================== # -export COLOR_01="#282c34" # HOST -export COLOR_02="#e06c75" # SYNTAX_STRING -export COLOR_03="#98c379" # COMMAND -export COLOR_04="#e5c07b" # COMMAND_COLOR2 -export COLOR_05="#61afef" # PATH -export COLOR_06="#c678dd" # SYNTAX_VAR -export COLOR_07="#56b6c2" # PROMP -export COLOR_08="#dcdfe4" # - -export COLOR_09="#282c34" # -export COLOR_10="#e06c75" # COMMAND_ERROR -export COLOR_11="#98c379" # EXEC -export COLOR_12="#e5c07b" # -export COLOR_13="#61afef" # FOLDER -export COLOR_14="#c678dd" # -export COLOR_15="#56b6c2" # -export COLOR_16="#dcdfe4" # - -export BACKGROUND_COLOR="#000000" # Background Color -export FOREGROUND_COLOR="#dcdfe4" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="One Half Black" -# ============================================= +export COLOR_01="#282c34" # Black (Host) +export COLOR_02="#e06c75" # Red (Syntax string) +export COLOR_03="#98c379" # Green (Command) +export COLOR_04="#e5c07b" # Yellow (Command second) +export COLOR_05="#61afef" # Blue (Path) +export COLOR_06="#c678dd" # Magenta (Syntax var) +export COLOR_07="#56b6c2" # Cyan (Prompt) +export COLOR_08="#dcdfe4" # White +export COLOR_09="#282c34" # Bright Black +export COLOR_10="#e06c75" # Bright Red (Command error) +export COLOR_11="#98c379" # Bright Green (Exec) +export COLOR_12="#e5c07b" # Bright Yellow +export COLOR_13="#61afef" # Bright Blue (Folder) +export COLOR_14="#c678dd" # Bright Magenta +export COLOR_15="#56b6c2" # Bright Cyan +export COLOR_16="#dcdfe4" # Bright White +export BACKGROUND_COLOR="#000000" # Background +export FOREGROUND_COLOR="#dcdfe4" # Foreground (Text) +export CURSOR_COLOR="#dcdfe4" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/one-light.sh b/themes/one-light.sh index 6f59a02..b0aa14b 100755 --- a/themes/one-light.sh +++ b/themes/one-light.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" -export COLOR_02="#DA3E39" -export COLOR_03="#41933E" -export COLOR_04="#855504" -export COLOR_05="#315EEE" -export COLOR_06="#930092" -export COLOR_07="#0E6FAD" -export COLOR_08="#8E8F96" - -export COLOR_09="#2A2B32" -export COLOR_10="#DA3E39" -export COLOR_11="#41933E" -export COLOR_12="#855504" -export COLOR_13="#315EEE" -export COLOR_14="#930092" -export COLOR_15="#0E6FAD" -export COLOR_16="#FFFEFE" - -export BACKGROUND_COLOR="#F8F8F8" -export FOREGROUND_COLOR="#2A2B32" -export CURSOR_COLOR="#2A2B32" export PROFILE_NAME="One Light" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#DA3E39" # Red (Syntax string) +export COLOR_03="#41933E" # Green (Command) +export COLOR_04="#855504" # Yellow (Command second) +export COLOR_05="#315EEE" # Blue (Path) +export COLOR_06="#930092" # Magenta (Syntax var) +export COLOR_07="#0E6FAD" # Cyan (Prompt) +export COLOR_08="#8E8F96" # White +export COLOR_09="#2A2B32" # Bright Black +export COLOR_10="#DA3E39" # Bright Red (Command error) +export COLOR_11="#41933E" # Bright Green (Exec) +export COLOR_12="#855504" # Bright Yellow +export COLOR_13="#315EEE" # Bright Blue (Folder) +export COLOR_14="#930092" # Bright Magenta +export COLOR_15="#0E6FAD" # Bright Cyan +export COLOR_16="#FFFEFE" # Bright White +export BACKGROUND_COLOR="#F8F8F8" # Background +export FOREGROUND_COLOR="#2A2B32" # Foreground (Text) +export CURSOR_COLOR="#2A2B32" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/palenight.sh b/themes/palenight.sh index a23824a..1531411 100755 --- a/themes/palenight.sh +++ b/themes/palenight.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#292D3E" # Black -export COLOR_02="#F07178" # Red -export COLOR_03="#C3E88D" # Green -export COLOR_04="#FFCB6B" # Yellow -export COLOR_05="#82AAFF" # Blue -export COLOR_06="#C792EA" # Magenta -export COLOR_07="#60ADEC" # Cyan -export COLOR_08="#ABB2BF" # Light gray +export PROFILE_NAME="Palenight" -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 COLOR_01="#292D3E" # Black (Host) +export COLOR_02="#F07178" # Red (Syntax string) +export COLOR_03="#C3E88D" # Green (Command) +export COLOR_04="#FFCB6B" # Yellow (Command second) +export COLOR_05="#82AAFF" # Blue (Path) +export COLOR_06="#C792EA" # Magenta (Syntax var) +export COLOR_07="#60ADEC" # Cyan (Prompt) +export COLOR_08="#ABB2BF" # White -export BACKGROUND_COLOR="#292D3E" # Background Color -export FOREGROUND_COLOR="#BFC7D5" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="palenight" -# =============================================================== # +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}")" diff --git a/themes/pali.sh b/themes/pali.sh index 8145622..e0b70a1 100755 --- a/themes/pali.sh +++ b/themes/pali.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#0a0a0a" # HOST -export COLOR_02="#ab8f74" # SYNTAX_STRING -export COLOR_03="#74ab8f" # COMMAND -export COLOR_04="#8fab74" # COMMAND_COLOR2 -export COLOR_05="#8f74ab" # PATH -export COLOR_06="#ab748f" # SYNTAX_VAR -export COLOR_07="#748fab" # PROMP -export COLOR_08="#F2F2F2" # - -export COLOR_09="#5D5D5D" # -export COLOR_10="#FF1D62" # COMMAND_ERROR -export COLOR_11="#9cc3af" # EXEC -export COLOR_12="#FFD00A" # -export COLOR_13="#af9cc3" # FOLDER -export COLOR_14="#FF1D62" # -export COLOR_15="#4BB8FD" # -export COLOR_16="#A020F0" # - -export BACKGROUND_COLOR="#232E37" # Background Color -export FOREGROUND_COLOR="#d9e6f2" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Pali" -# =============================================================== # +export COLOR_01="#0a0a0a" # Black (Host) +export COLOR_02="#ab8f74" # Red (Syntax string) +export COLOR_03="#74ab8f" # Green (Command) +export COLOR_04="#8fab74" # Yellow (Command second) +export COLOR_05="#8f74ab" # Blue (Path) +export COLOR_06="#ab748f" # Magenta (Syntax var) +export COLOR_07="#748fab" # Cyan (Prompt) +export COLOR_08="#F2F2F2" # White +export COLOR_09="#5D5D5D" # Bright Black +export COLOR_10="#FF1D62" # Bright Red (Command error) +export COLOR_11="#9cc3af" # Bright Green (Exec) +export COLOR_12="#FFD00A" # Bright Yellow +export COLOR_13="#af9cc3" # Bright Blue (Folder) +export COLOR_14="#FF1D62" # Bright Magenta +export COLOR_15="#4BB8FD" # Bright Cyan +export COLOR_16="#A020F0" # Bright White +export BACKGROUND_COLOR="#232E37" # 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}")" diff --git a/themes/panda.sh b/themes/panda.sh index 9afdb58..d92eb96 100755 --- a/themes/panda.sh +++ b/themes/panda.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#1F1F20" # Black -export COLOR_02="#FB055A" # Red -export COLOR_03="#26FFD4" # Green -export COLOR_04="#FDAA5A" # Yellow -export COLOR_05="#5C9FFF" # Blue -export COLOR_06="#FC59A6" # Magenta -export COLOR_07="#26FFD4" # Cyan -export COLOR_08="#F0F0F0" # Light gray - -export COLOR_09="#5C6370" # Dark gray -export COLOR_10="#FB055A" # Light Red -export COLOR_11="#26FFD4" # Light Green -export COLOR_12="#FEBE7E" # Light Yellow -export COLOR_13="#55ADFF" # Light Blue -export COLOR_14="#FD95D0" # Light Magenta -export COLOR_15="#26FFD4" # Light Cyan -export COLOR_16="#F0F0F0" # White - -export BACKGROUND_COLOR="#1D1E20" # Background Color -export FOREGROUND_COLOR="#F0F0F0" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Panda" -# =============================================================== # +export COLOR_01="#1F1F20" # Black (Host) +export COLOR_02="#FB055A" # Red (Syntax string) +export COLOR_03="#26FFD4" # Green (Command) +export COLOR_04="#FDAA5A" # Yellow (Command second) +export COLOR_05="#5C9FFF" # Blue (Path) +export COLOR_06="#FC59A6" # Magenta (Syntax var) +export COLOR_07="#26FFD4" # Cyan (Prompt) +export COLOR_08="#F0F0F0" # White +export COLOR_09="#5C6370" # Bright Black +export COLOR_10="#FB055A" # Bright Red (Command error) +export COLOR_11="#26FFD4" # Bright Green (Exec) +export COLOR_12="#FEBE7E" # Bright Yellow +export COLOR_13="#55ADFF" # Bright Blue (Folder) +export COLOR_14="#FD95D0" # Bright Magenta +export COLOR_15="#26FFD4" # Bright Cyan +export COLOR_16="#F0F0F0" # Bright White +export BACKGROUND_COLOR="#1D1E20" # Background +export FOREGROUND_COLOR="#F0F0F0" # Foreground (Text) +export CURSOR_COLOR="#F0F0F0" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/papercolor-dark.sh b/themes/papercolor-dark.sh index f5960c6..8dbfdac 100755 --- a/themes/papercolor-dark.sh +++ b/themes/papercolor-dark.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#1C1C1C" # Black -export COLOR_02="#AF005F" # Red -export COLOR_03="#5FAF00" # Green -export COLOR_04="#D7AF5F" # Yellow -export COLOR_05="#5FAFD7" # Blue -export COLOR_06="#808080" # Magenta -export COLOR_07="#D7875F" # Cyan -export COLOR_08="#D0D0D0" # Light gray +export PROFILE_NAME="Papercolor Dark" -export COLOR_09="#585858" # Dark gray -export COLOR_10="#5FAF5F" # Light Red -export COLOR_11="#AFD700" # Light Green -export COLOR_12="#AF87D7" # Light Yellow -export COLOR_13="#FFAF00" # Light Blue -export COLOR_14="#FF5FAF" # Light Magenta -export COLOR_15="#00AFAF" # Light Cyan -export COLOR_16="#5F8787" # White +export COLOR_01="#1C1C1C" # Black (Host) +export COLOR_02="#AF005F" # Red (Syntax string) +export COLOR_03="#5FAF00" # Green (Command) +export COLOR_04="#D7AF5F" # Yellow (Command second) +export COLOR_05="#5FAFD7" # Blue (Path) +export COLOR_06="#808080" # Magenta (Syntax var) +export COLOR_07="#D7875F" # Cyan (Prompt) +export COLOR_08="#D0D0D0" # White -export BACKGROUND_COLOR="#1C1C1C" # Background Color -export FOREGROUND_COLOR="#D0D0D0" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="PaperColor Dark" -# =============================================================== # +export COLOR_09="#585858" # Bright Black +export COLOR_10="#5FAF5F" # Bright Red (Command error) +export COLOR_11="#AFD700" # Bright Green (Exec) +export COLOR_12="#AF87D7" # Bright Yellow +export COLOR_13="#FFAF00" # Bright Blue (Folder) +export COLOR_14="#FF5FAF" # Bright Magenta +export COLOR_15="#00AFAF" # Bright Cyan +export COLOR_16="#5F8787" # Bright White +export BACKGROUND_COLOR="#1C1C1C" # 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}")" diff --git a/themes/papercolor-light.sh b/themes/papercolor-light.sh index c643d64..937ccc2 100755 --- a/themes/papercolor-light.sh +++ b/themes/papercolor-light.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#EEEEEE" # Black -export COLOR_02="#AF0000" # Red -export COLOR_03="#008700" # Green -export COLOR_04="#5F8700" # Yellow -export COLOR_05="#0087AF" # Blue -export COLOR_06="#878787" # Magenta -export COLOR_07="#005F87" # Cyan -export COLOR_08="#444444" # Light gray +export PROFILE_NAME="Papercolor Light" -export COLOR_09="#BCBCBC" # Dark gray -export COLOR_10="#D70000" # Light Red -export COLOR_11="#D70087" # Light Green -export COLOR_12="#8700AF" # Light Yellow -export COLOR_13="#D75F00" # Light Blue -export COLOR_14="#D75F00" # Light Magenta -export COLOR_15="#005FAF" # Light Cyan -export COLOR_16="#005F87" # White +export COLOR_01="#EEEEEE" # Black (Host) +export COLOR_02="#AF0000" # Red (Syntax string) +export COLOR_03="#008700" # Green (Command) +export COLOR_04="#5F8700" # Yellow (Command second) +export COLOR_05="#0087AF" # Blue (Path) +export COLOR_06="#878787" # Magenta (Syntax var) +export COLOR_07="#005F87" # Cyan (Prompt) +export COLOR_08="#444444" # White -export BACKGROUND_COLOR="#EEEEEE" # Background Color -export FOREGROUND_COLOR="#444444" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="PaperColor Light" -# =============================================================== # +export COLOR_09="#BCBCBC" # Bright Black +export COLOR_10="#D70000" # Bright Red (Command error) +export COLOR_11="#D70087" # Bright Green (Exec) +export COLOR_12="#8700AF" # Bright Yellow +export COLOR_13="#D75F00" # Bright Blue (Folder) +export COLOR_14="#D75F00" # Bright Magenta +export COLOR_15="#005FAF" # Bright Cyan +export COLOR_16="#005F87" # Bright White +export BACKGROUND_COLOR="#EEEEEE" # Background +export FOREGROUND_COLOR="#444444" # Foreground (Text) +export CURSOR_COLOR="#444444" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/paraiso-dark.sh b/themes/paraiso-dark.sh index 5a55256..dfc407b 100755 --- a/themes/paraiso-dark.sh +++ b/themes/paraiso-dark.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#2f1e2e" # HOST -export COLOR_02="#ef6155" # SYNTAX_STRING -export COLOR_03="#48b685" # COMMAND -export COLOR_04="#fec418" # COMMAND_COLOR2 -export COLOR_05="#06b6ef" # PATH -export COLOR_06="#815ba4" # SYNTAX_VAR -export COLOR_07="#5bc4bf" # PROMP -export COLOR_08="#a39e9b" # - -export COLOR_09="#776e71" # -export COLOR_10="#ef6155" # COMMAND_ERROR -export COLOR_11="#48b685" # EXEC -export COLOR_12="#fec418" # -export COLOR_13="#06b6ef" # FOLDER -export COLOR_14="#815ba4" # -export COLOR_15="#5bc4bf" # -export COLOR_16="#e7e9db" # - -export BACKGROUND_COLOR="#2f1e2e" # Background Color -export FOREGROUND_COLOR="#a39e9b" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Paraiso Dark" -# =============================================================== # +export COLOR_01="#2f1e2e" # Black (Host) +export COLOR_02="#ef6155" # Red (Syntax string) +export COLOR_03="#48b685" # Green (Command) +export COLOR_04="#fec418" # Yellow (Command second) +export COLOR_05="#06b6ef" # Blue (Path) +export COLOR_06="#815ba4" # Magenta (Syntax var) +export COLOR_07="#5bc4bf" # Cyan (Prompt) +export COLOR_08="#a39e9b" # White +export COLOR_09="#776e71" # Bright Black +export COLOR_10="#ef6155" # Bright Red (Command error) +export COLOR_11="#48b685" # Bright Green (Exec) +export COLOR_12="#fec418" # Bright Yellow +export COLOR_13="#06b6ef" # Bright Blue (Folder) +export COLOR_14="#815ba4" # Bright Magenta +export COLOR_15="#5bc4bf" # Bright Cyan +export COLOR_16="#e7e9db" # Bright White +export BACKGROUND_COLOR="#2f1e2e" # Background +export FOREGROUND_COLOR="#a39e9b" # Foreground (Text) +export CURSOR_COLOR="#a39e9b" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/paul-millr.sh b/themes/paul-millr.sh index 19e3604..b77abf5 100755 --- a/themes/paul-millr.sh +++ b/themes/paul-millr.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#2a2a2a" # HOST -export COLOR_02="#ff0000" # SYNTAX_STRING -export COLOR_03="#79ff0f" # COMMAND -export COLOR_04="#d3bf00" # COMMAND_COLOR2 -export COLOR_05="#396bd7" # PATH -export COLOR_06="#b449be" # SYNTAX_VAR -export COLOR_07="#66ccff" # PROMP -export COLOR_08="#bbbbbb" # - -export COLOR_09="#666666" # -export COLOR_10="#ff0080" # COMMAND_ERROR -export COLOR_11="#66ff66" # EXEC -export COLOR_12="#f3d64e" # -export COLOR_13="#709aed" # FOLDER -export COLOR_14="#db67e6" # -export COLOR_15="#7adff2" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#000000" # Background Color -export FOREGROUND_COLOR="#f2f2f2" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Paul Millr" -# =============================================================== # +export COLOR_01="#2a2a2a" # Black (Host) +export COLOR_02="#ff0000" # Red (Syntax string) +export COLOR_03="#79ff0f" # Green (Command) +export COLOR_04="#d3bf00" # Yellow (Command second) +export COLOR_05="#396bd7" # Blue (Path) +export COLOR_06="#b449be" # Magenta (Syntax var) +export COLOR_07="#66ccff" # Cyan (Prompt) +export COLOR_08="#bbbbbb" # White +export COLOR_09="#666666" # Bright Black +export COLOR_10="#ff0080" # Bright Red (Command error) +export COLOR_11="#66ff66" # Bright Green (Exec) +export COLOR_12="#f3d64e" # Bright Yellow +export COLOR_13="#709aed" # Bright Blue (Folder) +export COLOR_14="#db67e6" # Bright Magenta +export COLOR_15="#7adff2" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#000000" # 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}")" diff --git a/themes/pencil-dark.sh b/themes/pencil-dark.sh index 1cd434d..fd0ef97 100755 --- a/themes/pencil-dark.sh +++ b/themes/pencil-dark.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#212121" # HOST -export COLOR_02="#c30771" # SYNTAX_STRING -export COLOR_03="#10a778" # COMMAND -export COLOR_04="#a89c14" # COMMAND_COLOR2 -export COLOR_05="#008ec4" # PATH -export COLOR_06="#523c79" # SYNTAX_VAR -export COLOR_07="#20a5ba" # PROMP -export COLOR_08="#d9d9d9" # - -export COLOR_09="#424242" # -export COLOR_10="#fb007a" # COMMAND_ERROR -export COLOR_11="#5fd7af" # EXEC -export COLOR_12="#f3e430" # -export COLOR_13="#20bbfc" # FOLDER -export COLOR_14="#6855de" # -export COLOR_15="#4fb8cc" # -export COLOR_16="#f1f1f1" # - -export BACKGROUND_COLOR="#212121" # Background Color -export FOREGROUND_COLOR="#f1f1f1" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Pencil Dark" -# =============================================================== # +export COLOR_01="#212121" # Black (Host) +export COLOR_02="#c30771" # Red (Syntax string) +export COLOR_03="#10a778" # Green (Command) +export COLOR_04="#a89c14" # Yellow (Command second) +export COLOR_05="#008ec4" # Blue (Path) +export COLOR_06="#523c79" # Magenta (Syntax var) +export COLOR_07="#20a5ba" # Cyan (Prompt) +export COLOR_08="#d9d9d9" # White +export COLOR_09="#424242" # Bright Black +export COLOR_10="#fb007a" # Bright Red (Command error) +export COLOR_11="#5fd7af" # Bright Green (Exec) +export COLOR_12="#f3e430" # Bright Yellow +export COLOR_13="#20bbfc" # Bright Blue (Folder) +export COLOR_14="#6855de" # Bright Magenta +export COLOR_15="#4fb8cc" # Bright Cyan +export COLOR_16="#f1f1f1" # Bright White +export BACKGROUND_COLOR="#212121" # Background +export FOREGROUND_COLOR="#f1f1f1" # Foreground (Text) +export CURSOR_COLOR="#f1f1f1" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/pencil-light.sh b/themes/pencil-light.sh index aeeb23f..283f4bc 100755 --- a/themes/pencil-light.sh +++ b/themes/pencil-light.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#212121" # HOST -export COLOR_02="#c30771" # SYNTAX_STRING -export COLOR_03="#10a778" # COMMAND -export COLOR_04="#a89c14" # COMMAND_COLOR2 -export COLOR_05="#008ec4" # PATH -export COLOR_06="#523c79" # SYNTAX_VAR -export COLOR_07="#20a5ba" # PROMP -export COLOR_08="#d9d9d9" # - -export COLOR_09="#424242" # -export COLOR_10="#fb007a" # COMMAND_ERROR -export COLOR_11="#5fd7af" # EXEC -export COLOR_12="#f3e430" # -export COLOR_13="#20bbfc" # FOLDER -export COLOR_14="#6855de" # -export COLOR_15="#4fb8cc" # -export COLOR_16="#f1f1f1" # - -export BACKGROUND_COLOR="#f1f1f1" # Background Color -export FOREGROUND_COLOR="#424242" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Pencil Light" -# =============================================================== # +export COLOR_01="#212121" # Black (Host) +export COLOR_02="#c30771" # Red (Syntax string) +export COLOR_03="#10a778" # Green (Command) +export COLOR_04="#a89c14" # Yellow (Command second) +export COLOR_05="#008ec4" # Blue (Path) +export COLOR_06="#523c79" # Magenta (Syntax var) +export COLOR_07="#20a5ba" # Cyan (Prompt) +export COLOR_08="#d9d9d9" # White +export COLOR_09="#424242" # Bright Black +export COLOR_10="#fb007a" # Bright Red (Command error) +export COLOR_11="#5fd7af" # Bright Green (Exec) +export COLOR_12="#f3e430" # Bright Yellow +export COLOR_13="#20bbfc" # Bright Blue (Folder) +export COLOR_14="#6855de" # Bright Magenta +export COLOR_15="#4fb8cc" # Bright Cyan +export COLOR_16="#f1f1f1" # Bright White +export BACKGROUND_COLOR="#f1f1f1" # Background +export FOREGROUND_COLOR="#424242" # Foreground (Text) +export CURSOR_COLOR="#424242" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/peppermint.sh b/themes/peppermint.sh index 02917c5..d99b0aa 100755 --- a/themes/peppermint.sh +++ b/themes/peppermint.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#353535" -export COLOR_02="#E64569" -export COLOR_03="#89D287" -export COLOR_04="#DAB752" -export COLOR_05="#439ECF" -export COLOR_06="#D961DC" -export COLOR_07="#64AAAF" -export COLOR_08="#B3B3B3" - -export COLOR_09="#535353" -export COLOR_10="#E4859A" -export COLOR_11="#A2CCA1" -export COLOR_12="#E1E387" -export COLOR_13="#6FBBE2" -export COLOR_14="#E586E7" -export COLOR_15="#96DCDA" -export COLOR_16="#DEDEDE" - -export BACKGROUND_COLOR="#000000" -export FOREGROUND_COLOR="#C7C7C7" -export CURSOR_COLOR="#BBBBBB" export PROFILE_NAME="Peppermint" -# =============================================================== # +export COLOR_01="#353535" # Black (Host) +export COLOR_02="#E64569" # Red (Syntax string) +export COLOR_03="#89D287" # Green (Command) +export COLOR_04="#DAB752" # Yellow (Command second) +export COLOR_05="#439ECF" # Blue (Path) +export COLOR_06="#D961DC" # Magenta (Syntax var) +export COLOR_07="#64AAAF" # Cyan (Prompt) +export COLOR_08="#B3B3B3" # White +export COLOR_09="#535353" # Bright Black +export COLOR_10="#E4859A" # Bright Red (Command error) +export COLOR_11="#A2CCA1" # Bright Green (Exec) +export COLOR_12="#E1E387" # Bright Yellow +export COLOR_13="#6FBBE2" # Bright Blue (Folder) +export COLOR_14="#E586E7" # Bright Magenta +export COLOR_15="#96DCDA" # Bright Cyan +export COLOR_16="#DEDEDE" # Bright White +export BACKGROUND_COLOR="#000000" # Background +export FOREGROUND_COLOR="#C7C7C7" # Foreground (Text) +export CURSOR_COLOR="#BBBBBB" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/pixiefloss.sh b/themes/pixiefloss.sh index 70e367b..8f037dd 100755 --- a/themes/pixiefloss.sh +++ b/themes/pixiefloss.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#2f2942" -export COLOR_02="#ff857f" -export COLOR_03="#48b685" -export COLOR_04="#e6c000" -export COLOR_05="#ae81ff" -export COLOR_06="#ef6155" -export COLOR_07="#c2ffdf" -export COLOR_08="#f8f8f2" - -export COLOR_09="#75507b" -export COLOR_10="#f1568e" -export COLOR_11="#5adba2" -export COLOR_12="#d5a425" -export COLOR_13="#c5a3ff" -export COLOR_14="#ef6155" -export COLOR_15="#c2ffff" -export COLOR_16="#f8f8f0" - -export BACKGROUND_COLOR="#241f33" -export FOREGROUND_COLOR="#d1cae8" -export CURSOR_COLOR="#d1cae8" export PROFILE_NAME="Pixiefloss" -# =============================================================== # +export COLOR_01="#2f2942" # Black (Host) +export COLOR_02="#ff857f" # Red (Syntax string) +export COLOR_03="#48b685" # Green (Command) +export COLOR_04="#e6c000" # Yellow (Command second) +export COLOR_05="#ae81ff" # Blue (Path) +export COLOR_06="#ef6155" # Magenta (Syntax var) +export COLOR_07="#c2ffdf" # Cyan (Prompt) +export COLOR_08="#f8f8f2" # White +export COLOR_09="#75507b" # Bright Black +export COLOR_10="#f1568e" # Bright Red (Command error) +export COLOR_11="#5adba2" # Bright Green (Exec) +export COLOR_12="#d5a425" # Bright Yellow +export COLOR_13="#c5a3ff" # Bright Blue (Folder) +export COLOR_14="#ef6155" # Bright Magenta +export COLOR_15="#c2ffff" # Bright Cyan +export COLOR_16="#f8f8f0" # Bright White +export BACKGROUND_COLOR="#241f33" # Background +export FOREGROUND_COLOR="#d1cae8" # Foreground (Text) +export CURSOR_COLOR="#d1cae8" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/pnevma.sh b/themes/pnevma.sh index 2bf97c3..7c85d78 100755 --- a/themes/pnevma.sh +++ b/themes/pnevma.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#2f2e2d" # HOST -export COLOR_02="#a36666" # SYNTAX_STRING -export COLOR_03="#90a57d" # COMMAND -export COLOR_04="#d7af87" # COMMAND_COLOR2 -export COLOR_05="#7fa5bd" # PATH -export COLOR_06="#c79ec4" # SYNTAX_VAR -export COLOR_07="#8adbb4" # PROMP -export COLOR_08="#d0d0d0" # - -export COLOR_09="#4a4845" # -export COLOR_10="#d78787" # COMMAND_ERROR -export COLOR_11="#afbea2" # EXEC -export COLOR_12="#e4c9af" # -export COLOR_13="#a1bdce" # FOLDER -export COLOR_14="#d7beda" # -export COLOR_15="#b1e7dd" # -export COLOR_16="#efefef" # - -export BACKGROUND_COLOR="#1c1c1c" # Background Color -export FOREGROUND_COLOR="#d0d0d0" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Pnevma" -# =============================================================== # +export COLOR_01="#2f2e2d" # Black (Host) +export COLOR_02="#a36666" # Red (Syntax string) +export COLOR_03="#90a57d" # Green (Command) +export COLOR_04="#d7af87" # Yellow (Command second) +export COLOR_05="#7fa5bd" # Blue (Path) +export COLOR_06="#c79ec4" # Magenta (Syntax var) +export COLOR_07="#8adbb4" # Cyan (Prompt) +export COLOR_08="#d0d0d0" # White +export COLOR_09="#4a4845" # Bright Black +export COLOR_10="#d78787" # Bright Red (Command error) +export COLOR_11="#afbea2" # Bright Green (Exec) +export COLOR_12="#e4c9af" # Bright Yellow +export COLOR_13="#a1bdce" # Bright Blue (Folder) +export COLOR_14="#d7beda" # Bright Magenta +export COLOR_15="#b1e7dd" # Bright Cyan +export COLOR_16="#efefef" # Bright White +export BACKGROUND_COLOR="#1c1c1c" # 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}")" diff --git a/themes/powershell.sh b/themes/powershell.sh index 17b2fff..615a35d 100755 --- a/themes/powershell.sh +++ b/themes/powershell.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#7E0008" # SYNTAX_STRING -export COLOR_03="#098003" # COMMAND -export COLOR_04="#C4A000" # COMMAND_COLOR2 -export COLOR_05="#010083" # PATH -export COLOR_06="#D33682" # SYNTAX_VAR -export COLOR_07="#0E807F" # PROMP -export COLOR_08="#7F7C7F" # +export PROFILE_NAME="Powershell" -export COLOR_09="#808080" # -export COLOR_10="#EF2929" # COMMAND_ERROR -export COLOR_11="#1CFE3C" # EXEC -export COLOR_12="#FEFE45" # -export COLOR_13="#268AD2" # FOLDER -export COLOR_14="#FE13FA" # -export COLOR_15="#29FFFE" # -export COLOR_16="#C2C1C3" # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#7E0008" # Red (Syntax string) +export COLOR_03="#098003" # Green (Command) +export COLOR_04="#C4A000" # Yellow (Command second) +export COLOR_05="#010083" # Blue (Path) +export COLOR_06="#D33682" # Magenta (Syntax var) +export COLOR_07="#0E807F" # Cyan (Prompt) +export COLOR_08="#7F7C7F" # White -export BACKGROUND_COLOR="#052454" # Background Color -export FOREGROUND_COLOR="#F6F6F7" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor -export PROFILE_NAME="PowerShell" -# =============================================================== # +export COLOR_09="#808080" # Bright Black +export COLOR_10="#EF2929" # Bright Red (Command error) +export COLOR_11="#1CFE3C" # Bright Green (Exec) +export COLOR_12="#FEFE45" # Bright Yellow +export COLOR_13="#268AD2" # Bright Blue (Folder) +export COLOR_14="#FE13FA" # Bright Magenta +export COLOR_15="#29FFFE" # Bright Cyan +export COLOR_16="#C2C1C3" # Bright White +export BACKGROUND_COLOR="#052454" # Background +export FOREGROUND_COLOR="#F6F6F7" # Foreground (Text) +export CURSOR_COLOR="#F6F6F7" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/predawn.sh b/themes/predawn.sh old mode 100644 new mode 100755 index 8070c2b..fe2660a --- a/themes/predawn.sh +++ b/themes/predawn.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#F18260" # HOST -export COLOR_02="#b51a20" # SYNTAX_STRING -export COLOR_03="#a6cc75" # COMMAND -export COLOR_04="#fed33a" # COMMAND_COLOR2 -export COLOR_05="#81b2b1" # PATH -export COLOR_06="#eb6c4e" # SYNTAX_VAR -export COLOR_07="#81b2b1" # PROMP -export COLOR_08="#eaeaea" # - -export COLOR_09="#666666" # -export COLOR_10="#ff000b" # COMMAND_ERROR -export COLOR_11="#c4ee94" # EXEC -export COLOR_12="#e8e06d" # -export COLOR_13="#a5ebea" # FOLDER -export COLOR_14="#ef8a50" # -export COLOR_15="#a5ebea" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#282828" # Background Color -export FOREGROUND_COLOR="#F1F1F1" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Predawn" -# =============================================================== # +export COLOR_01="#F18260" # Black (Host) +export COLOR_02="#b51a20" # Red (Syntax string) +export COLOR_03="#a6cc75" # Green (Command) +export COLOR_04="#fed33a" # Yellow (Command second) +export COLOR_05="#81b2b1" # Blue (Path) +export COLOR_06="#eb6c4e" # Magenta (Syntax var) +export COLOR_07="#81b2b1" # Cyan (Prompt) +export COLOR_08="#eaeaea" # White +export COLOR_09="#666666" # Bright Black +export COLOR_10="#ff000b" # Bright Red (Command error) +export COLOR_11="#c4ee94" # Bright Green (Exec) +export COLOR_12="#e8e06d" # Bright Yellow +export COLOR_13="#a5ebea" # Bright Blue (Folder) +export COLOR_14="#ef8a50" # Bright Magenta +export COLOR_15="#a5ebea" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#282828" # Background +export FOREGROUND_COLOR="#F1F1F1" # Foreground (Text) +export CURSOR_COLOR="#F1F1F1" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/pro.sh b/themes/pro.sh index a753cbd..9c562c3 100755 --- a/themes/pro.sh +++ b/themes/pro.sh @@ -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="#2009db" # 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="#f2f2f2" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Pro" -# =============================================================== # +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="#2009db" # 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="#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}")" diff --git a/themes/purple-people-eater.sh b/themes/purple-people-eater.sh index 1bc4da4..3d00197 100755 --- a/themes/purple-people-eater.sh +++ b/themes/purple-people-eater.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#0d1117" # Black -export COLOR_02="#e34c26" # Red -export COLOR_03="#238636" # Green -export COLOR_04="#ed9a51" # Yellow -export COLOR_05="#a5d6ff" # Blue -export COLOR_06="#6eb0e8" # Magenta -export COLOR_07="#c09aeb" # Cyan -export COLOR_08="#c9d1d9" # Light gray - -export COLOR_09="#0d1117" # Dark gray -export COLOR_10="#ff7b72" # Light Red -export COLOR_11="#3bab4a" # Light Green -export COLOR_12="#ffa657" # Light Yellow -export COLOR_13="#a5d6ff" # Light Blue -export COLOR_14="#79c0ff" # Light Magenta -export COLOR_15="#b694df" # Light Cyan -export COLOR_16="#c9d1d9" # White - -export BACKGROUND_COLOR="#161b22" # Background Color -export FOREGROUND_COLOR="#c9d1d9" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Purple People Eater" -# =============================================================== # +export COLOR_01="#0d1117" # Black (Host) +export COLOR_02="#e34c26" # Red (Syntax string) +export COLOR_03="#238636" # Green (Command) +export COLOR_04="#ed9a51" # Yellow (Command second) +export COLOR_05="#a5d6ff" # Blue (Path) +export COLOR_06="#6eb0e8" # Magenta (Syntax var) +export COLOR_07="#c09aeb" # Cyan (Prompt) +export COLOR_08="#c9d1d9" # White +export COLOR_09="#0d1117" # Bright Black +export COLOR_10="#ff7b72" # Bright Red (Command error) +export COLOR_11="#3bab4a" # Bright Green (Exec) +export COLOR_12="#ffa657" # Bright Yellow +export COLOR_13="#a5d6ff" # Bright Blue (Folder) +export COLOR_14="#79c0ff" # Bright Magenta +export COLOR_15="#b694df" # Bright Cyan +export COLOR_16="#c9d1d9" # Bright White +export BACKGROUND_COLOR="#161b22" # Background +export FOREGROUND_COLOR="#c9d1d9" # Foreground (Text) +export CURSOR_COLOR="#c9d1d9" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/red-alert.sh b/themes/red-alert.sh index 002c99a..391ada6 100755 --- a/themes/red-alert.sh +++ b/themes/red-alert.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#d62e4e" # SYNTAX_STRING -export COLOR_03="#71be6b" # COMMAND -export COLOR_04="#beb86b" # COMMAND_COLOR2 -export COLOR_05="#489bee" # PATH -export COLOR_06="#e979d7" # SYNTAX_VAR -export COLOR_07="#6bbeb8" # PROMP -export COLOR_08="#d6d6d6" # - -export COLOR_09="#262626" # -export COLOR_10="#e02553" # COMMAND_ERROR -export COLOR_11="#aff08c" # EXEC -export COLOR_12="#dfddb7" # -export COLOR_13="#65aaf1" # FOLDER -export COLOR_14="#ddb7df" # -export COLOR_15="#b7dfdd" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#762423" # Background Color -export FOREGROUND_COLOR="#ffffff" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Red Alert" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#d62e4e" # Red (Syntax string) +export COLOR_03="#71be6b" # Green (Command) +export COLOR_04="#beb86b" # Yellow (Command second) +export COLOR_05="#489bee" # Blue (Path) +export COLOR_06="#e979d7" # Magenta (Syntax var) +export COLOR_07="#6bbeb8" # Cyan (Prompt) +export COLOR_08="#d6d6d6" # White +export COLOR_09="#262626" # Bright Black +export COLOR_10="#e02553" # Bright Red (Command error) +export COLOR_11="#aff08c" # Bright Green (Exec) +export COLOR_12="#dfddb7" # Bright Yellow +export COLOR_13="#65aaf1" # Bright Blue (Folder) +export COLOR_14="#ddb7df" # Bright Magenta +export COLOR_15="#b7dfdd" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#762423" # 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}")" diff --git a/themes/red-sands.sh b/themes/red-sands.sh index 9b4f380..ee33cae 100755 --- a/themes/red-sands.sh +++ b/themes/red-sands.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#ff3f00" # SYNTAX_STRING -export COLOR_03="#00bb00" # COMMAND -export COLOR_04="#e7b000" # COMMAND_COLOR2 -export COLOR_05="#0072ff" # PATH -export COLOR_06="#bb00bb" # 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="#0072ae" # FOLDER -export COLOR_14="#ff55ff" # -export COLOR_15="#55ffff" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#7a251e" # Background Color -export FOREGROUND_COLOR="#d7c9a7" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Red Sands" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#ff3f00" # Red (Syntax string) +export COLOR_03="#00bb00" # Green (Command) +export COLOR_04="#e7b000" # Yellow (Command second) +export COLOR_05="#0072ff" # Blue (Path) +export COLOR_06="#bb00bb" # 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="#0072ae" # Bright Blue (Folder) +export COLOR_14="#ff55ff" # Bright Magenta +export COLOR_15="#55ffff" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#7a251e" # Background +export FOREGROUND_COLOR="#d7c9a7" # Foreground (Text) +export CURSOR_COLOR="#d7c9a7" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/relaxed.sh b/themes/relaxed.sh index 8afaf99..6ff9020 100755 --- a/themes/relaxed.sh +++ b/themes/relaxed.sh @@ -1,37 +1,33 @@ #!/usr/bin/env bash -# Relaxed theme from https://github.com/Relaxed-Theme -# ====================CONFIG THIS =============================== # -export COLOR_01="#151515" # HOST -export COLOR_02="#BC5653" # SYNTAX_STRING -export COLOR_03="#909D63" # COMMAND -export COLOR_04="#EBC17A" # COMMAND_COLOR2 -export COLOR_05="#6A8799" # PATH -export COLOR_06="#B06698" # SYNTAX_VAR -export COLOR_07="#C9DFFF" # PROMPT -export COLOR_08="#D9D9D9" # - -export COLOR_09="#636363" # Dark gray -export COLOR_10="#BC5653" # COMMAND_ERROR -export COLOR_11="#A0AC77" # EXEC -export COLOR_12="#EBC17A" # Light Yellow -export COLOR_13="#7EAAC7" # Light Blue -export COLOR_14="#B06698" # Light Magenta -export COLOR_15="#ACBBD0" # Light Cyan -export COLOR_16="#F7F7F7" # White - -export BACKGROUND_COLOR="#353A44" # Background Color -export FOREGROUND_COLOR="#D9D9D9" # Foreground Color -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export HIGHLIGHT_FG_COLOR="$FOREGROUND_COLOR" # Text color within highlight -export HIGHLIGHT_BG_COLOR="#6A8799" # Highlight color export PROFILE_NAME="Relaxed" -# =============================================================== # +export COLOR_01="#151515" # Black (Host) +export COLOR_02="#BC5653" # Red (Syntax string) +export COLOR_03="#909D63" # Green (Command) +export COLOR_04="#EBC17A" # Yellow (Command second) +export COLOR_05="#6A8799" # Blue (Path) +export COLOR_06="#B06698" # Magenta (Syntax var) +export COLOR_07="#C9DFFF" # Cyan (Prompt) +export COLOR_08="#D9D9D9" # White -# =============================================================== # +export COLOR_09="#636363" # Bright Black +export COLOR_10="#BC5653" # Bright Red (Command error) +export COLOR_11="#A0AC77" # Bright Green (Exec) +export COLOR_12="#EBC17A" # Bright Yellow +export COLOR_13="#7EAAC7" # Bright Blue (Folder) +export COLOR_14="#B06698" # Bright Magenta +export COLOR_15="#ACBBD0" # Bright Cyan +export COLOR_16="#F7F7F7" # Bright White + +export BACKGROUND_COLOR="#353A44" # Background +export FOREGROUND_COLOR="#D9D9D9" # Foreground (Text) + +export CURSOR_COLOR="#D9D9D9" # Cursor + +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" @@ -43,9 +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 diff --git a/themes/rippedcasts.sh b/themes/rippedcasts.sh index 8389e92..e569abf 100755 --- a/themes/rippedcasts.sh +++ b/themes/rippedcasts.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#cdaf95" # SYNTAX_STRING -export COLOR_03="#a8ff60" # COMMAND -export COLOR_04="#bfbb1f" # COMMAND_COLOR2 -export COLOR_05="#75a5b0" # PATH -export COLOR_06="#ff73fd" # SYNTAX_VAR -export COLOR_07="#5a647e" # PROMP -export COLOR_08="#bfbfbf" # - -export COLOR_09="#666666" # -export COLOR_10="#eecbad" # COMMAND_ERROR -export COLOR_11="#bcee68" # EXEC -export COLOR_12="#e5e500" # -export COLOR_13="#86bdc9" # FOLDER -export COLOR_14="#e500e5" # -export COLOR_15="#8c9bc4" # -export COLOR_16="#e5e5e5" # - -export BACKGROUND_COLOR="#2b2b2b" # Background Color -export FOREGROUND_COLOR="#ffffff" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Rippedcasts" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#cdaf95" # Red (Syntax string) +export COLOR_03="#a8ff60" # Green (Command) +export COLOR_04="#bfbb1f" # Yellow (Command second) +export COLOR_05="#75a5b0" # Blue (Path) +export COLOR_06="#ff73fd" # Magenta (Syntax var) +export COLOR_07="#5a647e" # Cyan (Prompt) +export COLOR_08="#bfbfbf" # White +export COLOR_09="#666666" # Bright Black +export COLOR_10="#eecbad" # Bright Red (Command error) +export COLOR_11="#bcee68" # Bright Green (Exec) +export COLOR_12="#e5e500" # Bright Yellow +export COLOR_13="#86bdc9" # Bright Blue (Folder) +export COLOR_14="#e500e5" # Bright Magenta +export COLOR_15="#8c9bc4" # Bright Cyan +export COLOR_16="#e5e5e5" # Bright White +export BACKGROUND_COLOR="#2b2b2b" # 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}")" diff --git a/themes/rose-pine-dawn.sh b/themes/rose-pine-dawn.sh index 3772557..f4fbf1d 100755 --- a/themes/rose-pine-dawn.sh +++ b/themes/rose-pine-dawn.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#F2E9E1" # Black -export COLOR_02="#B4637A" # Red -export COLOR_03="#56949F" # Green -export COLOR_04="#EA9D34" # Yellow -export COLOR_05="#286983" # Blue -export COLOR_06="#907AA9" # Magenta -export COLOR_07="#D7827E" # Cyan -export COLOR_08="#575279" # Light gray - -export COLOR_09="#9893A5" # Dark gray -export COLOR_10="#B4637A" # Light Red -export COLOR_11="#56949F" # Light Green -export COLOR_12="#EA9D34" # Light Yellow -export COLOR_13="#286983" # Light Blue -export COLOR_14="#907AA9" # Light Magenta -export COLOR_15="#D7827E" # Light Cyan -export COLOR_16="#575279" # White - -export BACKGROUND_COLOR="#FAF4ED" # Background Color -export FOREGROUND_COLOR="#575279" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Rosé Pine Dawn" -# =============================================================== # +export COLOR_01="#F2E9E1" # Black (Host) +export COLOR_02="#B4637A" # Red (Syntax string) +export COLOR_03="#56949F" # Green (Command) +export COLOR_04="#EA9D34" # Yellow (Command second) +export COLOR_05="#286983" # Blue (Path) +export COLOR_06="#907AA9" # Magenta (Syntax var) +export COLOR_07="#D7827E" # Cyan (Prompt) +export COLOR_08="#575279" # White +export COLOR_09="#9893A5" # Bright Black +export COLOR_10="#B4637A" # Bright Red (Command error) +export COLOR_11="#56949F" # Bright Green (Exec) +export COLOR_12="#EA9D34" # Bright Yellow +export COLOR_13="#286983" # Bright Blue (Folder) +export COLOR_14="#907AA9" # Bright Magenta +export COLOR_15="#D7827E" # Bright Cyan +export COLOR_16="#575279" # Bright White +export BACKGROUND_COLOR="#FAF4ED" # Background +export FOREGROUND_COLOR="#575279" # Foreground (Text) +export CURSOR_COLOR="#575279" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/rose-pine-moon.sh b/themes/rose-pine-moon.sh index 039a1b3..8efb506 100755 --- a/themes/rose-pine-moon.sh +++ b/themes/rose-pine-moon.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#393552" # Black -export COLOR_02="#EB6F92" # Red -export COLOR_03="#9CCFD8" # Green -export COLOR_04="#F6C177" # Yellow -export COLOR_05="#3E8FB0" # Blue -export COLOR_06="#C4A7E7" # Magenta -export COLOR_07="#EA9A97" # Cyan -export COLOR_08="#E0DEF4" # Light gray - -export COLOR_09="#6E6A86" # Dark gray -export COLOR_10="#EB6F92" # Light Red -export COLOR_11="#9CCFD8" # Light Green -export COLOR_12="#F6C177" # Light Yellow -export COLOR_13="#3E8FB0" # Light Blue -export COLOR_14="#C4A7E7" # Light Magenta -export COLOR_15="#EA9A97" # Light Cyan -export COLOR_16="#E0DEF4" # White - -export BACKGROUND_COLOR="#232136" # Background Color -export FOREGROUND_COLOR="#E0DEF4" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Rosé Pine Moon" -# =============================================================== # +export COLOR_01="#393552" # Black (Host) +export COLOR_02="#EB6F92" # Red (Syntax string) +export COLOR_03="#9CCFD8" # Green (Command) +export COLOR_04="#F6C177" # Yellow (Command second) +export COLOR_05="#3E8FB0" # Blue (Path) +export COLOR_06="#C4A7E7" # Magenta (Syntax var) +export COLOR_07="#EA9A97" # Cyan (Prompt) +export COLOR_08="#E0DEF4" # White +export COLOR_09="#6E6A86" # Bright Black +export COLOR_10="#EB6F92" # Bright Red (Command error) +export COLOR_11="#9CCFD8" # Bright Green (Exec) +export COLOR_12="#F6C177" # Bright Yellow +export COLOR_13="#3E8FB0" # Bright Blue (Folder) +export COLOR_14="#C4A7E7" # Bright Magenta +export COLOR_15="#EA9A97" # Bright Cyan +export COLOR_16="#E0DEF4" # Bright White +export BACKGROUND_COLOR="#232136" # Background +export FOREGROUND_COLOR="#E0DEF4" # Foreground (Text) +export CURSOR_COLOR="#E0DEF4" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/rose-pine.sh b/themes/rose-pine.sh index 52f320b..9cc727e 100755 --- a/themes/rose-pine.sh +++ b/themes/rose-pine.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#26233A" # Black -export COLOR_02="#EB6F92" # Red -export COLOR_03="#9CCFD8" # Green -export COLOR_04="#F6C177" # Yellow -export COLOR_05="#31748F" # Blue -export COLOR_06="#C4A7E7" # Magenta -export COLOR_07="#EBBCBA" # Cyan -export COLOR_08="#E0DEF4" # Light gray - -export COLOR_09="#6E6A86" # Dark gray -export COLOR_10="#EB6F92" # Light Red -export COLOR_11="#9CCFD8" # Light Green -export COLOR_12="#F6C177" # Light Yellow -export COLOR_13="#31748F" # Light Blue -export COLOR_14="#C4A7E7" # Light Magenta -export COLOR_15="#EBBCBA" # Light Cyan -export COLOR_16="#E0DEF4" # White - -export BACKGROUND_COLOR="#191724" # Background Color -export FOREGROUND_COLOR="#E0DEF4" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Rosé Pine" -# =============================================================== # +export COLOR_01="#26233A" # Black (Host) +export COLOR_02="#EB6F92" # Red (Syntax string) +export COLOR_03="#9CCFD8" # Green (Command) +export COLOR_04="#F6C177" # Yellow (Command second) +export COLOR_05="#31748F" # Blue (Path) +export COLOR_06="#C4A7E7" # Magenta (Syntax var) +export COLOR_07="#EBBCBA" # Cyan (Prompt) +export COLOR_08="#E0DEF4" # White +export COLOR_09="#6E6A86" # Bright Black +export COLOR_10="#EB6F92" # Bright Red (Command error) +export COLOR_11="#9CCFD8" # Bright Green (Exec) +export COLOR_12="#F6C177" # Bright Yellow +export COLOR_13="#31748F" # Bright Blue (Folder) +export COLOR_14="#C4A7E7" # Bright Magenta +export COLOR_15="#EBBCBA" # Bright Cyan +export COLOR_16="#E0DEF4" # Bright White +export BACKGROUND_COLOR="#191724" # Background +export FOREGROUND_COLOR="#E0DEF4" # Foreground (Text) +export CURSOR_COLOR="#E0DEF4" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/royal.sh b/themes/royal.sh index dfa2758..5a463ca 100755 --- a/themes/royal.sh +++ b/themes/royal.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#241f2b" # HOST -export COLOR_02="#91284c" # SYNTAX_STRING -export COLOR_03="#23801c" # COMMAND -export COLOR_04="#b49d27" # COMMAND_COLOR2 -export COLOR_05="#6580b0" # PATH -export COLOR_06="#674d96" # SYNTAX_VAR -export COLOR_07="#8aaabe" # PROMP -export COLOR_08="#524966" # - -export COLOR_09="#312d3d" # -export COLOR_10="#d5356c" # COMMAND_ERROR -export COLOR_11="#2cd946" # EXEC -export COLOR_12="#fde83b" # -export COLOR_13="#90baf9" # FOLDER -export COLOR_14="#a479e3" # -export COLOR_15="#acd4eb" # -export COLOR_16="#9e8cbd" # - -export BACKGROUND_COLOR="#100815" # Background Color -export FOREGROUND_COLOR="#514968" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Royal" -# =============================================================== # +export COLOR_01="#241f2b" # Black (Host) +export COLOR_02="#91284c" # Red (Syntax string) +export COLOR_03="#23801c" # Green (Command) +export COLOR_04="#b49d27" # Yellow (Command second) +export COLOR_05="#6580b0" # Blue (Path) +export COLOR_06="#674d96" # Magenta (Syntax var) +export COLOR_07="#8aaabe" # Cyan (Prompt) +export COLOR_08="#524966" # White +export COLOR_09="#312d3d" # Bright Black +export COLOR_10="#d5356c" # Bright Red (Command error) +export COLOR_11="#2cd946" # Bright Green (Exec) +export COLOR_12="#fde83b" # Bright Yellow +export COLOR_13="#90baf9" # Bright Blue (Folder) +export COLOR_14="#a479e3" # Bright Magenta +export COLOR_15="#acd4eb" # Bright Cyan +export COLOR_16="#9e8cbd" # Bright White +export BACKGROUND_COLOR="#100815" # Background +export FOREGROUND_COLOR="#514968" # Foreground (Text) +export CURSOR_COLOR="#514968" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/sat.sh b/themes/sat.sh index 6532716..dc9b681 100755 --- a/themes/sat.sh +++ b/themes/sat.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#dd0007" # SYNTAX_STRING -export COLOR_03="#07dd00" # COMMAND -export COLOR_04="#ddd600" # COMMAND_COLOR2 -export COLOR_05="#0007dd" # PATH -export COLOR_06="#d600dd" # SYNTAX_VAR -export COLOR_07="#00ddd6" # PROMP -export COLOR_08="#f2f2f2" # - -export COLOR_09="#7d7d7d" # -export COLOR_10="#ff7478" # COMMAND_ERROR -export COLOR_11="#78ff74" # EXEC -export COLOR_12="#fffa74" # -export COLOR_13="#7478ff" # FOLDER -export COLOR_14="#fa74ff" # -export COLOR_15="#74fffa" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#758480" # Background Color -export FOREGROUND_COLOR="#23476a" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Sat" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#dd0007" # Red (Syntax string) +export COLOR_03="#07dd00" # Green (Command) +export COLOR_04="#ddd600" # Yellow (Command second) +export COLOR_05="#0007dd" # Blue (Path) +export COLOR_06="#d600dd" # Magenta (Syntax var) +export COLOR_07="#00ddd6" # Cyan (Prompt) +export COLOR_08="#f2f2f2" # White +export COLOR_09="#7d7d7d" # Bright Black +export COLOR_10="#ff7478" # Bright Red (Command error) +export COLOR_11="#78ff74" # Bright Green (Exec) +export COLOR_12="#fffa74" # Bright Yellow +export COLOR_13="#7478ff" # Bright Blue (Folder) +export COLOR_14="#fa74ff" # Bright Magenta +export COLOR_15="#74fffa" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#758480" # Background +export FOREGROUND_COLOR="#23476a" # Foreground (Text) +export CURSOR_COLOR="#23476a" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/sea-shells.sh b/themes/sea-shells.sh index 45a0b3a..eaa4315 100755 --- a/themes/sea-shells.sh +++ b/themes/sea-shells.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#17384c" # HOST -export COLOR_02="#d15123" # SYNTAX_STRING -export COLOR_03="#027c9b" # COMMAND -export COLOR_04="#fca02f" # COMMAND_COLOR2 -export COLOR_05="#1e4950" # PATH -export COLOR_06="#68d4f1" # SYNTAX_VAR -export COLOR_07="#50a3b5" # PROMP -export COLOR_08="#deb88d" # - -export COLOR_09="#434b53" # -export COLOR_10="#d48678" # COMMAND_ERROR -export COLOR_11="#628d98" # EXEC -export COLOR_12="#fdd39f" # -export COLOR_13="#1bbcdd" # FOLDER -export COLOR_14="#bbe3ee" # -export COLOR_15="#87acb4" # -export COLOR_16="#fee4ce" # - -export BACKGROUND_COLOR="#09141b" # Background Color -export FOREGROUND_COLOR="#deb88d" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Sea Shells" -# =============================================================== # +export COLOR_01="#17384c" # Black (Host) +export COLOR_02="#d15123" # Red (Syntax string) +export COLOR_03="#027c9b" # Green (Command) +export COLOR_04="#fca02f" # Yellow (Command second) +export COLOR_05="#1e4950" # Blue (Path) +export COLOR_06="#68d4f1" # Magenta (Syntax var) +export COLOR_07="#50a3b5" # Cyan (Prompt) +export COLOR_08="#deb88d" # White +export COLOR_09="#434b53" # Bright Black +export COLOR_10="#d48678" # Bright Red (Command error) +export COLOR_11="#628d98" # Bright Green (Exec) +export COLOR_12="#fdd39f" # Bright Yellow +export COLOR_13="#1bbcdd" # Bright Blue (Folder) +export COLOR_14="#bbe3ee" # Bright Magenta +export COLOR_15="#87acb4" # Bright Cyan +export COLOR_16="#fee4ce" # Bright White +export BACKGROUND_COLOR="#09141b" # Background +export FOREGROUND_COLOR="#deb88d" # Foreground (Text) +export CURSOR_COLOR="#deb88d" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/seafoam-pastel.sh b/themes/seafoam-pastel.sh index a579a92..3baf0f5 100755 --- a/themes/seafoam-pastel.sh +++ b/themes/seafoam-pastel.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#757575" # HOST -export COLOR_02="#825d4d" # SYNTAX_STRING -export COLOR_03="#728c62" # COMMAND -export COLOR_04="#ada16d" # COMMAND_COLOR2 -export COLOR_05="#4d7b82" # PATH -export COLOR_06="#8a7267" # SYNTAX_VAR -export COLOR_07="#729494" # PROMP -export COLOR_08="#e0e0e0" # - -export COLOR_09="#8a8a8a" # -export COLOR_10="#cf937a" # COMMAND_ERROR -export COLOR_11="#98d9aa" # EXEC -export COLOR_12="#fae79d" # -export COLOR_13="#7ac3cf" # FOLDER -export COLOR_14="#d6b2a1" # -export COLOR_15="#ade0e0" # -export COLOR_16="#e0e0e0" # - -export BACKGROUND_COLOR="#243435" # Background Color -export FOREGROUND_COLOR="#d4e7d4" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Seafoam Pastel" -# =============================================================== # +export COLOR_01="#757575" # Black (Host) +export COLOR_02="#825d4d" # Red (Syntax string) +export COLOR_03="#728c62" # Green (Command) +export COLOR_04="#ada16d" # Yellow (Command second) +export COLOR_05="#4d7b82" # Blue (Path) +export COLOR_06="#8a7267" # Magenta (Syntax var) +export COLOR_07="#729494" # Cyan (Prompt) +export COLOR_08="#e0e0e0" # White +export COLOR_09="#8a8a8a" # Bright Black +export COLOR_10="#cf937a" # Bright Red (Command error) +export COLOR_11="#98d9aa" # Bright Green (Exec) +export COLOR_12="#fae79d" # Bright Yellow +export COLOR_13="#7ac3cf" # Bright Blue (Folder) +export COLOR_14="#d6b2a1" # Bright Magenta +export COLOR_15="#ade0e0" # Bright Cyan +export COLOR_16="#e0e0e0" # Bright White +export BACKGROUND_COLOR="#243435" # Background +export FOREGROUND_COLOR="#d4e7d4" # Foreground (Text) +export CURSOR_COLOR="#d4e7d4" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/seti.sh b/themes/seti.sh index baca473..1c0df3f 100755 --- a/themes/seti.sh +++ b/themes/seti.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#323232" # HOST -export COLOR_02="#c22832" # SYNTAX_STRING -export COLOR_03="#8ec43d" # COMMAND -export COLOR_04="#e0c64f" # COMMAND_COLOR2 -export COLOR_05="#43a5d5" # PATH -export COLOR_06="#8b57b5" # SYNTAX_VAR -export COLOR_07="#8ec43d" # PROMP -export COLOR_08="#eeeeee" # - -export COLOR_09="#323232" # -export COLOR_10="#c22832" # COMMAND_ERROR -export COLOR_11="#8ec43d" # EXEC -export COLOR_12="#e0c64f" # -export COLOR_13="#43a5d5" # FOLDER -export COLOR_14="#8b57b5" # -export COLOR_15="#8ec43d" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#111213" # Background Color -export FOREGROUND_COLOR="#cacecd" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Seti" -# =============================================================== # +export COLOR_01="#323232" # Black (Host) +export COLOR_02="#c22832" # Red (Syntax string) +export COLOR_03="#8ec43d" # Green (Command) +export COLOR_04="#e0c64f" # Yellow (Command second) +export COLOR_05="#43a5d5" # Blue (Path) +export COLOR_06="#8b57b5" # Magenta (Syntax var) +export COLOR_07="#8ec43d" # Cyan (Prompt) +export COLOR_08="#eeeeee" # White +export COLOR_09="#323232" # Bright Black +export COLOR_10="#c22832" # Bright Red (Command error) +export COLOR_11="#8ec43d" # Bright Green (Exec) +export COLOR_12="#e0c64f" # Bright Yellow +export COLOR_13="#43a5d5" # Bright Blue (Folder) +export COLOR_14="#8b57b5" # Bright Magenta +export COLOR_15="#8ec43d" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#111213" # Background +export FOREGROUND_COLOR="#cacecd" # Foreground (Text) +export CURSOR_COLOR="#cacecd" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/shaman.sh b/themes/shaman.sh index 2788597..8f0242b 100755 --- a/themes/shaman.sh +++ b/themes/shaman.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#012026" # HOST -export COLOR_02="#b2302d" # SYNTAX_STRING -export COLOR_03="#00a941" # COMMAND -export COLOR_04="#5e8baa" # COMMAND_COLOR2 -export COLOR_05="#449a86" # PATH -export COLOR_06="#00599d" # SYNTAX_VAR -export COLOR_07="#5d7e19" # PROMP -export COLOR_08="#405555" # - -export COLOR_09="#384451" # -export COLOR_10="#ff4242" # COMMAND_ERROR -export COLOR_11="#2aea5e" # EXEC -export COLOR_12="#8ed4fd" # -export COLOR_13="#61d5ba" # FOLDER -export COLOR_14="#1298ff" # -export COLOR_15="#98d028" # -export COLOR_16="#58fbd6" # - -export BACKGROUND_COLOR="#001015" # Background Color -export FOREGROUND_COLOR="#405555" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Shaman" -# =============================================================== # +export COLOR_01="#012026" # Black (Host) +export COLOR_02="#b2302d" # Red (Syntax string) +export COLOR_03="#00a941" # Green (Command) +export COLOR_04="#5e8baa" # Yellow (Command second) +export COLOR_05="#449a86" # Blue (Path) +export COLOR_06="#00599d" # Magenta (Syntax var) +export COLOR_07="#5d7e19" # Cyan (Prompt) +export COLOR_08="#405555" # White +export COLOR_09="#384451" # Bright Black +export COLOR_10="#ff4242" # Bright Red (Command error) +export COLOR_11="#2aea5e" # Bright Green (Exec) +export COLOR_12="#8ed4fd" # Bright Yellow +export COLOR_13="#61d5ba" # Bright Blue (Folder) +export COLOR_14="#1298ff" # Bright Magenta +export COLOR_15="#98d028" # Bright Cyan +export COLOR_16="#58fbd6" # Bright White +export BACKGROUND_COLOR="#001015" # Background +export FOREGROUND_COLOR="#405555" # Foreground (Text) +export CURSOR_COLOR="#405555" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/shel.sh b/themes/shel.sh index 9a3d3dc..e0fc2e0 100755 --- a/themes/shel.sh +++ b/themes/shel.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#2c2423" # HOST -export COLOR_02="#ab2463" # SYNTAX_STRING -export COLOR_03="#6ca323" # COMMAND -export COLOR_04="#ab6423" # COMMAND_COLOR2 -export COLOR_05="#2c64a2" # PATH -export COLOR_06="#6c24a2" # SYNTAX_VAR -export COLOR_07="#2ca363" # PROMP -export COLOR_08="#918988" # - -export COLOR_09="#918988" # -export COLOR_10="#f588b9" # COMMAND_ERROR -export COLOR_11="#c2ee86" # EXEC -export COLOR_12="#f5ba86" # -export COLOR_13="#8fbaec" # FOLDER -export COLOR_14="#c288ec" # -export COLOR_15="#8feeb9" # -export COLOR_16="#f5eeec" # - -export BACKGROUND_COLOR="#2a201f" # Background Color -export FOREGROUND_COLOR="#4882cd" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Shel" -# =============================================================== # +export COLOR_01="#2c2423" # Black (Host) +export COLOR_02="#ab2463" # Red (Syntax string) +export COLOR_03="#6ca323" # Green (Command) +export COLOR_04="#ab6423" # Yellow (Command second) +export COLOR_05="#2c64a2" # Blue (Path) +export COLOR_06="#6c24a2" # Magenta (Syntax var) +export COLOR_07="#2ca363" # Cyan (Prompt) +export COLOR_08="#918988" # White +export COLOR_09="#918988" # Bright Black +export COLOR_10="#f588b9" # Bright Red (Command error) +export COLOR_11="#c2ee86" # Bright Green (Exec) +export COLOR_12="#f5ba86" # Bright Yellow +export COLOR_13="#8fbaec" # Bright Blue (Folder) +export COLOR_14="#c288ec" # Bright Magenta +export COLOR_15="#8feeb9" # Bright Cyan +export COLOR_16="#f5eeec" # Bright White +export BACKGROUND_COLOR="#2a201f" # Background +export FOREGROUND_COLOR="#4882cd" # Foreground (Text) +export CURSOR_COLOR="#4882cd" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/slate.sh b/themes/slate.sh index 00192b7..00df3b4 100755 --- a/themes/slate.sh +++ b/themes/slate.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#222222" # HOST -export COLOR_02="#e2a8bf" # SYNTAX_STRING -export COLOR_03="#81d778" # COMMAND -export COLOR_04="#c4c9c0" # COMMAND_COLOR2 -export COLOR_05="#264b49" # PATH -export COLOR_06="#a481d3" # SYNTAX_VAR -export COLOR_07="#15ab9c" # PROMP -export COLOR_08="#02c5e0" # - -export COLOR_09="#ffffff" # -export COLOR_10="#ffcdd9" # COMMAND_ERROR -export COLOR_11="#beffa8" # EXEC -export COLOR_12="#d0ccca" # -export COLOR_13="#7ab0d2" # FOLDER -export COLOR_14="#c5a7d9" # -export COLOR_15="#8cdfe0" # -export COLOR_16="#e0e0e0" # - -export BACKGROUND_COLOR="#222222" # Background Color -export FOREGROUND_COLOR="#35b1d2" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Slate" -# =============================================================== # +export COLOR_01="#222222" # Black (Host) +export COLOR_02="#e2a8bf" # Red (Syntax string) +export COLOR_03="#81d778" # Green (Command) +export COLOR_04="#c4c9c0" # Yellow (Command second) +export COLOR_05="#264b49" # Blue (Path) +export COLOR_06="#a481d3" # Magenta (Syntax var) +export COLOR_07="#15ab9c" # Cyan (Prompt) +export COLOR_08="#02c5e0" # White +export COLOR_09="#ffffff" # Bright Black +export COLOR_10="#ffcdd9" # Bright Red (Command error) +export COLOR_11="#beffa8" # Bright Green (Exec) +export COLOR_12="#d0ccca" # Bright Yellow +export COLOR_13="#7ab0d2" # Bright Blue (Folder) +export COLOR_14="#c5a7d9" # Bright Magenta +export COLOR_15="#8cdfe0" # Bright Cyan +export COLOR_16="#e0e0e0" # Bright White +export BACKGROUND_COLOR="#222222" # Background +export FOREGROUND_COLOR="#35b1d2" # Foreground (Text) +export CURSOR_COLOR="#35b1d2" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/smyck.sh b/themes/smyck.sh index 5f85816..92fd3ec 100755 --- a/themes/smyck.sh +++ b/themes/smyck.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#C75646" # SYNTAX_STRING -export COLOR_03="#8EB33B" # COMMAND -export COLOR_04="#D0B03C" # COMMAND_COLOR2 -export COLOR_05="#72B3CC" # PATH -export COLOR_06="#C8A0D1" # SYNTAX_VAR -export COLOR_07="#218693" # PROMP -export COLOR_08="#B0B0B0" # - -export COLOR_09="#5D5D5D" # -export COLOR_10="#E09690" # COMMAND_ERROR -export COLOR_11="#CDEE69" # EXEC -export COLOR_12="#FFE377" # -export COLOR_13="#9CD9F0" # FOLDER -export COLOR_14="#FBB1F9" # -export COLOR_15="#77DFD8" # -export COLOR_16="#F7F7F7" # - -export BACKGROUND_COLOR="#242424" # Background Color -export FOREGROUND_COLOR="#F7F7F7" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Smyck" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#C75646" # Red (Syntax string) +export COLOR_03="#8EB33B" # Green (Command) +export COLOR_04="#D0B03C" # Yellow (Command second) +export COLOR_05="#72B3CC" # Blue (Path) +export COLOR_06="#C8A0D1" # Magenta (Syntax var) +export COLOR_07="#218693" # Cyan (Prompt) +export COLOR_08="#B0B0B0" # White +export COLOR_09="#5D5D5D" # Bright Black +export COLOR_10="#E09690" # Bright Red (Command error) +export COLOR_11="#CDEE69" # Bright Green (Exec) +export COLOR_12="#FFE377" # Bright Yellow +export COLOR_13="#9CD9F0" # Bright Blue (Folder) +export COLOR_14="#FBB1F9" # Bright Magenta +export COLOR_15="#77DFD8" # Bright Cyan +export COLOR_16="#F7F7F7" # Bright White +export BACKGROUND_COLOR="#242424" # Background +export FOREGROUND_COLOR="#F7F7F7" # Foreground (Text) +export CURSOR_COLOR="#F7F7F7" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/snazzy.sh b/themes/snazzy.sh index 9ed7d55..be94c47 100755 --- a/themes/snazzy.sh +++ b/themes/snazzy.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#282A36" -export COLOR_02="#FF5C57" -export COLOR_03="#5AF78E" -export COLOR_04="#F3F99D" -export COLOR_05="#57C7FF" -export COLOR_06="#FF6AC1" -export COLOR_07="#9AEDFE" -export COLOR_08="#F1F1F0" - -export COLOR_09="#686868" -export COLOR_10="$COLOR_02" -export COLOR_11="$COLOR_03" -export COLOR_12="$COLOR_04" -export COLOR_13="$COLOR_05" -export COLOR_14="$COLOR_06" -export COLOR_15="$COLOR_07" -export COLOR_16="#EFF0EB" - -export BACKGROUND_COLOR="$COLOR_01" -export FOREGROUND_COLOR="$COLOR_16" -export CURSOR_COLOR="#97979B" export PROFILE_NAME="Snazzy" -# =============================================================== # +export COLOR_01="#282A36" # Black (Host) +export COLOR_02="#FF5C57" # Red (Syntax string) +export COLOR_03="#5AF78E" # Green (Command) +export COLOR_04="#F3F99D" # Yellow (Command second) +export COLOR_05="#57C7FF" # Blue (Path) +export COLOR_06="#FF6AC1" # Magenta (Syntax var) +export COLOR_07="#9AEDFE" # Cyan (Prompt) +export COLOR_08="#F1F1F0" # White +export COLOR_09="#686868" # Bright Black +export COLOR_10="#FF5C57" # Bright Red (Command error) +export COLOR_11="#5AF78E" # Bright Green (Exec) +export COLOR_12="#F3F99D" # Bright Yellow +export COLOR_13="#57C7FF" # Bright Blue (Folder) +export COLOR_14="#FF6AC1" # Bright Magenta +export COLOR_15="#9AEDFE" # Bright Cyan +export COLOR_16="#EFF0EB" # Bright White +export BACKGROUND_COLOR="#282A36" # Background +export FOREGROUND_COLOR="#EFF0EB" # Foreground (Text) +export CURSOR_COLOR="#97979B" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/soft-server.sh b/themes/soft-server.sh index 0f6e35b..dc5de13 100755 --- a/themes/soft-server.sh +++ b/themes/soft-server.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#a2686a" # SYNTAX_STRING -export COLOR_03="#9aa56a" # COMMAND -export COLOR_04="#a3906a" # COMMAND_COLOR2 -export COLOR_05="#6b8fa3" # PATH -export COLOR_06="#6a71a3" # SYNTAX_VAR -export COLOR_07="#6ba58f" # PROMP -export COLOR_08="#99a3a2" # - -export COLOR_09="#666c6c" # -export COLOR_10="#dd5c60" # COMMAND_ERROR -export COLOR_11="#bfdf55" # EXEC -export COLOR_12="#deb360" # -export COLOR_13="#62b1df" # FOLDER -export COLOR_14="#606edf" # -export COLOR_15="#64e39c" # -export COLOR_16="#d2e0de" # - -export BACKGROUND_COLOR="#242626" # Background Color -export FOREGROUND_COLOR="#99a3a2" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Soft Server" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#a2686a" # Red (Syntax string) +export COLOR_03="#9aa56a" # Green (Command) +export COLOR_04="#a3906a" # Yellow (Command second) +export COLOR_05="#6b8fa3" # Blue (Path) +export COLOR_06="#6a71a3" # Magenta (Syntax var) +export COLOR_07="#6ba58f" # Cyan (Prompt) +export COLOR_08="#99a3a2" # White +export COLOR_09="#666c6c" # Bright Black +export COLOR_10="#dd5c60" # Bright Red (Command error) +export COLOR_11="#bfdf55" # Bright Green (Exec) +export COLOR_12="#deb360" # Bright Yellow +export COLOR_13="#62b1df" # Bright Blue (Folder) +export COLOR_14="#606edf" # Bright Magenta +export COLOR_15="#64e39c" # Bright Cyan +export COLOR_16="#d2e0de" # Bright White +export BACKGROUND_COLOR="#242626" # Background +export FOREGROUND_COLOR="#99a3a2" # Foreground (Text) +export CURSOR_COLOR="#99a3a2" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/solarized-darcula.sh b/themes/solarized-darcula.sh index 4a90a33..360a329 100755 --- a/themes/solarized-darcula.sh +++ b/themes/solarized-darcula.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#25292a" # HOST -export COLOR_02="#f24840" # SYNTAX_STRING -export COLOR_03="#629655" # COMMAND -export COLOR_04="#b68800" # COMMAND_COLOR2 -export COLOR_05="#2075c7" # PATH -export COLOR_06="#797fd4" # SYNTAX_VAR -export COLOR_07="#15968d" # PROMP -export COLOR_08="#d2d8d9" # - -export COLOR_09="#25292a" # -export COLOR_10="#f24840" # COMMAND_ERROR -export COLOR_11="#629655" # EXEC -export COLOR_12="#b68800" # -export COLOR_13="#2075c7" # FOLDER -export COLOR_14="#797fd4" # -export COLOR_15="#15968d" # -export COLOR_16="#d2d8d9" # - -export BACKGROUND_COLOR="#3d3f41" # Background Color -export FOREGROUND_COLOR="#d2d8d9" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Solarized Darcula" -# =============================================================== # +export COLOR_01="#25292a" # Black (Host) +export COLOR_02="#f24840" # Red (Syntax string) +export COLOR_03="#629655" # Green (Command) +export COLOR_04="#b68800" # Yellow (Command second) +export COLOR_05="#2075c7" # Blue (Path) +export COLOR_06="#797fd4" # Magenta (Syntax var) +export COLOR_07="#15968d" # Cyan (Prompt) +export COLOR_08="#d2d8d9" # White +export COLOR_09="#25292a" # Bright Black +export COLOR_10="#f24840" # Bright Red (Command error) +export COLOR_11="#629655" # Bright Green (Exec) +export COLOR_12="#b68800" # Bright Yellow +export COLOR_13="#2075c7" # Bright Blue (Folder) +export COLOR_14="#797fd4" # Bright Magenta +export COLOR_15="#15968d" # Bright Cyan +export COLOR_16="#d2d8d9" # Bright White +export BACKGROUND_COLOR="#3d3f41" # Background +export FOREGROUND_COLOR="#d2d8d9" # Foreground (Text) +export CURSOR_COLOR="#d2d8d9" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/solarized-dark-higher-contrast.sh b/themes/solarized-dark-higher-contrast.sh index 66a274f..f9c6e03 100755 --- a/themes/solarized-dark-higher-contrast.sh +++ b/themes/solarized-dark-higher-contrast.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#002831" # HOST -export COLOR_02="#d11c24" # SYNTAX_STRING -export COLOR_03="#6cbe6c" # COMMAND -export COLOR_04="#a57706" # COMMAND_COLOR2 -export COLOR_05="#2176c7" # PATH -export COLOR_06="#c61c6f" # SYNTAX_VAR -export COLOR_07="#259286" # PROMP -export COLOR_08="#eae3cb" # - -export COLOR_09="#006488" # -export COLOR_10="#f5163b" # COMMAND_ERROR -export COLOR_11="#51ef84" # EXEC -export COLOR_12="#b27e28" # -export COLOR_13="#178ec8" # FOLDER -export COLOR_14="#e24d8e" # -export COLOR_15="#00b39e" # -export COLOR_16="#fcf4dc" # - -export BACKGROUND_COLOR="#001e27" # Background Color -export FOREGROUND_COLOR="#9cc2c3" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Solarized Dark Higher Contrast" -# =============================================================== # +export COLOR_01="#002831" # Black (Host) +export COLOR_02="#d11c24" # Red (Syntax string) +export COLOR_03="#6cbe6c" # Green (Command) +export COLOR_04="#a57706" # Yellow (Command second) +export COLOR_05="#2176c7" # Blue (Path) +export COLOR_06="#c61c6f" # Magenta (Syntax var) +export COLOR_07="#259286" # Cyan (Prompt) +export COLOR_08="#eae3cb" # White +export COLOR_09="#006488" # Bright Black +export COLOR_10="#f5163b" # Bright Red (Command error) +export COLOR_11="#51ef84" # Bright Green (Exec) +export COLOR_12="#b27e28" # Bright Yellow +export COLOR_13="#178ec8" # Bright Blue (Folder) +export COLOR_14="#e24d8e" # Bright Magenta +export COLOR_15="#00b39e" # Bright Cyan +export COLOR_16="#fcf4dc" # Bright White +export BACKGROUND_COLOR="#001e27" # Background +export FOREGROUND_COLOR="#9cc2c3" # Foreground (Text) +export CURSOR_COLOR="#9cc2c3" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/solarized-dark.sh b/themes/solarized-dark.sh index edcf8c8..cd5b65d 100755 --- a/themes/solarized-dark.sh +++ b/themes/solarized-dark.sh @@ -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="#CF9A6B" # COMMAND_COLOR2 -export COLOR_05="#268BD2" # PATH -export COLOR_06="#D33682" # SYNTAX_VAR -export COLOR_07="#2AA198" # PROMP -export COLOR_08="#EEE8D5" # - -export COLOR_09="#657B83" # -export COLOR_10="#D87979" # COMMAND_ERROR -export COLOR_11="#88CF76" # EXEC -export COLOR_12="#657B83" # -export COLOR_13="#2699FF" # FOLDER -export COLOR_14="#D33682" # -export COLOR_15="#43B8C3" # -export COLOR_16="#FDF6E3" # - -export BACKGROUND_COLOR="#002B36" # Background Color -export FOREGROUND_COLOR="#839496" # Text -BOLD_COLOR="#93A1A1" # Bold -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Solarized Dark" -# =============================================================== # +export COLOR_01="#073642" # Black (Host) +export COLOR_02="#DC322F" # Red (Syntax string) +export COLOR_03="#859900" # Green (Command) +export COLOR_04="#CF9A6B" # Yellow (Command second) +export COLOR_05="#268BD2" # Blue (Path) +export COLOR_06="#D33682" # Magenta (Syntax var) +export COLOR_07="#2AA198" # Cyan (Prompt) +export COLOR_08="#EEE8D5" # White +export COLOR_09="#657B83" # Bright Black +export COLOR_10="#D87979" # Bright Red (Command error) +export COLOR_11="#88CF76" # Bright Green (Exec) +export COLOR_12="#657B83" # Bright Yellow +export COLOR_13="#2699FF" # Bright Blue (Folder) +export COLOR_14="#D33682" # Bright Magenta +export COLOR_15="#43B8C3" # Bright Cyan +export COLOR_16="#FDF6E3" # Bright White +export BACKGROUND_COLOR="#002B36" # Background +export FOREGROUND_COLOR="#839496" # Foreground (Text) +export CURSOR_COLOR="#839496" # Cursor - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/solarized-light.sh b/themes/solarized-light.sh index af9d5ae..96c8985 100755 --- a/themes/solarized-light.sh +++ b/themes/solarized-light.sh @@ -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="#D33682" # SYNTAX_VAR -export COLOR_07="#2AA198" # PROMP -export COLOR_08="#EEE8D5" # - -export COLOR_09="#002B36" # -export COLOR_10="#CB4B16" # COMMAND_ERROR -export COLOR_11="#586E75" # EXEC -export COLOR_12="#657B83" # -export COLOR_13="#839496" # FOLDER -export COLOR_14="#6C71C4" # -export COLOR_15="#93A1A1" # -export COLOR_16="#FDF6E3" # - -export BACKGROUND_COLOR="#FDF6E3" # Background Color -export FOREGROUND_COLOR="#657B83" # Text -BOLD_COLOR="#586E75" # Bold -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Solarized Light" -# =============================================================== # +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="#D33682" # Magenta (Syntax var) +export COLOR_07="#2AA198" # Cyan (Prompt) +export COLOR_08="#EEE8D5" # White +export COLOR_09="#002B36" # Bright Black +export COLOR_10="#CB4B16" # Bright Red (Command error) +export COLOR_11="#586E75" # Bright Green (Exec) +export COLOR_12="#657B83" # Bright Yellow +export COLOR_13="#839496" # Bright Blue (Folder) +export COLOR_14="#6C71C4" # Bright Magenta +export COLOR_15="#93A1A1" # Bright Cyan +export COLOR_16="#FDF6E3" # Bright White +export BACKGROUND_COLOR="#FDF6E3" # Background +export FOREGROUND_COLOR="#657B83" # Foreground (Text) +export CURSOR_COLOR="#657B83" # Cursor - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/sonokai.sh b/themes/sonokai.sh index 46b9d45..3b93ba4 100755 --- a/themes/sonokai.sh +++ b/themes/sonokai.sh @@ -1,40 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -# Regular text -export COLOR_01="#2C2E34" # Dark Gray -export COLOR_02="#FC5D7C" # Sonokai Red -export COLOR_03="#9ED072" # Sonokai Green -export COLOR_04="#E7C664" # Sonokai Yellow -export COLOR_05="#F39660" # Sonokai Orange -export COLOR_06="#B39DF3" # Sonokai Magenta -export COLOR_07="#76CCE0" # Sonokai Cyan -export COLOR_08="#E2E2E3" # Light Gray -# Bold text -export COLOR_09="#7F8490" # Gray -export COLOR_10="#FC5D7C" # Sonokai Red -export COLOR_11="#9ED072" # Sonokai Green -export COLOR_12="#E7C664" # Sonokai Yellow -export COLOR_13="#F39660" # Sonokai Orange -export COLOR_14="#B39DF3" # Sonokai Magenta -export COLOR_15="#76CCE0" # Sonokai Cyan -export COLOR_16="#E2E2E3" # Light Gray -# Text and background -export BACKGROUND_COLOR="#2C2E34" # Background Color -export FOREGROUND_COLOR="#E2E2E3" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Sonokai" -# =============================================================== # +export COLOR_01="#2C2E34" # Black (Host) +export COLOR_02="#FC5D7C" # Red (Syntax string) +export COLOR_03="#9ED072" # Green (Command) +export COLOR_04="#E7C664" # Yellow (Command second) +export COLOR_05="#F39660" # Blue (Path) +export COLOR_06="#B39DF3" # Magenta (Syntax var) +export COLOR_07="#76CCE0" # Cyan (Prompt) +export COLOR_08="#E2E2E3" # White +export COLOR_09="#7F8490" # Bright Black +export COLOR_10="#FC5D7C" # Bright Red (Command error) +export COLOR_11="#9ED072" # Bright Green (Exec) +export COLOR_12="#E7C664" # Bright Yellow +export COLOR_13="#F39660" # Bright Blue (Folder) +export COLOR_14="#B39DF3" # Bright Magenta +export COLOR_15="#76CCE0" # Bright Cyan +export COLOR_16="#E2E2E3" # Bright White +export BACKGROUND_COLOR="#2C2E34" # Background +export FOREGROUND_COLOR="#E2E2E3" # Foreground (Text) +export CURSOR_COLOR="#E2E2E3" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/spacedust.sh b/themes/spacedust.sh index a326355..bce796e 100755 --- a/themes/spacedust.sh +++ b/themes/spacedust.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#6e5346" # HOST -export COLOR_02="#e35b00" # SYNTAX_STRING -export COLOR_03="#5cab96" # COMMAND -export COLOR_04="#e3cd7b" # COMMAND_COLOR2 -export COLOR_05="#0f548b" # PATH -export COLOR_06="#e35b00" # SYNTAX_VAR -export COLOR_07="#06afc7" # PROMP -export COLOR_08="#f0f1ce" # - -export COLOR_09="#684c31" # -export COLOR_10="#ff8a3a" # COMMAND_ERROR -export COLOR_11="#aecab8" # EXEC -export COLOR_12="#ffc878" # -export COLOR_13="#67a0ce" # FOLDER -export COLOR_14="#ff8a3a" # -export COLOR_15="#83a7b4" # -export COLOR_16="#fefff1" # - -export BACKGROUND_COLOR="#0a1e24" # Background Color -export FOREGROUND_COLOR="#ecf0c1" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Spacedust" -# =============================================================== # +export COLOR_01="#6e5346" # Black (Host) +export COLOR_02="#e35b00" # Red (Syntax string) +export COLOR_03="#5cab96" # Green (Command) +export COLOR_04="#e3cd7b" # Yellow (Command second) +export COLOR_05="#0f548b" # Blue (Path) +export COLOR_06="#e35b00" # Magenta (Syntax var) +export COLOR_07="#06afc7" # Cyan (Prompt) +export COLOR_08="#f0f1ce" # White +export COLOR_09="#684c31" # Bright Black +export COLOR_10="#ff8a3a" # Bright Red (Command error) +export COLOR_11="#aecab8" # Bright Green (Exec) +export COLOR_12="#ffc878" # Bright Yellow +export COLOR_13="#67a0ce" # Bright Blue (Folder) +export COLOR_14="#ff8a3a" # Bright Magenta +export COLOR_15="#83a7b4" # Bright Cyan +export COLOR_16="#fefff1" # Bright White +export BACKGROUND_COLOR="#0a1e24" # Background +export FOREGROUND_COLOR="#ecf0c1" # Foreground (Text) +export CURSOR_COLOR="#ecf0c1" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/spacegray-eighties-dull.sh b/themes/spacegray-eighties-dull.sh index 4aadb7d..38235a9 100755 --- a/themes/spacegray-eighties-dull.sh +++ b/themes/spacegray-eighties-dull.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#15171c" # HOST -export COLOR_02="#b24a56" # SYNTAX_STRING -export COLOR_03="#92b477" # COMMAND -export COLOR_04="#c6735a" # COMMAND_COLOR2 -export COLOR_05="#7c8fa5" # PATH -export COLOR_06="#a5789e" # SYNTAX_VAR -export COLOR_07="#80cdcb" # PROMP -export COLOR_08="#b3b8c3" # +export PROFILE_NAME="Spacegray Eighties Dull" -export COLOR_09="#555555" # -export COLOR_10="#ec5f67" # COMMAND_ERROR -export COLOR_11="#89e986" # EXEC -export COLOR_12="#fec254" # -export COLOR_13="#5486c0" # FOLDER -export COLOR_14="#bf83c1" # -export COLOR_15="#58c2c1" # -export COLOR_16="#ffffff" # +export COLOR_01="#15171c" # Black (Host) +export COLOR_02="#b24a56" # Red (Syntax string) +export COLOR_03="#92b477" # Green (Command) +export COLOR_04="#c6735a" # Yellow (Command second) +export COLOR_05="#7c8fa5" # Blue (Path) +export COLOR_06="#a5789e" # Magenta (Syntax var) +export COLOR_07="#80cdcb" # Cyan (Prompt) +export COLOR_08="#b3b8c3" # White -export BACKGROUND_COLOR="#222222" # Background Color -export FOREGROUND_COLOR="#c9c6bc" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor -export PROFILE_NAME="SpaceGray Eighties Dull" -# =============================================================== # +export COLOR_09="#555555" # Bright Black +export COLOR_10="#ec5f67" # Bright Red (Command error) +export COLOR_11="#89e986" # Bright Green (Exec) +export COLOR_12="#fec254" # Bright Yellow +export COLOR_13="#5486c0" # Bright Blue (Folder) +export COLOR_14="#bf83c1" # Bright Magenta +export COLOR_15="#58c2c1" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#222222" # Background +export FOREGROUND_COLOR="#c9c6bc" # Foreground (Text) +export CURSOR_COLOR="#c9c6bc" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/spacegray-eighties.sh b/themes/spacegray-eighties.sh index cf95161..6a23347 100755 --- a/themes/spacegray-eighties.sh +++ b/themes/spacegray-eighties.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#15171c" # HOST -export COLOR_02="#ec5f67" # SYNTAX_STRING -export COLOR_03="#81a764" # COMMAND -export COLOR_04="#fec254" # COMMAND_COLOR2 -export COLOR_05="#5486c0" # PATH -export COLOR_06="#bf83c1" # SYNTAX_VAR -export COLOR_07="#57c2c1" # PROMP -export COLOR_08="#efece7" # +export PROFILE_NAME="Spacegray Eighties" -export COLOR_09="#555555" # -export COLOR_10="#ff6973" # COMMAND_ERROR -export COLOR_11="#93d493" # EXEC -export COLOR_12="#ffd256" # -export COLOR_13="#4d84d1" # FOLDER -export COLOR_14="#ff55ff" # -export COLOR_15="#83e9e4" # -export COLOR_16="#ffffff" # +export COLOR_01="#15171c" # Black (Host) +export COLOR_02="#ec5f67" # Red (Syntax string) +export COLOR_03="#81a764" # Green (Command) +export COLOR_04="#fec254" # Yellow (Command second) +export COLOR_05="#5486c0" # Blue (Path) +export COLOR_06="#bf83c1" # Magenta (Syntax var) +export COLOR_07="#57c2c1" # Cyan (Prompt) +export COLOR_08="#efece7" # White -export BACKGROUND_COLOR="#222222" # Background Color -export FOREGROUND_COLOR="#bdbaae" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor -export PROFILE_NAME="SpaceGray Eighties" -# =============================================================== # +export COLOR_09="#555555" # Bright Black +export COLOR_10="#ff6973" # Bright Red (Command error) +export COLOR_11="#93d493" # Bright Green (Exec) +export COLOR_12="#ffd256" # Bright Yellow +export COLOR_13="#4d84d1" # Bright Blue (Folder) +export COLOR_14="#ff55ff" # Bright Magenta +export COLOR_15="#83e9e4" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#222222" # Background +export FOREGROUND_COLOR="#bdbaae" # Foreground (Text) +export CURSOR_COLOR="#bdbaae" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/spacegray.sh b/themes/spacegray.sh index f567ac4..d29173a 100755 --- a/themes/spacegray.sh +++ b/themes/spacegray.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#b04b57" # SYNTAX_STRING -export COLOR_03="#87b379" # COMMAND -export COLOR_04="#e5c179" # COMMAND_COLOR2 -export COLOR_05="#7d8fa4" # PATH -export COLOR_06="#a47996" # SYNTAX_VAR -export COLOR_07="#85a7a5" # PROMP -export COLOR_08="#b3b8c3" # +export PROFILE_NAME="Spacegray" -export COLOR_09="#000000" # -export COLOR_10="#b04b57" # COMMAND_ERROR -export COLOR_11="#87b379" # EXEC -export COLOR_12="#e5c179" # -export COLOR_13="#7d8fa4" # FOLDER -export COLOR_14="#a47996" # -export COLOR_15="#85a7a5" # -export COLOR_16="#ffffff" # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#b04b57" # Red (Syntax string) +export COLOR_03="#87b379" # Green (Command) +export COLOR_04="#e5c179" # Yellow (Command second) +export COLOR_05="#7d8fa4" # Blue (Path) +export COLOR_06="#a47996" # Magenta (Syntax var) +export COLOR_07="#85a7a5" # Cyan (Prompt) +export COLOR_08="#b3b8c3" # White -export BACKGROUND_COLOR="#20242d" # Background Color -export FOREGROUND_COLOR="#b3b8c3" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor -export PROFILE_NAME="SpaceGray" -# =============================================================== # +export COLOR_09="#000000" # Bright Black +export COLOR_10="#b04b57" # Bright Red (Command error) +export COLOR_11="#87b379" # Bright Green (Exec) +export COLOR_12="#e5c179" # Bright Yellow +export COLOR_13="#7d8fa4" # Bright Blue (Folder) +export COLOR_14="#a47996" # Bright Magenta +export COLOR_15="#85a7a5" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#20242d" # Background +export FOREGROUND_COLOR="#b3b8c3" # Foreground (Text) +export CURSOR_COLOR="#b3b8c3" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/spring.sh b/themes/spring.sh index 35246db..4d97ac9 100755 --- a/themes/spring.sh +++ b/themes/spring.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#ff4d83" # SYNTAX_STRING -export COLOR_03="#1f8c3b" # COMMAND -export COLOR_04="#1fc95b" # COMMAND_COLOR2 -export COLOR_05="#1dd3ee" # PATH -export COLOR_06="#8959a8" # SYNTAX_VAR -export COLOR_07="#3e999f" # PROMP -export COLOR_08="#ffffff" # - -export COLOR_09="#000000" # -export COLOR_10="#ff0021" # COMMAND_ERROR -export COLOR_11="#1fc231" # EXEC -export COLOR_12="#d5b807" # -export COLOR_13="#15a9fd" # FOLDER -export COLOR_14="#8959a8" # -export COLOR_15="#3e999f" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#0a1e24" # Background Color -export FOREGROUND_COLOR="#ecf0c1" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Spring" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#ff4d83" # Red (Syntax string) +export COLOR_03="#1f8c3b" # Green (Command) +export COLOR_04="#1fc95b" # Yellow (Command second) +export COLOR_05="#1dd3ee" # Blue (Path) +export COLOR_06="#8959a8" # Magenta (Syntax var) +export COLOR_07="#3e999f" # Cyan (Prompt) +export COLOR_08="#ffffff" # White +export COLOR_09="#000000" # Bright Black +export COLOR_10="#ff0021" # Bright Red (Command error) +export COLOR_11="#1fc231" # Bright Green (Exec) +export COLOR_12="#d5b807" # Bright Yellow +export COLOR_13="#15a9fd" # Bright Blue (Folder) +export COLOR_14="#8959a8" # Bright Magenta +export COLOR_15="#3e999f" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#0a1e24" # Background +export FOREGROUND_COLOR="#ecf0c1" # Foreground (Text) +export CURSOR_COLOR="#ecf0c1" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/square.sh b/themes/square.sh index 88b902d..2aea861 100755 --- a/themes/square.sh +++ b/themes/square.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#050505" # HOST -export COLOR_02="#e9897c" # SYNTAX_STRING -export COLOR_03="#b6377d" # COMMAND -export COLOR_04="#ecebbe" # COMMAND_COLOR2 -export COLOR_05="#a9cdeb" # PATH -export COLOR_06="#75507b" # SYNTAX_VAR -export COLOR_07="#c9caec" # PROMP -export COLOR_08="#f2f2f2" # - -export COLOR_09="#141414" # -export COLOR_10="#f99286" # COMMAND_ERROR -export COLOR_11="#c3f786" # EXEC -export COLOR_12="#fcfbcc" # -export COLOR_13="#b6defb" # FOLDER -export COLOR_14="#ad7fa8" # -export COLOR_15="#d7d9fc" # -export COLOR_16="#e2e2e2" # - -export BACKGROUND_COLOR="#0a1e24" # Background Color -export FOREGROUND_COLOR="#a1a1a1" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Square" -# =============================================================== # +export COLOR_01="#050505" # Black (Host) +export COLOR_02="#e9897c" # Red (Syntax string) +export COLOR_03="#b6377d" # Green (Command) +export COLOR_04="#ecebbe" # Yellow (Command second) +export COLOR_05="#a9cdeb" # Blue (Path) +export COLOR_06="#75507b" # Magenta (Syntax var) +export COLOR_07="#c9caec" # Cyan (Prompt) +export COLOR_08="#f2f2f2" # White +export COLOR_09="#141414" # Bright Black +export COLOR_10="#f99286" # Bright Red (Command error) +export COLOR_11="#c3f786" # Bright Green (Exec) +export COLOR_12="#fcfbcc" # Bright Yellow +export COLOR_13="#b6defb" # Bright Blue (Folder) +export COLOR_14="#ad7fa8" # Bright Magenta +export COLOR_15="#d7d9fc" # Bright Cyan +export COLOR_16="#e2e2e2" # Bright White +export BACKGROUND_COLOR="#0a1e24" # Background +export FOREGROUND_COLOR="#a1a1a1" # Foreground (Text) +export CURSOR_COLOR="#a1a1a1" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/srcery.sh b/themes/srcery.sh index ed5bb12..91e6ea8 100755 --- a/themes/srcery.sh +++ b/themes/srcery.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#1c1b19" # HOST -export COLOR_02="#ef2f27" # SYNTAX_STRING -export COLOR_03="#519f50" # COMMAND -export COLOR_04="#fbb829" # COMMAND_COLOR2 -export COLOR_05="#2c78bf" # PATH -export COLOR_06="#e02c6d" # SYNTAX_VAR -export COLOR_07="#0aaeb3" # PROMP -export COLOR_08="#baa67f" # - -export COLOR_09="#918175" # -export COLOR_10="#f75341" # COMMAND_ERROR -export COLOR_11="#98bc37" # EXEC -export COLOR_12="#fed06e" # -export COLOR_13="#68a8e4" # FOLDER -export COLOR_14="#ff5c8f" # -export COLOR_15="#2be4d0" # -export COLOR_16="#fce8c3" # - -export BACKGROUND_COLOR="#1c1b19" # Background Color -export FOREGROUND_COLOR="#fce8c3" # Text -export CURSOR_COLOR="#fbb829" # Cursor export PROFILE_NAME="Srcery" -# ============================================= +export COLOR_01="#1c1b19" # Black (Host) +export COLOR_02="#ef2f27" # Red (Syntax string) +export COLOR_03="#519f50" # Green (Command) +export COLOR_04="#fbb829" # Yellow (Command second) +export COLOR_05="#2c78bf" # Blue (Path) +export COLOR_06="#e02c6d" # Magenta (Syntax var) +export COLOR_07="#0aaeb3" # Cyan (Prompt) +export COLOR_08="#baa67f" # White +export COLOR_09="#918175" # Bright Black +export COLOR_10="#f75341" # Bright Red (Command error) +export COLOR_11="#98bc37" # Bright Green (Exec) +export COLOR_12="#fed06e" # Bright Yellow +export COLOR_13="#68a8e4" # Bright Blue (Folder) +export COLOR_14="#ff5c8f" # Bright Magenta +export COLOR_15="#2be4d0" # Bright Cyan +export COLOR_16="#fce8c3" # Bright White +export BACKGROUND_COLOR="#1c1b19" # Background +export FOREGROUND_COLOR="#fce8c3" # Foreground (Text) +export CURSOR_COLOR="#fbb829" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/summer-pop.sh b/themes/summer-pop.sh index 0c7db7d..1c20e13 100755 --- a/themes/summer-pop.sh +++ b/themes/summer-pop.sh @@ -1,45 +1,39 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#666666" # Black -export COLOR_02="#FF1E8E" # Red -export COLOR_03="#8EFF1E" # Green -export COLOR_04="#FFFB00" # Yellow -export COLOR_05="#1E8EFF" # Blue -export COLOR_06="#E500E5" # Magenta -export COLOR_07="#00E5E5" # Cyan -export COLOR_08="#E5E5E5" # Light gray +export PROFILE_NAME="Summer Pop" -export COLOR_09="#666666" # Dark gray -export COLOR_10="#FF1E8E" # Light Red -export COLOR_11="#8EFF1E" # Light Green -export COLOR_12="#FFFB00" # Light Yellow -export COLOR_13="#1E8EFF" # Light Blue -export COLOR_14="#E500E5" # Light Magenta -export COLOR_15="#00E5E5" # Light Cyan -export COLOR_16="#E5E5E5" # White +export COLOR_01="#666666" # Black (Host) +export COLOR_02="#FF1E8E" # Red (Syntax string) +export COLOR_03="#8EFF1E" # Green (Command) +export COLOR_04="#FFFB00" # Yellow (Command second) +export COLOR_05="#1E8EFF" # Blue (Path) +export COLOR_06="#E500E5" # Magenta (Syntax var) +export COLOR_07="#00E5E5" # Cyan (Prompt) +export COLOR_08="#E5E5E5" # White -export BACKGROUND_COLOR="#272822" # Background Color -export FOREGROUND_COLOR="#FFFFFF" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="summer-pop" -# =============================================================== # +export COLOR_09="#666666" # Bright Black +export COLOR_10="#FF1E8E" # Bright Red (Command error) +export COLOR_11="#8EFF1E" # Bright Green (Exec) +export COLOR_12="#FFFB00" # Bright Yellow +export COLOR_13="#1E8EFF" # Bright Blue (Folder) +export COLOR_14="#E500E5" # Bright Magenta +export COLOR_15="#00E5E5" # Bright Cyan +export COLOR_16="#E5E5E5" # Bright White +export BACKGROUND_COLOR="#272822" # 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/guillermoap/Gogh/master"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Gogh-Co/Gogh/master"} if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then diff --git a/themes/sundried.sh b/themes/sundried.sh index 6b59d57..0d94f22 100755 --- a/themes/sundried.sh +++ b/themes/sundried.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#302b2a" # HOST -export COLOR_02="#a7463d" # SYNTAX_STRING -export COLOR_03="#587744" # COMMAND -export COLOR_04="#9d602a" # COMMAND_COLOR2 -export COLOR_05="#485b98" # PATH -export COLOR_06="#864651" # SYNTAX_VAR -export COLOR_07="#9c814f" # PROMP -export COLOR_08="#c9c9c9" # - -export COLOR_09="#4d4e48" # -export COLOR_10="#aa000c" # COMMAND_ERROR -export COLOR_11="#128c21" # EXEC -export COLOR_12="#fc6a21" # -export COLOR_13="#7999f7" # FOLDER -export COLOR_14="#fd8aa1" # -export COLOR_15="#fad484" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#1a1818" # Background Color -export FOREGROUND_COLOR="#c9c9c9" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Sundried" -# =============================================================== # +export COLOR_01="#302b2a" # Black (Host) +export COLOR_02="#a7463d" # Red (Syntax string) +export COLOR_03="#587744" # Green (Command) +export COLOR_04="#9d602a" # Yellow (Command second) +export COLOR_05="#485b98" # Blue (Path) +export COLOR_06="#864651" # Magenta (Syntax var) +export COLOR_07="#9c814f" # Cyan (Prompt) +export COLOR_08="#c9c9c9" # White +export COLOR_09="#4d4e48" # Bright Black +export COLOR_10="#aa000c" # Bright Red (Command error) +export COLOR_11="#128c21" # Bright Green (Exec) +export COLOR_12="#fc6a21" # Bright Yellow +export COLOR_13="#7999f7" # Bright Blue (Folder) +export COLOR_14="#fd8aa1" # Bright Magenta +export COLOR_15="#fad484" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#1a1818" # Background +export FOREGROUND_COLOR="#c9c9c9" # Foreground (Text) +export CURSOR_COLOR="#c9c9c9" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/sweet-eliverlara.sh b/themes/sweet-eliverlara.sh index 201d8b6..f28ff98 100755 --- a/themes/sweet-eliverlara.sh +++ b/themes/sweet-eliverlara.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#282C34" # Black -export COLOR_02="#ED254E" # Red -export COLOR_03="#71F79F" # Green -export COLOR_04="#F9DC5C" # Yellow -export COLOR_05="#7CB7FF" # Blue -export COLOR_06="#C74DED" # Magenta -export COLOR_07="#00C1E4" # Cyan -export COLOR_08="#DCDFE4" # Light gray +export PROFILE_NAME="Sweet Eliverlara" -export COLOR_09="#282C34" # Dark gray -export COLOR_10="#ED254E" # Light Red -export COLOR_11="#71F79F" # Light Green -export COLOR_12="#F9DC5C" # Light Yellow -export COLOR_13="#7CB7FF" # Light Blue -export COLOR_14="#C74DED" # Light Magenta -export COLOR_15="#00C1E4" # Light Cyan -export COLOR_16="#DCDFE4" # White +export COLOR_01="#282C34" # Black (Host) +export COLOR_02="#ED254E" # Red (Syntax string) +export COLOR_03="#71F79F" # Green (Command) +export COLOR_04="#F9DC5C" # Yellow (Command second) +export COLOR_05="#7CB7FF" # Blue (Path) +export COLOR_06="#C74DED" # Magenta (Syntax var) +export COLOR_07="#00C1E4" # Cyan (Prompt) +export COLOR_08="#DCDFE4" # White -export BACKGROUND_COLOR="#282C34" # Background Color -export FOREGROUND_COLOR="#C3C7D1" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="sweet-eliverlara" -# =============================================================== # +export COLOR_09="#282C34" # Bright Black +export COLOR_10="#ED254E" # Bright Red (Command error) +export COLOR_11="#71F79F" # Bright Green (Exec) +export COLOR_12="#F9DC5C" # Bright Yellow +export COLOR_13="#7CB7FF" # Bright Blue (Folder) +export COLOR_14="#C74DED" # Bright Magenta +export COLOR_15="#00C1E4" # Bright Cyan +export COLOR_16="#DCDFE4" # Bright White +export BACKGROUND_COLOR="#282C34" # Background +export FOREGROUND_COLOR="#C3C7D1" # Foreground (Text) +export CURSOR_COLOR="#C3C7D1" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/sweet-terminal.sh b/themes/sweet-terminal.sh index 35a16a4..785f162 100755 --- a/themes/sweet-terminal.sh +++ b/themes/sweet-terminal.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#3F3F54" # Black -export COLOR_02="#f60055" # Red -export COLOR_03="#06c993" # Green -export COLOR_04="#9700be" # Yellow -export COLOR_05="#f69154" # Blue -export COLOR_06="#ec89cb" # Magenta -export COLOR_07="#60ADEC" # Cyan -export COLOR_08="#ABB2BF" # Light gray - -export COLOR_09="#959DCB" # Dark gray -export COLOR_10="#f60055" # Light Red -export COLOR_11="#06c993" # Light Green -export COLOR_12="#9700be" # Light Yellow -export COLOR_13="#f69154" # Light Blue -export COLOR_14="#ec89cb" # Light Magenta -export COLOR_15="#00dded" # Light Cyan -export COLOR_16="#ffffff" # White - -export BACKGROUND_COLOR="#222235" # Background Color -export FOREGROUND_COLOR="#ffffff" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Sweet Terminal" -# =============================================================== # +export COLOR_01="#3F3F54" # Black (Host) +export COLOR_02="#f60055" # Red (Syntax string) +export COLOR_03="#06c993" # Green (Command) +export COLOR_04="#9700be" # Yellow (Command second) +export COLOR_05="#f69154" # Blue (Path) +export COLOR_06="#ec89cb" # Magenta (Syntax var) +export COLOR_07="#60ADEC" # Cyan (Prompt) +export COLOR_08="#ABB2BF" # White +export COLOR_09="#959DCB" # Bright Black +export COLOR_10="#f60055" # Bright Red (Command error) +export COLOR_11="#06c993" # Bright Green (Exec) +export COLOR_12="#9700be" # Bright Yellow +export COLOR_13="#f69154" # Bright Blue (Folder) +export COLOR_14="#ec89cb" # Bright Magenta +export COLOR_15="#00dded" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#222235" # 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}")" diff --git a/themes/symphonic.sh b/themes/symphonic.sh index 60860f0..b11cf70 100755 --- a/themes/symphonic.sh +++ b/themes/symphonic.sh @@ -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="#1b1d21" # -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="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Symphonic" -# =============================================================== # +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="#1b1d21" # 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="#ffffff" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/synthwave-alpha.sh b/themes/synthwave-alpha.sh index c31ac96..1885a08 100755 --- a/themes/synthwave-alpha.sh +++ b/themes/synthwave-alpha.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#241b30" # Black -export COLOR_02="#9a0048" # Red -export COLOR_03="#00986c" # Green -export COLOR_04="#adad3e" # Yellow -export COLOR_05="#6e29ad" # Blue -export COLOR_06="#b300ad" # Magenta -export COLOR_07="#00b0b1" # Cyan -export COLOR_08="#b9b1bc" # Light gray - -export COLOR_09="#7f7094" # Dark gray -export COLOR_10="#e60a70" # Light Red -export COLOR_11="#0ae4a4" # Light Green -export COLOR_12="#f9f972" # Light Yellow -export COLOR_13="#aa54f9" # Light Blue -export COLOR_14="#ff00f6" # Light Magenta -export COLOR_15="#00fbfd" # Light Cyan -export COLOR_16="#f2f2e3" # White - -export BACKGROUND_COLOR="#241b30" # Background Color -export FOREGROUND_COLOR="#f2f2e3" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Synthwave Alpha" -# =============================================================== # +export COLOR_01="#241b30" # Black (Host) +export COLOR_02="#9a0048" # Red (Syntax string) +export COLOR_03="#00986c" # Green (Command) +export COLOR_04="#adad3e" # Yellow (Command second) +export COLOR_05="#6e29ad" # Blue (Path) +export COLOR_06="#b300ad" # Magenta (Syntax var) +export COLOR_07="#00b0b1" # Cyan (Prompt) +export COLOR_08="#b9b1bc" # White +export COLOR_09="#7f7094" # Bright Black +export COLOR_10="#e60a70" # Bright Red (Command error) +export COLOR_11="#0ae4a4" # Bright Green (Exec) +export COLOR_12="#f9f972" # Bright Yellow +export COLOR_13="#aa54f9" # Bright Blue (Folder) +export COLOR_14="#ff00f6" # Bright Magenta +export COLOR_15="#00fbfd" # Bright Cyan +export COLOR_16="#f2f2e3" # Bright White +export BACKGROUND_COLOR="#241b30" # Background +export FOREGROUND_COLOR="#f2f2e3" # Foreground (Text) +export CURSOR_COLOR="#f2f2e3" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/synthwave.sh b/themes/synthwave.sh index ba64633..2755fcf 100755 --- a/themes/synthwave.sh +++ b/themes/synthwave.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#011627" # Black -export COLOR_02="#fe4450" # Red -export COLOR_03="#72f1b8" # Green -export COLOR_04="#fede5d" # Yellow -export COLOR_05="#03edf9" # Blue -export COLOR_06="#ff7edb" # Magenta -export COLOR_07="#03edf9" # Cyan -export COLOR_08="#ffffff" # Light gray +export PROFILE_NAME="Synthwave" -export COLOR_09="#575656" # Dark gray -export COLOR_10="#fe4450" # Light Red -export COLOR_11="#72f1b8" # Light Green -export COLOR_12="#fede5d" # Light Yellow -export COLOR_13="#03edf9" # Light Blue -export COLOR_14="#ff7edb" # Light Magenta -export COLOR_15="#03edf9" # Light Cyan -export COLOR_16="#ffffff" # White +export COLOR_01="#011627" # Black (Host) +export COLOR_02="#fe4450" # Red (Syntax string) +export COLOR_03="#72f1b8" # Green (Command) +export COLOR_04="#fede5d" # Yellow (Command second) +export COLOR_05="#03edf9" # Blue (Path) +export COLOR_06="#ff7edb" # Magenta (Syntax var) +export COLOR_07="#03edf9" # Cyan (Prompt) +export COLOR_08="#ffffff" # White -export BACKGROUND_COLOR="#262335" # Background Color -export FOREGROUND_COLOR="#ffffff" # Foreground Color (text) -export CURSOR_COLOR="#03edf9" # Cursor color -export PROFILE_NAME="SynthWave" -# =============================================================== # +export COLOR_09="#575656" # Bright Black +export COLOR_10="#fe4450" # Bright Red (Command error) +export COLOR_11="#72f1b8" # Bright Green (Exec) +export COLOR_12="#fede5d" # Bright Yellow +export COLOR_13="#03edf9" # Bright Blue (Folder) +export COLOR_14="#ff7edb" # Bright Magenta +export COLOR_15="#03edf9" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#262335" # Background +export FOREGROUND_COLOR="#ffffff" # Foreground (Text) +export CURSOR_COLOR="#03edf9" # Cursor - - - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/teerb.sh b/themes/teerb.sh index defa6ce..3106f02 100755 --- a/themes/teerb.sh +++ b/themes/teerb.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#1c1c1c" # HOST -export COLOR_02="#d68686" # SYNTAX_STRING -export COLOR_03="#aed686" # COMMAND -export COLOR_04="#d7af87" # COMMAND_COLOR2 -export COLOR_05="#86aed6" # PATH -export COLOR_06="#d6aed6" # SYNTAX_VAR -export COLOR_07="#8adbb4" # PROMP -export COLOR_08="#d0d0d0" # - -export COLOR_09="#1c1c1c" # -export COLOR_10="#d68686" # COMMAND_ERROR -export COLOR_11="#aed686" # EXEC -export COLOR_12="#e4c9af" # -export COLOR_13="#86aed6" # FOLDER -export COLOR_14="#d6aed6" # -export COLOR_15="#b1e7dd" # -export COLOR_16="#efefef" # - -export BACKGROUND_COLOR="#262626" # Background Color -export FOREGROUND_COLOR="#d0d0d0" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Teerb" -# =============================================================== # +export COLOR_01="#1c1c1c" # Black (Host) +export COLOR_02="#d68686" # Red (Syntax string) +export COLOR_03="#aed686" # Green (Command) +export COLOR_04="#d7af87" # Yellow (Command second) +export COLOR_05="#86aed6" # Blue (Path) +export COLOR_06="#d6aed6" # Magenta (Syntax var) +export COLOR_07="#8adbb4" # Cyan (Prompt) +export COLOR_08="#d0d0d0" # White +export COLOR_09="#1c1c1c" # Bright Black +export COLOR_10="#d68686" # Bright Red (Command error) +export COLOR_11="#aed686" # Bright Green (Exec) +export COLOR_12="#e4c9af" # Bright Yellow +export COLOR_13="#86aed6" # Bright Blue (Folder) +export COLOR_14="#d6aed6" # Bright Magenta +export COLOR_15="#b1e7dd" # Bright Cyan +export COLOR_16="#efefef" # Bright White +export BACKGROUND_COLOR="#262626" # 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}")" diff --git a/themes/tender.sh b/themes/tender.sh index 830ffd5..ea1a613 100755 --- a/themes/tender.sh +++ b/themes/tender.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#1d1d1d" # Black -export COLOR_02="#c5152f" # Red -export COLOR_03="#c9d05c" # Green -export COLOR_04="#ffc24b" # Yellow -export COLOR_05="#b3deef" # Blue -export COLOR_06="#d3b987" # Magenta -export COLOR_07="#73cef4" # Cyan -export COLOR_08="#eeeeee" # Light gray - -export COLOR_09="#323232" # Dark gray -export COLOR_10="#f43753" # Light Red -export COLOR_11="#d9e066" # Light Green -export COLOR_12="#facc72" # Light Yellow -export COLOR_13="#c0eafb" # Light Blue -export COLOR_14="#efd093" # Light Magenta -export COLOR_15="#a1d6ec" # Light Cyan -export COLOR_16="#ffffff" # White - -export BACKGROUND_COLOR="#282828" # Background Color -export FOREGROUND_COLOR="#EEEEEE" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Tender" -# =============================================================== # +export COLOR_01="#1d1d1d" # Black (Host) +export COLOR_02="#c5152f" # Red (Syntax string) +export COLOR_03="#c9d05c" # Green (Command) +export COLOR_04="#ffc24b" # Yellow (Command second) +export COLOR_05="#b3deef" # Blue (Path) +export COLOR_06="#d3b987" # Magenta (Syntax var) +export COLOR_07="#73cef4" # Cyan (Prompt) +export COLOR_08="#eeeeee" # White +export COLOR_09="#323232" # Bright Black +export COLOR_10="#f43753" # Bright Red (Command error) +export COLOR_11="#d9e066" # Bright Green (Exec) +export COLOR_12="#facc72" # Bright Yellow +export COLOR_13="#c0eafb" # Bright Blue (Folder) +export COLOR_14="#efd093" # Bright Magenta +export COLOR_15="#a1d6ec" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#282828" # Background +export FOREGROUND_COLOR="#EEEEEE" # Foreground (Text) +export CURSOR_COLOR="#EEEEEE" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/terminal-basic.sh b/themes/terminal-basic.sh index f328e1c..c1e000d 100755 --- a/themes/terminal-basic.sh +++ b/themes/terminal-basic.sh @@ -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="#ffffff" # Background Color -export FOREGROUND_COLOR="#000000" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Terminal Basic" -# =============================================================== # +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="#ffffff" # Background +export FOREGROUND_COLOR="#000000" # Foreground (Text) +export CURSOR_COLOR="#000000" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/terminix-dark.sh b/themes/terminix-dark.sh index 0357b4d..e9fa822 100755 --- a/themes/terminix-dark.sh +++ b/themes/terminix-dark.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#282a2e" # HOST -export COLOR_02="#a54242" # SYNTAX_STRING -export COLOR_03="#a1b56c" # COMMAND -export COLOR_04="#de935f" # COMMAND_COLOR2 -export COLOR_05="#225555" # PATH -export COLOR_06="#85678f" # SYNTAX_VAR -export COLOR_07="#5e8d87" # PROMP -export COLOR_08="#777777" # - -export COLOR_09="#373b41" # -export COLOR_10="#c63535" # COMMAND_ERROR -export COLOR_11="#608360" # EXEC -export COLOR_12="#fa805a" # -export COLOR_13="#449da1" # FOLDER -export COLOR_14="#ba8baf" # -export COLOR_15="#86c1b9" # -export COLOR_16="#c5c8c6" # - -export BACKGROUND_COLOR="#091116" # Background Color -export FOREGROUND_COLOR="#868A8C" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Terminix Dark" -# =============================================================== # +export COLOR_01="#282a2e" # Black (Host) +export COLOR_02="#a54242" # Red (Syntax string) +export COLOR_03="#a1b56c" # Green (Command) +export COLOR_04="#de935f" # Yellow (Command second) +export COLOR_05="#225555" # Blue (Path) +export COLOR_06="#85678f" # Magenta (Syntax var) +export COLOR_07="#5e8d87" # Cyan (Prompt) +export COLOR_08="#777777" # White +export COLOR_09="#373b41" # Bright Black +export COLOR_10="#c63535" # Bright Red (Command error) +export COLOR_11="#608360" # Bright Green (Exec) +export COLOR_12="#fa805a" # Bright Yellow +export COLOR_13="#449da1" # Bright Blue (Folder) +export COLOR_14="#ba8baf" # Bright Magenta +export COLOR_15="#86c1b9" # Bright Cyan +export COLOR_16="#c5c8c6" # Bright White +export BACKGROUND_COLOR="#091116" # Background +export FOREGROUND_COLOR="#868A8C" # Foreground (Text) +export CURSOR_COLOR="#868A8C" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/thayer-bright.sh b/themes/thayer-bright.sh index d3a65da..11ab832 100755 --- a/themes/thayer-bright.sh +++ b/themes/thayer-bright.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#1b1d1e" # HOST -export COLOR_02="#f92672" # SYNTAX_STRING -export COLOR_03="#4df840" # COMMAND -export COLOR_04="#f4fd22" # COMMAND_COLOR2 -export COLOR_05="#2757d6" # PATH -export COLOR_06="#8c54fe" # SYNTAX_VAR -export COLOR_07="#38c8b5" # PROMP -export COLOR_08="#ccccc6" # - -export COLOR_09="#505354" # -export COLOR_10="#ff5995" # COMMAND_ERROR -export COLOR_11="#b6e354" # EXEC -export COLOR_12="#feed6c" # -export COLOR_13="#3f78ff" # FOLDER -export COLOR_14="#9e6ffe" # -export COLOR_15="#23cfd5" # -export COLOR_16="#f8f8f2" # - -export BACKGROUND_COLOR="#1b1d1e" # Background Color -export FOREGROUND_COLOR="#f8f8f8" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Thayer Bright" -# =============================================================== # +export COLOR_01="#1b1d1e" # Black (Host) +export COLOR_02="#f92672" # Red (Syntax string) +export COLOR_03="#4df840" # Green (Command) +export COLOR_04="#f4fd22" # Yellow (Command second) +export COLOR_05="#2757d6" # Blue (Path) +export COLOR_06="#8c54fe" # Magenta (Syntax var) +export COLOR_07="#38c8b5" # Cyan (Prompt) +export COLOR_08="#ccccc6" # White +export COLOR_09="#505354" # Bright Black +export COLOR_10="#ff5995" # Bright Red (Command error) +export COLOR_11="#b6e354" # Bright Green (Exec) +export COLOR_12="#feed6c" # Bright Yellow +export COLOR_13="#3f78ff" # Bright Blue (Folder) +export COLOR_14="#9e6ffe" # Bright Magenta +export COLOR_15="#23cfd5" # Bright Cyan +export COLOR_16="#f8f8f2" # Bright White +export BACKGROUND_COLOR="#1b1d1e" # Background +export FOREGROUND_COLOR="#f8f8f8" # Foreground (Text) +export CURSOR_COLOR="#f8f8f8" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/tin.sh b/themes/tin.sh index 15fb80b..51d71aa 100755 --- a/themes/tin.sh +++ b/themes/tin.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#8d534e" # SYNTAX_STRING -export COLOR_03="#4e8d53" # COMMAND -export COLOR_04="#888d4e" # COMMAND_COLOR2 -export COLOR_05="#534e8d" # PATH -export COLOR_06="#8d4e88" # SYNTAX_VAR -export COLOR_07="#4e888d" # PROMP -export COLOR_08="#ffffff" # - -export COLOR_09="#000000" # -export COLOR_10="#b57d78" # COMMAND_ERROR -export COLOR_11="#78b57d" # EXEC -export COLOR_12="#b0b578" # -export COLOR_13="#7d78b5" # FOLDER -export COLOR_14="#b578b0" # -export COLOR_15="#78b0b5" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#2e2e35" # Background Color -export FOREGROUND_COLOR="#ffffff" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Tin" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#8d534e" # Red (Syntax string) +export COLOR_03="#4e8d53" # Green (Command) +export COLOR_04="#888d4e" # Yellow (Command second) +export COLOR_05="#534e8d" # Blue (Path) +export COLOR_06="#8d4e88" # Magenta (Syntax var) +export COLOR_07="#4e888d" # Cyan (Prompt) +export COLOR_08="#ffffff" # White +export COLOR_09="#000000" # Bright Black +export COLOR_10="#b57d78" # Bright Red (Command error) +export COLOR_11="#78b57d" # Bright Green (Exec) +export COLOR_12="#b0b578" # Bright Yellow +export COLOR_13="#7d78b5" # Bright Blue (Folder) +export COLOR_14="#b578b0" # Bright Magenta +export COLOR_15="#78b0b5" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#2e2e35" # 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}")" diff --git a/themes/tokyo-night-light.sh b/themes/tokyo-night-light.sh index ad7968b..3157d9a 100755 --- a/themes/tokyo-night-light.sh +++ b/themes/tokyo-night-light.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#0f0f14" # Black -export COLOR_02="#8c4351" # Red -export COLOR_03="#485e30" # Green -export COLOR_04="#8f5e15" # Yellow -export COLOR_05="#34548a" # Blue -export COLOR_06="#5a4a78" # Magenta -export COLOR_07="#0f4b6e" # Cyan -export COLOR_08="#343b58" # Light gray - -export COLOR_09="#9699a3" # Dark gray -export COLOR_10="#8c4351" # Light Red -export COLOR_11="#485e30" # Light Green -export COLOR_12="#8f5e15" # Light Yellow -export COLOR_13="#34548a" # Light Blue -export COLOR_14="#5a4a78" # Light Magenta -export COLOR_15="#0f4b6e" # Light Cyan -export COLOR_16="#343b58" # White - -export BACKGROUND_COLOR="#d5d6db" # Background Color -export FOREGROUND_COLOR="#565a6e" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Tokyo Night Light" -# =============================================================== # +export COLOR_01="#0f0f14" # Black (Host) +export COLOR_02="#8c4351" # Red (Syntax string) +export COLOR_03="#485e30" # Green (Command) +export COLOR_04="#8f5e15" # Yellow (Command second) +export COLOR_05="#34548a" # Blue (Path) +export COLOR_06="#5a4a78" # Magenta (Syntax var) +export COLOR_07="#0f4b6e" # Cyan (Prompt) +export COLOR_08="#343b58" # White +export COLOR_09="#9699a3" # Bright Black +export COLOR_10="#8c4351" # Bright Red (Command error) +export COLOR_11="#485e30" # Bright Green (Exec) +export COLOR_12="#8f5e15" # Bright Yellow +export COLOR_13="#34548a" # Bright Blue (Folder) +export COLOR_14="#5a4a78" # Bright Magenta +export COLOR_15="#0f4b6e" # Bright Cyan +export COLOR_16="#343b58" # Bright White +export BACKGROUND_COLOR="#d5d6db" # Background +export FOREGROUND_COLOR="#565a6e" # Foreground (Text) +export CURSOR_COLOR="#565a6e" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/tokyo-night-storm.sh b/themes/tokyo-night-storm.sh index 2113d1b..ac8e4a4 100755 --- a/themes/tokyo-night-storm.sh +++ b/themes/tokyo-night-storm.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#414868" # Black -export COLOR_02="#f7768e" # Red -export COLOR_03="#9ece6a" # Green -export COLOR_04="#e0af68" # Yellow -export COLOR_05="#7aa2f7" # Blue -export COLOR_06="#bb9af7" # Magenta -export COLOR_07="#7dcfff" # Cyan -export COLOR_08="#c0caf5" # Light gray - -export COLOR_09="#414868" # Dark gray -export COLOR_10="#f7768e" # Light Red -export COLOR_11="#9ece6a" # Light Green -export COLOR_12="#e0af68" # Light Yellow -export COLOR_13="#7aa2f7" # Light Blue -export COLOR_14="#bb9af7" # Light Magenta -export COLOR_15="#7dcfff" # Light Cyan -export COLOR_16="#c0caf5" # White - -export BACKGROUND_COLOR="#24283b" # Background Color -export FOREGROUND_COLOR="#c0caf5" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Tokyo Night Storm" -# =============================================================== # +export COLOR_01="#414868" # Black (Host) +export COLOR_02="#f7768e" # Red (Syntax string) +export COLOR_03="#9ece6a" # Green (Command) +export COLOR_04="#e0af68" # Yellow (Command second) +export COLOR_05="#7aa2f7" # Blue (Path) +export COLOR_06="#bb9af7" # Magenta (Syntax var) +export COLOR_07="#7dcfff" # Cyan (Prompt) +export COLOR_08="#c0caf5" # White +export COLOR_09="#414868" # Bright Black +export COLOR_10="#f7768e" # Bright Red (Command error) +export COLOR_11="#9ece6a" # Bright Green (Exec) +export COLOR_12="#e0af68" # Bright Yellow +export COLOR_13="#7aa2f7" # Bright Blue (Folder) +export COLOR_14="#bb9af7" # Bright Magenta +export COLOR_15="#7dcfff" # Bright Cyan +export COLOR_16="#c0caf5" # Bright White +export BACKGROUND_COLOR="#24283b" # Background +export FOREGROUND_COLOR="#c0caf5" # Foreground (Text) +export CURSOR_COLOR="#c0caf5" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/tokyo-night.sh b/themes/tokyo-night.sh index 17f56a7..3b7b1fe 100755 --- a/themes/tokyo-night.sh +++ b/themes/tokyo-night.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#414868" # Black -export COLOR_02="#f7768e" # Red -export COLOR_03="#9ece6a" # Green -export COLOR_04="#e0af68" # Yellow -export COLOR_05="#7aa2f7" # Blue -export COLOR_06="#bb9af7" # Magenta -export COLOR_07="#7dcfff" # Cyan -export COLOR_08="#a9b1d6" # Light gray - -export COLOR_09="#414868" # Dark gray -export COLOR_10="#f7768e" # Light Red -export COLOR_11="#9ece6a" # Light Green -export COLOR_12="#e0af68" # Light Yellow -export COLOR_13="#7aa2f7" # Light Blue -export COLOR_14="#bb9af7" # Light Magenta -export COLOR_15="#7dcfff" # Light Cyan -export COLOR_16="#c0caf5" # White - -export BACKGROUND_COLOR="#1a1b26" # Background Color -export FOREGROUND_COLOR="#c0caf5" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export PROFILE_NAME="Tokyo Night" -# =============================================================== # +export COLOR_01="#414868" # Black (Host) +export COLOR_02="#f7768e" # Red (Syntax string) +export COLOR_03="#9ece6a" # Green (Command) +export COLOR_04="#e0af68" # Yellow (Command second) +export COLOR_05="#7aa2f7" # Blue (Path) +export COLOR_06="#bb9af7" # Magenta (Syntax var) +export COLOR_07="#7dcfff" # Cyan (Prompt) +export COLOR_08="#a9b1d6" # White +export COLOR_09="#414868" # Bright Black +export COLOR_10="#f7768e" # Bright Red (Command error) +export COLOR_11="#9ece6a" # Bright Green (Exec) +export COLOR_12="#e0af68" # Bright Yellow +export COLOR_13="#7aa2f7" # Bright Blue (Folder) +export COLOR_14="#bb9af7" # Bright Magenta +export COLOR_15="#7dcfff" # Bright Cyan +export COLOR_16="#c0caf5" # Bright White +export BACKGROUND_COLOR="#1a1b26" # Background +export FOREGROUND_COLOR="#c0caf5" # Foreground (Text) +export CURSOR_COLOR="#c0caf5" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/tomorrow-night-blue.sh b/themes/tomorrow-night-blue.sh index 1f52f0e..a52c9b4 100755 --- a/themes/tomorrow-night-blue.sh +++ b/themes/tomorrow-night-blue.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" -export COLOR_02="#FF9DA3" -export COLOR_03="#D1F1A9" -export COLOR_04="#FFEEAD" -export COLOR_05="#BBDAFF" -export COLOR_06="#EBBBFF" -export COLOR_07="#99FFFF" -export COLOR_08="#FFFEFE" - -export COLOR_09="#000000" -export COLOR_10="#FF9CA3" -export COLOR_11="#D0F0A8" -export COLOR_12="#FFEDAC" -export COLOR_13="#BADAFF" -export COLOR_14="#EBBAFF" -export COLOR_15="#99FFFF" -export COLOR_16="#FFFEFE" - -export BACKGROUND_COLOR="#002451" -export FOREGROUND_COLOR="#FFFEFE" -export CURSOR_COLOR="#FFFEFE" export PROFILE_NAME="Tomorrow Night Blue" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#FF9DA3" # Red (Syntax string) +export COLOR_03="#D1F1A9" # Green (Command) +export COLOR_04="#FFEEAD" # Yellow (Command second) +export COLOR_05="#BBDAFF" # Blue (Path) +export COLOR_06="#EBBBFF" # Magenta (Syntax var) +export COLOR_07="#99FFFF" # Cyan (Prompt) +export COLOR_08="#FFFEFE" # White +export COLOR_09="#000000" # Bright Black +export COLOR_10="#FF9CA3" # Bright Red (Command error) +export COLOR_11="#D0F0A8" # Bright Green (Exec) +export COLOR_12="#FFEDAC" # Bright Yellow +export COLOR_13="#BADAFF" # Bright Blue (Folder) +export COLOR_14="#EBBAFF" # Bright Magenta +export COLOR_15="#99FFFF" # Bright Cyan +export COLOR_16="#FFFEFE" # Bright White +export BACKGROUND_COLOR="#002451" # Background +export FOREGROUND_COLOR="#FFFEFE" # Foreground (Text) +export CURSOR_COLOR="#FFFEFE" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/tomorrow-night-bright.sh b/themes/tomorrow-night-bright.sh index ae3dfe7..7fa8b99 100755 --- a/themes/tomorrow-night-bright.sh +++ b/themes/tomorrow-night-bright.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" -export COLOR_02="#D54E53" -export COLOR_03="#B9CA49" -export COLOR_04="#E7C547" -export COLOR_05="#79A6DA" -export COLOR_06="#C397D8" -export COLOR_07="#70C0B1" -export COLOR_08="#FFFEFE" - -export COLOR_09="#000000" -export COLOR_10="#D44D53" -export COLOR_11="#B9C949" -export COLOR_12="#E6C446" -export COLOR_13="#79A6DA" -export COLOR_14="#C396D7" -export COLOR_15="#70C0B1" -export COLOR_16="#FFFEFE" - -export BACKGROUND_COLOR="#000000" -export FOREGROUND_COLOR="#E9E9E9" -export CURSOR_COLOR="#E9E9E9" export PROFILE_NAME="Tomorrow Night Bright" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#D54E53" # Red (Syntax string) +export COLOR_03="#B9CA49" # Green (Command) +export COLOR_04="#E7C547" # Yellow (Command second) +export COLOR_05="#79A6DA" # Blue (Path) +export COLOR_06="#C397D8" # Magenta (Syntax var) +export COLOR_07="#70C0B1" # Cyan (Prompt) +export COLOR_08="#FFFEFE" # White +export COLOR_09="#000000" # Bright Black +export COLOR_10="#D44D53" # Bright Red (Command error) +export COLOR_11="#B9C949" # Bright Green (Exec) +export COLOR_12="#E6C446" # Bright Yellow +export COLOR_13="#79A6DA" # Bright Blue (Folder) +export COLOR_14="#C396D7" # Bright Magenta +export COLOR_15="#70C0B1" # Bright Cyan +export COLOR_16="#FFFEFE" # Bright White +export BACKGROUND_COLOR="#000000" # Background +export FOREGROUND_COLOR="#E9E9E9" # Foreground (Text) +export CURSOR_COLOR="#E9E9E9" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/tomorrow-night-eighties.sh b/themes/tomorrow-night-eighties.sh index a2cd6c7..dfc3461 100755 --- a/themes/tomorrow-night-eighties.sh +++ b/themes/tomorrow-night-eighties.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" -export COLOR_02="#F27779" -export COLOR_03="#99CC99" -export COLOR_04="#FFCC66" -export COLOR_05="#6699CC" -export COLOR_06="#CC99CC" -export COLOR_07="#66CCCC" -export COLOR_08="#FFFEFE" - -export COLOR_09="#000000" -export COLOR_10="#F17779" -export COLOR_11="#99CC99" -export COLOR_12="#FFCC66" -export COLOR_13="#6699CC" -export COLOR_14="#CC99CC" -export COLOR_15="#66CCCC" -export COLOR_16="#FFFEFE" - -export BACKGROUND_COLOR="#2C2C2C" -export FOREGROUND_COLOR="#CCCCCC" -export CURSOR_COLOR="#CCCCCC" export PROFILE_NAME="Tomorrow Night Eighties" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#F27779" # Red (Syntax string) +export COLOR_03="#99CC99" # Green (Command) +export COLOR_04="#FFCC66" # Yellow (Command second) +export COLOR_05="#6699CC" # Blue (Path) +export COLOR_06="#CC99CC" # Magenta (Syntax var) +export COLOR_07="#66CCCC" # Cyan (Prompt) +export COLOR_08="#FFFEFE" # White +export COLOR_09="#000000" # Bright Black +export COLOR_10="#F17779" # Bright Red (Command error) +export COLOR_11="#99CC99" # Bright Green (Exec) +export COLOR_12="#FFCC66" # Bright Yellow +export COLOR_13="#6699CC" # Bright Blue (Folder) +export COLOR_14="#CC99CC" # Bright Magenta +export COLOR_15="#66CCCC" # Bright Cyan +export COLOR_16="#FFFEFE" # Bright White +export BACKGROUND_COLOR="#2C2C2C" # 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}")" diff --git a/themes/tomorrow-night.sh b/themes/tomorrow-night.sh index b32f82d..9392a3a 100755 --- a/themes/tomorrow-night.sh +++ b/themes/tomorrow-night.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" -export COLOR_02="#CC6666" -export COLOR_03="#B5BD68" -export COLOR_04="#F0C674" -export COLOR_05="#81A2BE" -export COLOR_06="#B293BB" -export COLOR_07="#8ABEB7" -export COLOR_08="#FFFEFE" - -export COLOR_09="#000000" -export COLOR_10="#CC6666" -export COLOR_11="#B5BD68" -export COLOR_12="#F0C574" -export COLOR_13="#80A1BD" -export COLOR_14="#B294BA" -export COLOR_15="#8ABDB6" -export COLOR_16="#FFFEFE" - -export BACKGROUND_COLOR="#1D1F21" -export FOREGROUND_COLOR="#C5C8C6" -export CURSOR_COLOR="#C4C8C5" export PROFILE_NAME="Tomorrow Night" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#CC6666" # Red (Syntax string) +export COLOR_03="#B5BD68" # Green (Command) +export COLOR_04="#F0C674" # Yellow (Command second) +export COLOR_05="#81A2BE" # Blue (Path) +export COLOR_06="#B293BB" # Magenta (Syntax var) +export COLOR_07="#8ABEB7" # Cyan (Prompt) +export COLOR_08="#FFFEFE" # White +export COLOR_09="#000000" # Bright Black +export COLOR_10="#CC6666" # Bright Red (Command error) +export COLOR_11="#B5BD68" # Bright Green (Exec) +export COLOR_12="#F0C574" # Bright Yellow +export COLOR_13="#80A1BD" # Bright Blue (Folder) +export COLOR_14="#B294BA" # Bright Magenta +export COLOR_15="#8ABDB6" # Bright Cyan +export COLOR_16="#FFFEFE" # Bright White +export BACKGROUND_COLOR="#1D1F21" # Background +export FOREGROUND_COLOR="#C5C8C6" # Foreground (Text) +export CURSOR_COLOR="#C4C8C5" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/tomorrow.sh b/themes/tomorrow.sh index fd321d6..46425a1 100755 --- a/themes/tomorrow.sh +++ b/themes/tomorrow.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" -export COLOR_02="#C82828" -export COLOR_03="#718C00" -export COLOR_04="#EAB700" -export COLOR_05="#4171AE" -export COLOR_06="#8959A8" -export COLOR_07="#3E999F" -export COLOR_08="#FFFEFE" - -export COLOR_09="#000000" -export COLOR_10="#C82828" -export COLOR_11="#708B00" -export COLOR_12="#E9B600" -export COLOR_13="#4170AE" -export COLOR_14="#8958A7" -export COLOR_15="#3D999F" -export COLOR_16="#FFFEFE" - -export BACKGROUND_COLOR="#FFFFFF" -export FOREGROUND_COLOR="#4D4D4C" -export CURSOR_COLOR="#4C4C4C" export PROFILE_NAME="Tomorrow" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#C82828" # Red (Syntax string) +export COLOR_03="#718C00" # Green (Command) +export COLOR_04="#EAB700" # Yellow (Command second) +export COLOR_05="#4171AE" # Blue (Path) +export COLOR_06="#8959A8" # Magenta (Syntax var) +export COLOR_07="#3E999F" # Cyan (Prompt) +export COLOR_08="#FFFEFE" # White +export COLOR_09="#000000" # Bright Black +export COLOR_10="#C82828" # Bright Red (Command error) +export COLOR_11="#708B00" # Bright Green (Exec) +export COLOR_12="#E9B600" # Bright Yellow +export COLOR_13="#4170AE" # Bright Blue (Folder) +export COLOR_14="#8958A7" # Bright Magenta +export COLOR_15="#3D999F" # Bright Cyan +export COLOR_16="#FFFEFE" # Bright White +export BACKGROUND_COLOR="#FFFFFF" # Background +export FOREGROUND_COLOR="#4D4D4C" # Foreground (Text) +export CURSOR_COLOR="#4C4C4C" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/toy-chest.sh b/themes/toy-chest.sh index 559df75..c7badd9 100755 --- a/themes/toy-chest.sh +++ b/themes/toy-chest.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#2c3f58" # HOST -export COLOR_02="#be2d26" # SYNTAX_STRING -export COLOR_03="#1a9172" # COMMAND -export COLOR_04="#db8e27" # COMMAND_COLOR2 -export COLOR_05="#325d96" # PATH -export COLOR_06="#8a5edc" # SYNTAX_VAR -export COLOR_07="#35a08f" # PROMP -export COLOR_08="#23d183" # - -export COLOR_09="#336889" # -export COLOR_10="#dd5944" # COMMAND_ERROR -export COLOR_11="#31d07b" # EXEC -export COLOR_12="#e7d84b" # -export COLOR_13="#34a6da" # FOLDER -export COLOR_14="#ae6bdc" # -export COLOR_15="#42c3ae" # -export COLOR_16="#d5d5d5" # - -export BACKGROUND_COLOR="#24364b" # Background Color -export FOREGROUND_COLOR="#31d07b" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Toy Chest" -# =============================================================== # +export COLOR_01="#2c3f58" # Black (Host) +export COLOR_02="#be2d26" # Red (Syntax string) +export COLOR_03="#1a9172" # Green (Command) +export COLOR_04="#db8e27" # Yellow (Command second) +export COLOR_05="#325d96" # Blue (Path) +export COLOR_06="#8a5edc" # Magenta (Syntax var) +export COLOR_07="#35a08f" # Cyan (Prompt) +export COLOR_08="#23d183" # White +export COLOR_09="#336889" # Bright Black +export COLOR_10="#dd5944" # Bright Red (Command error) +export COLOR_11="#31d07b" # Bright Green (Exec) +export COLOR_12="#e7d84b" # Bright Yellow +export COLOR_13="#34a6da" # Bright Blue (Folder) +export COLOR_14="#ae6bdc" # Bright Magenta +export COLOR_15="#42c3ae" # Bright Cyan +export COLOR_16="#d5d5d5" # Bright White +export BACKGROUND_COLOR="#24364b" # Background +export FOREGROUND_COLOR="#31d07b" # Foreground (Text) +export CURSOR_COLOR="#31d07b" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/treehouse.sh b/themes/treehouse.sh index 99f04a8..f6e9cf4 100755 --- a/themes/treehouse.sh +++ b/themes/treehouse.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#321300" # HOST -export COLOR_02="#b2270e" # SYNTAX_STRING -export COLOR_03="#44a900" # COMMAND -export COLOR_04="#aa820c" # COMMAND_COLOR2 -export COLOR_05="#58859a" # PATH -export COLOR_06="#97363d" # SYNTAX_VAR -export COLOR_07="#b25a1e" # PROMP -export COLOR_08="#786b53" # - -export COLOR_09="#433626" # -export COLOR_10="#ed5d20" # COMMAND_ERROR -export COLOR_11="#55f238" # EXEC -export COLOR_12="#f2b732" # -export COLOR_13="#85cfed" # FOLDER -export COLOR_14="#e14c5a" # -export COLOR_15="#f07d14" # -export COLOR_16="#ffc800" # - -export BACKGROUND_COLOR="#191919" # Background Color -export FOREGROUND_COLOR="#786b53" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Treehouse" -# =============================================================== # +export COLOR_01="#321300" # Black (Host) +export COLOR_02="#b2270e" # Red (Syntax string) +export COLOR_03="#44a900" # Green (Command) +export COLOR_04="#aa820c" # Yellow (Command second) +export COLOR_05="#58859a" # Blue (Path) +export COLOR_06="#97363d" # Magenta (Syntax var) +export COLOR_07="#b25a1e" # Cyan (Prompt) +export COLOR_08="#786b53" # White +export COLOR_09="#433626" # Bright Black +export COLOR_10="#ed5d20" # Bright Red (Command error) +export COLOR_11="#55f238" # Bright Green (Exec) +export COLOR_12="#f2b732" # Bright Yellow +export COLOR_13="#85cfed" # Bright Blue (Folder) +export COLOR_14="#e14c5a" # Bright Magenta +export COLOR_15="#f07d14" # Bright Cyan +export COLOR_16="#ffc800" # Bright White +export BACKGROUND_COLOR="#191919" # Background +export FOREGROUND_COLOR="#786b53" # Foreground (Text) +export CURSOR_COLOR="#786b53" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/twilight.sh b/themes/twilight.sh index 9379a46..881fd46 100755 --- a/themes/twilight.sh +++ b/themes/twilight.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#141414" # HOST -export COLOR_02="#c06d44" # SYNTAX_STRING -export COLOR_03="#afb97a" # COMMAND -export COLOR_04="#c2a86c" # COMMAND_COLOR2 -export COLOR_05="#44474a" # PATH -export COLOR_06="#b4be7c" # SYNTAX_VAR -export COLOR_07="#778385" # PROMP -export COLOR_08="#ffffd4" # - -export COLOR_09="#262626" # -export COLOR_10="#de7c4c" # COMMAND_ERROR -export COLOR_11="#ccd88c" # EXEC -export COLOR_12="#e2c47e" # -export COLOR_13="#5a5e62" # FOLDER -export COLOR_14="#d0dc8e" # -export COLOR_15="#8a989b" # -export COLOR_16="#ffffd4" # - -export BACKGROUND_COLOR="#141414" # Background Color -export FOREGROUND_COLOR="#ffffd4" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Twilight" -# =============================================================== # +export COLOR_01="#141414" # Black (Host) +export COLOR_02="#c06d44" # Red (Syntax string) +export COLOR_03="#afb97a" # Green (Command) +export COLOR_04="#c2a86c" # Yellow (Command second) +export COLOR_05="#44474a" # Blue (Path) +export COLOR_06="#b4be7c" # Magenta (Syntax var) +export COLOR_07="#778385" # Cyan (Prompt) +export COLOR_08="#ffffd4" # White +export COLOR_09="#262626" # Bright Black +export COLOR_10="#de7c4c" # Bright Red (Command error) +export COLOR_11="#ccd88c" # Bright Green (Exec) +export COLOR_12="#e2c47e" # Bright Yellow +export COLOR_13="#5a5e62" # Bright Blue (Folder) +export COLOR_14="#d0dc8e" # Bright Magenta +export COLOR_15="#8a989b" # Bright Cyan +export COLOR_16="#ffffd4" # Bright White +export BACKGROUND_COLOR="#141414" # Background +export FOREGROUND_COLOR="#ffffd4" # Foreground (Text) +export CURSOR_COLOR="#ffffd4" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/ura.sh b/themes/ura.sh index 7cf31e8..d6c85df 100755 --- a/themes/ura.sh +++ b/themes/ura.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#c21b6f" # SYNTAX_STRING -export COLOR_03="#6fc21b" # COMMAND -export COLOR_04="#c26f1b" # COMMAND_COLOR2 -export COLOR_05="#1b6fc2" # PATH -export COLOR_06="#6f1bc2" # SYNTAX_VAR -export COLOR_07="#1bc26f" # PROMP -export COLOR_08="#808080" # - -export COLOR_09="#808080" # -export COLOR_10="#ee84b9" # COMMAND_ERROR -export COLOR_11="#b9ee84" # EXEC -export COLOR_12="#eeb984" # -export COLOR_13="#84b9ee" # FOLDER -export COLOR_14="#b984ee" # -export COLOR_15="#84eeb9" # -export COLOR_16="#e5e5e5" # - -export BACKGROUND_COLOR="#feffee" # Background Color -export FOREGROUND_COLOR="#23476a" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Ura" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#c21b6f" # Red (Syntax string) +export COLOR_03="#6fc21b" # Green (Command) +export COLOR_04="#c26f1b" # Yellow (Command second) +export COLOR_05="#1b6fc2" # Blue (Path) +export COLOR_06="#6f1bc2" # Magenta (Syntax var) +export COLOR_07="#1bc26f" # Cyan (Prompt) +export COLOR_08="#808080" # White +export COLOR_09="#808080" # Bright Black +export COLOR_10="#ee84b9" # Bright Red (Command error) +export COLOR_11="#b9ee84" # Bright Green (Exec) +export COLOR_12="#eeb984" # Bright Yellow +export COLOR_13="#84b9ee" # Bright Blue (Folder) +export COLOR_14="#b984ee" # Bright Magenta +export COLOR_15="#84eeb9" # Bright Cyan +export COLOR_16="#e5e5e5" # Bright White +export BACKGROUND_COLOR="#feffee" # Background +export FOREGROUND_COLOR="#23476a" # Foreground (Text) +export CURSOR_COLOR="#23476a" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/urple.sh b/themes/urple.sh index c25cee1..b8618d8 100755 --- a/themes/urple.sh +++ b/themes/urple.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#b0425b" # SYNTAX_STRING -export COLOR_03="#37a415" # COMMAND -export COLOR_04="#ad5c42" # COMMAND_COLOR2 -export COLOR_05="#564d9b" # PATH -export COLOR_06="#6c3ca1" # SYNTAX_VAR -export COLOR_07="#808080" # PROMP -export COLOR_08="#87799c" # - -export COLOR_09="#5d3225" # -export COLOR_10="#ff6388" # COMMAND_ERROR -export COLOR_11="#29e620" # EXEC -export COLOR_12="#f08161" # -export COLOR_13="#867aed" # FOLDER -export COLOR_14="#a05eee" # -export COLOR_15="#eaeaea" # -export COLOR_16="#bfa3ff" # - -export BACKGROUND_COLOR="#1b1b23" # Background Color -export FOREGROUND_COLOR="#877a9b" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Urple" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#b0425b" # Red (Syntax string) +export COLOR_03="#37a415" # Green (Command) +export COLOR_04="#ad5c42" # Yellow (Command second) +export COLOR_05="#564d9b" # Blue (Path) +export COLOR_06="#6c3ca1" # Magenta (Syntax var) +export COLOR_07="#808080" # Cyan (Prompt) +export COLOR_08="#87799c" # White +export COLOR_09="#5d3225" # Bright Black +export COLOR_10="#ff6388" # Bright Red (Command error) +export COLOR_11="#29e620" # Bright Green (Exec) +export COLOR_12="#f08161" # Bright Yellow +export COLOR_13="#867aed" # Bright Blue (Folder) +export COLOR_14="#a05eee" # Bright Magenta +export COLOR_15="#eaeaea" # Bright Cyan +export COLOR_16="#bfa3ff" # Bright White +export BACKGROUND_COLOR="#1b1b23" # Background +export FOREGROUND_COLOR="#877a9b" # Foreground (Text) +export CURSOR_COLOR="#877a9b" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/vag.sh b/themes/vag.sh index ecb1cc9..d4fc4e0 100755 --- a/themes/vag.sh +++ b/themes/vag.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#303030" # HOST -export COLOR_02="#a87139" # SYNTAX_STRING -export COLOR_03="#39a871" # COMMAND -export COLOR_04="#71a839" # COMMAND_COLOR2 -export COLOR_05="#7139a8" # PATH -export COLOR_06="#a83971" # SYNTAX_VAR -export COLOR_07="#3971a8" # PROMP -export COLOR_08="#8a8a8a" # - -export COLOR_09="#494949" # -export COLOR_10="#b0763b" # COMMAND_ERROR -export COLOR_11="#3bb076" # EXEC -export COLOR_12="#76b03b" # -export COLOR_13="#763bb0" # FOLDER -export COLOR_14="#b03b76" # -export COLOR_15="#3b76b0" # -export COLOR_16="#cfcfcf" # - -export BACKGROUND_COLOR="#191f1d" # Background Color -export FOREGROUND_COLOR="#d9e6f2" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Vag" -# =============================================================== # +export COLOR_01="#303030" # Black (Host) +export COLOR_02="#a87139" # Red (Syntax string) +export COLOR_03="#39a871" # Green (Command) +export COLOR_04="#71a839" # Yellow (Command second) +export COLOR_05="#7139a8" # Blue (Path) +export COLOR_06="#a83971" # Magenta (Syntax var) +export COLOR_07="#3971a8" # Cyan (Prompt) +export COLOR_08="#8a8a8a" # White +export COLOR_09="#494949" # Bright Black +export COLOR_10="#b0763b" # Bright Red (Command error) +export COLOR_11="#3bb076" # Bright Green (Exec) +export COLOR_12="#76b03b" # Bright Yellow +export COLOR_13="#763bb0" # Bright Blue (Folder) +export COLOR_14="#b03b76" # Bright Magenta +export COLOR_15="#3b76b0" # Bright Cyan +export COLOR_16="#cfcfcf" # Bright White +export BACKGROUND_COLOR="#191f1d" # 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}")" diff --git a/themes/vaughn.sh b/themes/vaughn.sh index 8de9ef5..b82768f 100755 --- a/themes/vaughn.sh +++ b/themes/vaughn.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#25234f" # HOST -export COLOR_02="#705050" # SYNTAX_STRING -export COLOR_03="#60b48a" # COMMAND -export COLOR_04="#dfaf8f" # COMMAND_COLOR2 -export COLOR_05="#5555ff" # PATH -export COLOR_06="#f08cc3" # SYNTAX_VAR -export COLOR_07="#8cd0d3" # PROMP -export COLOR_08="#709080" # - -export COLOR_09="#709080" # -export COLOR_10="#dca3a3" # COMMAND_ERROR -export COLOR_11="#60b48a" # EXEC -export COLOR_12="#f0dfaf" # -export COLOR_13="#5555ff" # FOLDER -export COLOR_14="#ec93d3" # -export COLOR_15="#93e0e3" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#25234f" # Background Color -export FOREGROUND_COLOR="#dcdccc" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Vaughn" -# =============================================================== # +export COLOR_01="#25234f" # Black (Host) +export COLOR_02="#705050" # Red (Syntax string) +export COLOR_03="#60b48a" # Green (Command) +export COLOR_04="#dfaf8f" # Yellow (Command second) +export COLOR_05="#5555ff" # Blue (Path) +export COLOR_06="#f08cc3" # Magenta (Syntax var) +export COLOR_07="#8cd0d3" # Cyan (Prompt) +export COLOR_08="#709080" # White +export COLOR_09="#709080" # Bright Black +export COLOR_10="#dca3a3" # Bright Red (Command error) +export COLOR_11="#60b48a" # Bright Green (Exec) +export COLOR_12="#f0dfaf" # Bright Yellow +export COLOR_13="#5555ff" # Bright Blue (Folder) +export COLOR_14="#ec93d3" # Bright Magenta +export COLOR_15="#93e0e3" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#25234f" # Background +export FOREGROUND_COLOR="#dcdccc" # Foreground (Text) +export CURSOR_COLOR="#dcdccc" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/vibrant-ink.sh b/themes/vibrant-ink.sh index 31f8f37..4c5b838 100755 --- a/themes/vibrant-ink.sh +++ b/themes/vibrant-ink.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#878787" # HOST -export COLOR_02="#ff6600" # SYNTAX_STRING -export COLOR_03="#ccff04" # COMMAND -export COLOR_04="#ffcc00" # COMMAND_COLOR2 -export COLOR_05="#44b4cc" # PATH -export COLOR_06="#9933cc" # SYNTAX_VAR -export COLOR_07="#44b4cc" # PROMP -export COLOR_08="#f5f5f5" # - -export COLOR_09="#555555" # -export COLOR_10="#ff0000" # COMMAND_ERROR -export COLOR_11="#00ff00" # EXEC -export COLOR_12="#ffff00" # -export COLOR_13="#0000ff" # FOLDER -export COLOR_14="#ff00ff" # -export COLOR_15="#00ffff" # -export COLOR_16="#e5e5e5" # - -export BACKGROUND_COLOR="#000000" # Background Color -export FOREGROUND_COLOR="#ffffff" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Vibrant Ink" -# =============================================================== # +export COLOR_01="#878787" # Black (Host) +export COLOR_02="#ff6600" # Red (Syntax string) +export COLOR_03="#ccff04" # Green (Command) +export COLOR_04="#ffcc00" # Yellow (Command second) +export COLOR_05="#44b4cc" # Blue (Path) +export COLOR_06="#9933cc" # Magenta (Syntax var) +export COLOR_07="#44b4cc" # Cyan (Prompt) +export COLOR_08="#f5f5f5" # White +export COLOR_09="#555555" # Bright Black +export COLOR_10="#ff0000" # Bright Red (Command error) +export COLOR_11="#00ff00" # Bright Green (Exec) +export COLOR_12="#ffff00" # Bright Yellow +export COLOR_13="#0000ff" # Bright Blue (Folder) +export COLOR_14="#ff00ff" # Bright Magenta +export COLOR_15="#00ffff" # Bright Cyan +export COLOR_16="#e5e5e5" # 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}")" diff --git a/themes/vs-code-dark-plus.sh b/themes/vs-code-dark-plus.sh deleted file mode 100755 index 88bdd3c..0000000 --- a/themes/vs-code-dark-plus.sh +++ /dev/null @@ -1,55 +0,0 @@ -#!/usr/bin/env bash - -# ====================CONFIG THIS =============================== # -export COLOR_01="#6A787A" # HOST -export COLOR_02="#E9653B" # SYNTAX_STRING -export COLOR_03="#39E9A8" # COMMAND -export COLOR_04="#E5B684" # COMMAND_COLOR2 -export COLOR_05="#44AAE6" # PATH -export COLOR_06="#E17599" # SYNTAX_VAR -export COLOR_07="#3DD5E7" # PROMP -export COLOR_08="#C3DDE1" # - -export COLOR_09="#598489" # -export COLOR_10="#E65029" # COMMAND_ERROR -export COLOR_11="#00FF9A" # EXEC -export COLOR_12="#E89440" # -export COLOR_13="#009AFB" # FOLDER -export COLOR_14="#FF578F" # -export COLOR_15="#5FFFFF" # -export COLOR_16="#D9FBFF" # - -export BACKGROUND_COLOR="#1E1E1E" # Background Color -export FOREGROUND_COLOR="#CCCCCC" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor -export PROFILE_NAME="VS Code 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 diff --git a/themes/vs-code-dark.sh b/themes/vs-code-dark.sh new file mode 100755 index 0000000..421286b --- /dev/null +++ b/themes/vs-code-dark.sh @@ -0,0 +1,49 @@ +#!/usr/bin/env bash + +export PROFILE_NAME="Vs Code Dark+" + +export COLOR_01="#6A787A" # Black (Host) +export COLOR_02="#E9653B" # Red (Syntax string) +export COLOR_03="#39E9A8" # Green (Command) +export COLOR_04="#E5B684" # Yellow (Command second) +export COLOR_05="#44AAE6" # Blue (Path) +export COLOR_06="#E17599" # Magenta (Syntax var) +export COLOR_07="#3DD5E7" # Cyan (Prompt) +export COLOR_08="#C3DDE1" # White + +export COLOR_09="#598489" # Bright Black +export COLOR_10="#E65029" # Bright Red (Command error) +export COLOR_11="#00FF9A" # Bright Green (Exec) +export COLOR_12="#E89440" # Bright Yellow +export COLOR_13="#009AFB" # Bright Blue (Folder) +export COLOR_14="#FF578F" # Bright Magenta +export COLOR_15="#5FFFFF" # Bright Cyan +export COLOR_16="#D9FBFF" # Bright White + +export BACKGROUND_COLOR="#1E1E1E" # 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}")" + +# 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 diff --git a/themes/vs-code-light-plus.sh b/themes/vs-code-light-plus.sh deleted file mode 100755 index b4856ed..0000000 --- a/themes/vs-code-light-plus.sh +++ /dev/null @@ -1,55 +0,0 @@ -#!/usr/bin/env bash - -# ====================CONFIG THIS =============================== # -export COLOR_01="#020202" # Black -export COLOR_02="#CD3232" # Red -export COLOR_03="#00BC00" # Green -export COLOR_04="#A5A900" # Yellow -export COLOR_05="#0752A8" # Blue -export COLOR_06="#BC05BC" # Magenta -export COLOR_07="#0598BC" # Cyan -export COLOR_08="#343434" # Light gray - -export COLOR_09="#5E5E5E" # Dark gray -export COLOR_10="#cd3333" # Light Red -export COLOR_11="#1BCE1A" # Light Green -export COLOR_12="#ADBB5B" # Light Yellow -export COLOR_13="#0752A8" # Light Blue -export COLOR_14="#C451CE" # Light Magenta -export COLOR_15="#52A8C7" # Light Cyan -export COLOR_16="#A6A3A6" # White - -export BACKGROUND_COLOR="#f9f9f9" # Background Color -export FOREGROUND_COLOR="#020202" # Foreground Color (text) -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="VS Code Light+" -# =============================================================== # - - - - - - - -# =============================================================== # -# | 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 diff --git a/themes/vs-code-light.sh b/themes/vs-code-light.sh new file mode 100755 index 0000000..a14d6d2 --- /dev/null +++ b/themes/vs-code-light.sh @@ -0,0 +1,49 @@ +#!/usr/bin/env bash + +export PROFILE_NAME="Vs Code Light+" + +export COLOR_01="#020202" # Black (Host) +export COLOR_02="#CD3232" # Red (Syntax string) +export COLOR_03="#00BC00" # Green (Command) +export COLOR_04="#A5A900" # Yellow (Command second) +export COLOR_05="#0752A8" # Blue (Path) +export COLOR_06="#BC05BC" # Magenta (Syntax var) +export COLOR_07="#0598BC" # Cyan (Prompt) +export COLOR_08="#343434" # White + +export COLOR_09="#5E5E5E" # Bright Black +export COLOR_10="#cd3333" # Bright Red (Command error) +export COLOR_11="#1BCE1A" # Bright Green (Exec) +export COLOR_12="#ADBB5B" # Bright Yellow +export COLOR_13="#0752A8" # Bright Blue (Folder) +export COLOR_14="#C451CE" # Bright Magenta +export COLOR_15="#52A8C7" # Bright Cyan +export COLOR_16="#A6A3A6" # Bright White + +export BACKGROUND_COLOR="#f9f9f9" # Background +export FOREGROUND_COLOR="#020202" # Foreground (Text) + +export CURSOR_COLOR="#020202" # 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 diff --git a/themes/warm-neon.sh b/themes/warm-neon.sh index a3644e9..4dc7fc0 100755 --- a/themes/warm-neon.sh +++ b/themes/warm-neon.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#e24346" # SYNTAX_STRING -export COLOR_03="#39b13a" # COMMAND -export COLOR_04="#dae145" # COMMAND_COLOR2 -export COLOR_05="#4261c5" # PATH -export COLOR_06="#f920fb" # SYNTAX_VAR -export COLOR_07="#2abbd4" # PROMP -export COLOR_08="#d0b8a3" # - -export COLOR_09="#fefcfc" # -export COLOR_10="#e97071" # COMMAND_ERROR -export COLOR_11="#9cc090" # EXEC -export COLOR_12="#ddda7a" # -export COLOR_13="#7b91d6" # FOLDER -export COLOR_14="#f674ba" # -export COLOR_15="#5ed1e5" # -export COLOR_16="#d8c8bb" # - -export BACKGROUND_COLOR="#404040" # Background Color -export FOREGROUND_COLOR="#afdab6" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Warm Neon" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#e24346" # Red (Syntax string) +export COLOR_03="#39b13a" # Green (Command) +export COLOR_04="#dae145" # Yellow (Command second) +export COLOR_05="#4261c5" # Blue (Path) +export COLOR_06="#f920fb" # Magenta (Syntax var) +export COLOR_07="#2abbd4" # Cyan (Prompt) +export COLOR_08="#d0b8a3" # White +export COLOR_09="#fefcfc" # Bright Black +export COLOR_10="#e97071" # Bright Red (Command error) +export COLOR_11="#9cc090" # Bright Green (Exec) +export COLOR_12="#ddda7a" # Bright Yellow +export COLOR_13="#7b91d6" # Bright Blue (Folder) +export COLOR_14="#f674ba" # Bright Magenta +export COLOR_15="#5ed1e5" # Bright Cyan +export COLOR_16="#d8c8bb" # Bright White +export BACKGROUND_COLOR="#404040" # Background +export FOREGROUND_COLOR="#afdab6" # Foreground (Text) +export CURSOR_COLOR="#afdab6" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/wez.sh b/themes/wez.sh index c7ec179..2b3c1fc 100755 --- a/themes/wez.sh +++ b/themes/wez.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#cc5555" # SYNTAX_STRING -export COLOR_03="#55cc55" # COMMAND -export COLOR_04="#cdcd55" # COMMAND_COLOR2 -export COLOR_05="#5555cc" # PATH -export COLOR_06="#cc55cc" # SYNTAX_VAR -export COLOR_07="#7acaca" # PROMP -export COLOR_08="#cccccc" # - -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="#b3b3b3" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Wez" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#cc5555" # Red (Syntax string) +export COLOR_03="#55cc55" # Green (Command) +export COLOR_04="#cdcd55" # Yellow (Command second) +export COLOR_05="#5555cc" # Blue (Path) +export COLOR_06="#cc55cc" # Magenta (Syntax var) +export COLOR_07="#7acaca" # Cyan (Prompt) +export COLOR_08="#cccccc" # 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="#b3b3b3" # Foreground (Text) +export CURSOR_COLOR="#b3b3b3" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/wild-cherry.sh b/themes/wild-cherry.sh index 55e6d64..f4dcb73 100755 --- a/themes/wild-cherry.sh +++ b/themes/wild-cherry.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000507" # HOST -export COLOR_02="#d94085" # SYNTAX_STRING -export COLOR_03="#2ab250" # COMMAND -export COLOR_04="#ffd16f" # COMMAND_COLOR2 -export COLOR_05="#883cdc" # PATH -export COLOR_06="#ececec" # SYNTAX_VAR -export COLOR_07="#c1b8b7" # PROMP -export COLOR_08="#fff8de" # - -export COLOR_09="#009cc9" # -export COLOR_10="#da6bac" # COMMAND_ERROR -export COLOR_11="#f4dca5" # EXEC -export COLOR_12="#eac066" # -export COLOR_13="#308cba" # FOLDER -export COLOR_14="#ae636b" # -export COLOR_15="#ff919d" # -export COLOR_16="#e4838d" # - -export BACKGROUND_COLOR="#1f1726" # Background Color -export FOREGROUND_COLOR="#dafaff" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Wild Cherry" -# =============================================================== # +export COLOR_01="#000507" # Black (Host) +export COLOR_02="#d94085" # Red (Syntax string) +export COLOR_03="#2ab250" # Green (Command) +export COLOR_04="#ffd16f" # Yellow (Command second) +export COLOR_05="#883cdc" # Blue (Path) +export COLOR_06="#ececec" # Magenta (Syntax var) +export COLOR_07="#c1b8b7" # Cyan (Prompt) +export COLOR_08="#fff8de" # White +export COLOR_09="#009cc9" # Bright Black +export COLOR_10="#da6bac" # Bright Red (Command error) +export COLOR_11="#f4dca5" # Bright Green (Exec) +export COLOR_12="#eac066" # Bright Yellow +export COLOR_13="#308cba" # Bright Blue (Folder) +export COLOR_14="#ae636b" # Bright Magenta +export COLOR_15="#ff919d" # Bright Cyan +export COLOR_16="#e4838d" # Bright White +export BACKGROUND_COLOR="#1f1726" # Background +export FOREGROUND_COLOR="#dafaff" # Foreground (Text) +export CURSOR_COLOR="#dafaff" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/wombat.sh b/themes/wombat.sh index 19c8845..8407932 100755 --- a/themes/wombat.sh +++ b/themes/wombat.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#000000" # HOST -export COLOR_02="#ff615a" # SYNTAX_STRING -export COLOR_03="#b1e969" # COMMAND -export COLOR_04="#ebd99c" # COMMAND_COLOR2 -export COLOR_05="#5da9f6" # PATH -export COLOR_06="#e86aff" # SYNTAX_VAR -export COLOR_07="#82fff7" # PROMP -export COLOR_08="#dedacf" # - -export COLOR_09="#313131" # -export COLOR_10="#f58c80" # COMMAND_ERROR -export COLOR_11="#ddf88f" # EXEC -export COLOR_12="#eee5b2" # -export COLOR_13="#a5c7ff" # FOLDER -export COLOR_14="#ddaaff" # -export COLOR_15="#b7fff9" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#171717" # Background Color -export FOREGROUND_COLOR="#dedacf" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Wombat" -# =============================================================== # +export COLOR_01="#000000" # Black (Host) +export COLOR_02="#ff615a" # Red (Syntax string) +export COLOR_03="#b1e969" # Green (Command) +export COLOR_04="#ebd99c" # Yellow (Command second) +export COLOR_05="#5da9f6" # Blue (Path) +export COLOR_06="#e86aff" # Magenta (Syntax var) +export COLOR_07="#82fff7" # Cyan (Prompt) +export COLOR_08="#dedacf" # White +export COLOR_09="#313131" # Bright Black +export COLOR_10="#f58c80" # Bright Red (Command error) +export COLOR_11="#ddf88f" # Bright Green (Exec) +export COLOR_12="#eee5b2" # Bright Yellow +export COLOR_13="#a5c7ff" # Bright Blue (Folder) +export COLOR_14="#ddaaff" # Bright Magenta +export COLOR_15="#b7fff9" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#171717" # Background +export FOREGROUND_COLOR="#dedacf" # Foreground (Text) +export CURSOR_COLOR="#dedacf" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/wryan.sh b/themes/wryan.sh index 70713ce..3c4a88c 100755 --- a/themes/wryan.sh +++ b/themes/wryan.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#333333" # HOST -export COLOR_02="#8c4665" # SYNTAX_STRING -export COLOR_03="#287373" # COMMAND -export COLOR_04="#7c7c99" # COMMAND_COLOR2 -export COLOR_05="#395573" # PATH -export COLOR_06="#5e468c" # SYNTAX_VAR -export COLOR_07="#31658c" # PROMP -export COLOR_08="#899ca1" # - -export COLOR_09="#3d3d3d" # -export COLOR_10="#bf4d80" # COMMAND_ERROR -export COLOR_11="#53a6a6" # EXEC -export COLOR_12="#9e9ecb" # -export COLOR_13="#477ab3" # FOLDER -export COLOR_14="#7e62b3" # -export COLOR_15="#6096bf" # -export COLOR_16="#c0c0c0" # - -export BACKGROUND_COLOR="#101010" # Background Color -export FOREGROUND_COLOR="#999993" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Wryan" -# =============================================================== # +export COLOR_01="#333333" # Black (Host) +export COLOR_02="#8c4665" # Red (Syntax string) +export COLOR_03="#287373" # Green (Command) +export COLOR_04="#7c7c99" # Yellow (Command second) +export COLOR_05="#395573" # Blue (Path) +export COLOR_06="#5e468c" # Magenta (Syntax var) +export COLOR_07="#31658c" # Cyan (Prompt) +export COLOR_08="#899ca1" # White +export COLOR_09="#3d3d3d" # Bright Black +export COLOR_10="#bf4d80" # Bright Red (Command error) +export COLOR_11="#53a6a6" # Bright Green (Exec) +export COLOR_12="#9e9ecb" # Bright Yellow +export COLOR_13="#477ab3" # Bright Blue (Folder) +export COLOR_14="#7e62b3" # Bright Magenta +export COLOR_15="#6096bf" # Bright Cyan +export COLOR_16="#c0c0c0" # Bright White +export BACKGROUND_COLOR="#101010" # Background +export FOREGROUND_COLOR="#999993" # Foreground (Text) +export CURSOR_COLOR="#999993" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/wzoreck.sh b/themes/wzoreck.sh index dde012a..7325af1 100755 --- a/themes/wzoreck.sh +++ b/themes/wzoreck.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#2E3436" # HOST -export COLOR_02="#FC6386" # SYNTAX_STRING -export COLOR_03="#424043" # COMMAND -export COLOR_04="#FCE94F" # COMMAND_COLOR2 -export COLOR_05="#FB976B" # PATH -export COLOR_06="#75507B" # SYNTAX_VAR -export COLOR_07="#34E2E2" # PROMP -export COLOR_08="#FFFFFF" # - -export COLOR_09="#989595" # -export COLOR_10="#FC6386" # COMMAND_ERROR -export COLOR_11="#A9DC76" # EXEC -export COLOR_12="#FCE94F" # -export COLOR_13="#FB976B" # -export COLOR_14="#AB9DF2" # -export COLOR_15="#34E2E2" # -export COLOR_16="#D1D1C0" # - -export BACKGROUND_COLOR="#424043" # Background Color -export FOREGROUND_COLOR="#FCFCFA" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Wzoreck" -# =============================================================== # +export COLOR_01="#2E3436" # Black (Host) +export COLOR_02="#FC6386" # Red (Syntax string) +export COLOR_03="#424043" # Green (Command) +export COLOR_04="#FCE94F" # Yellow (Command second) +export COLOR_05="#FB976B" # Blue (Path) +export COLOR_06="#75507B" # Magenta (Syntax var) +export COLOR_07="#34E2E2" # Cyan (Prompt) +export COLOR_08="#FFFFFF" # White +export COLOR_09="#989595" # Bright Black +export COLOR_10="#FC6386" # Bright Red (Command error) +export COLOR_11="#A9DC76" # Bright Green (Exec) +export COLOR_12="#FCE94F" # Bright Yellow +export COLOR_13="#FB976B" # Bright Blue (Folder) +export COLOR_14="#AB9DF2" # Bright Magenta +export COLOR_15="#34E2E2" # Bright Cyan +export COLOR_16="#D1D1C0" # Bright White +export BACKGROUND_COLOR="#424043" # Background +export FOREGROUND_COLOR="#FCFCFA" # Foreground (Text) +export CURSOR_COLOR="#FCFCFA" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")" diff --git a/themes/zenburn.sh b/themes/zenburn.sh index 300c05c..0989bc6 100755 --- a/themes/zenburn.sh +++ b/themes/zenburn.sh @@ -1,39 +1,33 @@ #!/usr/bin/env bash -# ====================CONFIG THIS =============================== # -export COLOR_01="#4d4d4d" # HOST -export COLOR_02="#705050" # SYNTAX_STRING -export COLOR_03="#60b48a" # COMMAND -export COLOR_04="#f0dfaf" # COMMAND_COLOR2 -export COLOR_05="#506070" # PATH -export COLOR_06="#dc8cc3" # SYNTAX_VAR -export COLOR_07="#8cd0d3" # PROMP -export COLOR_08="#dcdccc" # - -export COLOR_09="#709080" # -export COLOR_10="#dca3a3" # COMMAND_ERROR -export COLOR_11="#c3bf9f" # EXEC -export COLOR_12="#e0cf9f" # -export COLOR_13="#94bff3" # FOLDER -export COLOR_14="#ec93d3" # -export COLOR_15="#93e0e3" # -export COLOR_16="#ffffff" # - -export BACKGROUND_COLOR="#3f3f3f" # Background Color -export FOREGROUND_COLOR="#dcdccc" # Text -export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor export PROFILE_NAME="Zenburn" -# =============================================================== # +export COLOR_01="#4d4d4d" # Black (Host) +export COLOR_02="#705050" # Red (Syntax string) +export COLOR_03="#60b48a" # Green (Command) +export COLOR_04="#f0dfaf" # Yellow (Command second) +export COLOR_05="#506070" # Blue (Path) +export COLOR_06="#dc8cc3" # Magenta (Syntax var) +export COLOR_07="#8cd0d3" # Cyan (Prompt) +export COLOR_08="#dcdccc" # White +export COLOR_09="#709080" # Bright Black +export COLOR_10="#dca3a3" # Bright Red (Command error) +export COLOR_11="#c3bf9f" # Bright Green (Exec) +export COLOR_12="#e0cf9f" # Bright Yellow +export COLOR_13="#94bff3" # Bright Blue (Folder) +export COLOR_14="#ec93d3" # Bright Magenta +export COLOR_15="#93e0e3" # Bright Cyan +export COLOR_16="#ffffff" # Bright White +export BACKGROUND_COLOR="#3f3f3f" # Background +export FOREGROUND_COLOR="#dcdccc" # Foreground (Text) +export CURSOR_COLOR="#dcdccc" # Cursor - - -# =============================================================== # +# | =========================================================================== # | Apply Colors -# ===============================================================|# +# | =========================================================================== SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}" PARENT_PATH="$(dirname "${SCRIPT_PATH}")"