Skip to content

Commit

Permalink
------- Generate Themes -------
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 19, 2024
1 parent 7a728aa commit f0f6188
Show file tree
Hide file tree
Showing 10 changed files with 113 additions and 11 deletions.
2 changes: 1 addition & 1 deletion data/themes.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions gogh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,10 @@ declare -a THEMES=(
'sat.sh'
'sea-shells.sh'
'seafoam-pastel.sh'
'selenized-black.sh'
'selenized-dark.sh'
'selenized-light.sh'
'selenized-white.sh'
'seoul256-light.sh'
'seoul256.sh'
'seti.sh'
Expand Down
49 changes: 49 additions & 0 deletions installs/selenized-black.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#!/usr/bin/env bash

export PROFILE_NAME="Selenized Black"

export COLOR_01="#252525" # Black (Host)
export COLOR_02="#ed4a46" # Red (Syntax string)
export COLOR_03="#70b433" # Green (Command)
export COLOR_04="#dbb32d" # Yellow (Command second)
export COLOR_05="#368aeb" # Blue (Path)
export COLOR_06="#eb6eb7" # Magenta (Syntax var)
export COLOR_07="#3fc5b7" # Cyan (Prompt)
export COLOR_08="#777777" # White

export COLOR_09="#3b3b3b" # Bright Black
export COLOR_10="#ff5e56" # Bright Red (Command error)
export COLOR_11="#83c746" # Bright Green (Exec)
export COLOR_12="#efc541" # Bright Yellow
export COLOR_13="#4f9cfe" # Bright Blue (Folder)
export COLOR_14="#ff81ca" # Bright Magenta
export COLOR_15="#56d8c9" # Bright Cyan
export COLOR_16="#dedede" # Bright White

export BACKGROUND_COLOR="#181818" # Background
export FOREGROUND_COLOR="#b9b9b9" # Foreground (Text)

export CURSOR_COLOR="#dedede" # 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
8 changes: 4 additions & 4 deletions installs/selenized-dark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

export PROFILE_NAME="Selenized Dark"

export COLOR_01="#103c48" # Black (Host)
export COLOR_01="#184956" # Black (Host)
export COLOR_02="#fa5750" # Red (Syntax string)
export COLOR_03="#75b938" # Green (Command)
export COLOR_04="#dbb32d" # Yellow (Command second)
export COLOR_05="#4695f7" # Blue (Path)
export COLOR_06="#f275be" # Magenta (Syntax var)
export COLOR_07="#41c7b9" # Cyan (Prompt)
export COLOR_08="#adbcbc" # White
export COLOR_08="#72898f" # White

export COLOR_09="#184956" # Bright Black
export COLOR_09="#2d5b69" # Bright Black
export COLOR_10="#ff665c" # Bright Red (Command error)
export COLOR_11="#84c747" # Bright Green (Exec)
export COLOR_12="#ebc13d" # Bright Yellow
Expand All @@ -23,7 +23,7 @@ export COLOR_16="#cad8d9" # Bright White
export BACKGROUND_COLOR="#103c48" # Background
export FOREGROUND_COLOR="#adbcbc" # Foreground (Text)

export CURSOR_COLOR="#adbcbc" # Cursor
export CURSOR_COLOR="#cad8d9" # Cursor

# | ===========================================================================
# | Apply Colors
Expand Down
8 changes: 4 additions & 4 deletions installs/selenized-light.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

export PROFILE_NAME="Selenized Light"

export COLOR_01="#fbf3db" # Black (Host)
export COLOR_01="#ece3cc" # Black (Host)
export COLOR_02="#d2212d" # Red (Syntax string)
export COLOR_03="#489100" # Green (Command)
export COLOR_04="#ad8900" # Yellow (Command second)
export COLOR_05="#0072d4" # Blue (Path)
export COLOR_06="#ca4898" # Magenta (Syntax var)
export COLOR_07="#009c8f" # Cyan (Prompt)
export COLOR_08="#53676d" # White
export COLOR_08="#909995" # White

export COLOR_09="#ece3cc" # Bright Black
export COLOR_09="#d5cdb6" # Bright Black
export COLOR_10="#cc1729" # Bright Red (Command error)
export COLOR_11="#428b00" # Bright Green (Exec)
export COLOR_12="#a78300" # Bright Yellow
Expand All @@ -23,7 +23,7 @@ export COLOR_16="#3a4d53" # Bright White
export BACKGROUND_COLOR="#fbf3db" # Background
export FOREGROUND_COLOR="#53676d" # Foreground (Text)

export CURSOR_COLOR="#53676d" # Cursor
export CURSOR_COLOR="#3a4d53" # Cursor

# | ===========================================================================
# | Apply Colors
Expand Down
49 changes: 49 additions & 0 deletions installs/selenized-white.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#!/usr/bin/env bash

export PROFILE_NAME="Selenized White"

export COLOR_01="#ebebeb" # Black (Host)
export COLOR_02="#d6000c" # Red (Syntax string)
export COLOR_03="#1d9700" # Green (Command)
export COLOR_04="#c49700" # Yellow (Command second)
export COLOR_05="#0064e4" # Blue (Path)
export COLOR_06="#dd0f9d" # Magenta (Syntax var)
export COLOR_07="#00ad9c" # Cyan (Prompt)
export COLOR_08="#878787" # White

export COLOR_09="#cdcdcd" # Bright Black
export COLOR_10="#bf0000" # Bright Red (Command error)
export COLOR_11="#008400" # Bright Green (Exec)
export COLOR_12="#af8500" # Bright Yellow
export COLOR_13="#0054cf" # Bright Blue (Folder)
export COLOR_14="#c7008b" # Bright Magenta
export COLOR_15="#009a8a" # Bright Cyan
export COLOR_16="#282828" # Bright White

export BACKGROUND_COLOR="#ffffff" # Background
export FOREGROUND_COLOR="#474747" # Foreground (Text)

export CURSOR_COLOR="#282828" # 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
1 change: 1 addition & 0 deletions json/selenized-black.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"color_01": "#252525", "color_02": "#ed4a46", "color_03": "#70b433", "color_04": "#dbb32d", "color_05": "#368aeb", "color_06": "#eb6eb7", "color_07": "#3fc5b7", "color_08": "#777777", "color_09": "#3b3b3b", "color_10": "#ff5e56", "color_11": "#83c746", "color_12": "#efc541", "color_13": "#4f9cfe", "color_14": "#ff81ca", "color_15": "#56d8c9", "color_16": "#dedede", "name": "Selenized Black", "foreground": "#b9b9b9", "background": "#181818", "cursor": "#dedede", "hash": "31801850451a476c744eb91abffb619bf9b2d5939ee88559f7e1912a02dbe573"}
2 changes: 1 addition & 1 deletion json/selenized-dark.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"color_01": "#103c48", "color_02": "#fa5750", "color_03": "#75b938", "color_04": "#dbb32d", "color_05": "#4695f7", "color_06": "#f275be", "color_07": "#41c7b9", "color_08": "#adbcbc", "color_09": "#184956", "color_10": "#ff665c", "color_11": "#84c747", "color_12": "#ebc13d", "color_13": "#58a3ff", "color_14": "#ff84cd", "color_15": "#53d6c7", "color_16": "#cad8d9", "name": "Selenized Dark", "foreground": "#adbcbc", "background": "#103c48", "cursor": "#adbcbc", "hash": "7d417d88c25a67470379ad3ad581300164d7172ff7f3881581ab7849f59260ee"}
{"color_01": "#184956", "color_02": "#fa5750", "color_03": "#75b938", "color_04": "#dbb32d", "color_05": "#4695f7", "color_06": "#f275be", "color_07": "#41c7b9", "color_08": "#72898f", "color_09": "#2d5b69", "color_10": "#ff665c", "color_11": "#84c747", "color_12": "#ebc13d", "color_13": "#58a3ff", "color_14": "#ff84cd", "color_15": "#53d6c7", "color_16": "#cad8d9", "name": "Selenized Dark", "foreground": "#adbcbc", "background": "#103c48", "cursor": "#cad8d9", "hash": "66944c11a83d37f07bf42177936a33756a0cf528477744d9215be584dd6d7765"}
2 changes: 1 addition & 1 deletion json/selenized-light.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"color_01": "#fbf3db", "color_02": "#d2212d", "color_03": "#489100", "color_04": "#ad8900", "color_05": "#0072d4", "color_06": "#ca4898", "color_07": "#009c8f", "color_08": "#53676d", "color_09": "#ece3cc", "color_10": "#cc1729", "color_11": "#428b00", "color_12": "#a78300", "color_13": "#006dce", "color_14": "#c44392", "color_15": "#00978a", "color_16": "#3a4d53", "name": "Selenized Light", "foreground": "#53676d", "background": "#fbf3db", "cursor": "#53676d", "hash": "60ff85b7e1e4fb38a6eb97ab859020e918c2150ceee758e08956c91bf3a88728"}
{"color_01": "#ece3cc", "color_02": "#d2212d", "color_03": "#489100", "color_04": "#ad8900", "color_05": "#0072d4", "color_06": "#ca4898", "color_07": "#009c8f", "color_08": "#909995", "color_09": "#d5cdb6", "color_10": "#cc1729", "color_11": "#428b00", "color_12": "#a78300", "color_13": "#006dce", "color_14": "#c44392", "color_15": "#00978a", "color_16": "#3a4d53", "name": "Selenized Light", "foreground": "#53676d", "background": "#fbf3db", "cursor": "#3a4d53", "hash": "fa8484cb85f80e5582e241b3e7326376af330af86fcb4784384dce74a34ca0ae"}
1 change: 1 addition & 0 deletions json/selenized-white.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"color_01": "#ebebeb", "color_02": "#d6000c", "color_03": "#1d9700", "color_04": "#c49700", "color_05": "#0064e4", "color_06": "#dd0f9d", "color_07": "#00ad9c", "color_08": "#878787", "color_09": "#cdcdcd", "color_10": "#bf0000", "color_11": "#008400", "color_12": "#af8500", "color_13": "#0054cf", "color_14": "#c7008b", "color_15": "#009a8a", "color_16": "#282828", "name": "Selenized White", "foreground": "#474747", "background": "#ffffff", "cursor": "#282828", "hash": "38182205a4fbdef232d8401c5dee0014bce90a9ddaf626d4282b63d0db3aff8d"}

0 comments on commit f0f6188

Please sign in to comment.