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

16 Commits
v221 ... v223

Author SHA1 Message Date
Mayccoll
eeba3896dc add monokai-pro-ristretto.sh 2021-12-17 12:34:21 -05:00
Mayccoll
969bd3188b Merge pull request #322 from SebastianGrans/master
Add Monokai Pro Ristretto
2021-12-17 12:33:11 -05:00
Sebastian Grans
38f73d92ac Monokai Pro Ristretto 2021-12-17 16:26:57 +01:00
Mayccoll
dc1f778c0a VSCode Theme 2021-12-13 12:20:23 -05:00
Mayccoll
97427f16ea Add gogh yml 2021-12-13 12:19:01 -05:00
github-actions[bot]
2c6e5898db ------- Generate themes.json ------- 2021-11-30 19:40:24 +00:00
Mayccoll
389f831bf0 add Tender theme to gogh list 2021-11-30 14:39:09 -05:00
Mayccoll
02ab3ff458 Merge pull request #319 from welblaud/tender
Added Tender theme
2021-11-30 14:35:50 -05:00
welblaud
ed3d2e0e9d Added Tender theme 2021-11-25 12:49:59 +01:00
Mayccoll
0be37a3a8e Merge pull request #317 from codeinred/gogh
Tune Gogh theme to give it it's own feel
2021-11-05 09:12:26 -05:00
Mayccoll
1cb477d521 Merge pull request #316 from codeinred/master
Add missing gogh theme
2021-11-05 09:11:48 -05:00
Alecto Irene Perez
6609d329af Tune Gogh theme to give it it's own feel
This tunes Green, Blue, Magenta, and Cyan to give Gogh it's own unique
look and feel, more colorful and vibrant than palenight

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
2021-11-04 22:24:24 -06:00
Alecto Irene Perez
3d9ab11f5a Fix name of Sweet Terminal
Sweet Terminal was showing up as Sweet Terminal on the website, but
inside Gogh it was showing up as sweet.

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
2021-11-04 21:54:40 -06:00
Alecto Irene Perez
ad92815bd6 Add missing gogh theme
This theme is very pretty, and it shows up on the website, but
it was missing from the list of themes in gogh.sh so it wasn't
installable. I've added it back to the list in gogh.sh (was it's absence
an oversight?)

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
2021-11-04 21:42:56 -06:00
github-actions[bot]
3669737386 ------- Generate themes.json ------- 2021-11-04 14:47:12 +00:00
Mayccoll
5d4c58b2c3 Remove README on themes and fix gogh theme name 2021-11-04 09:45:53 -05:00
9 changed files with 146 additions and 13 deletions

View File

@@ -171,6 +171,7 @@ There is no blue without yellow and without orange.
## Mentions ## Mentions
- [VSCode Theme](https://marketplace.visualstudio.com/items?itemName=Avetis.gogh-theme)
- [Awesome-Shell](https://github.com/alebcay/awesome-shell) - [Awesome-Shell](https://github.com/alebcay/awesome-shell)
- [Hipertextual](https://hipertextual.com/archivo/2014/11/4bit/) - [Hipertextual](https://hipertextual.com/archivo/2014/11/4bit/)
- [MuyLinux](https://www.muylinux.com/2015/06/06/ping-91) - [MuyLinux](https://www.muylinux.com/2015/06/06/ping-91)

File diff suppressed because one or more lines are too long

View File

@@ -78,6 +78,7 @@ declare -a THEMES=(
'frontend-galaxy.sh' 'frontend-galaxy.sh'
'geohot.sh' 'geohot.sh'
'github.sh' 'github.sh'
'gogh.sh'
'gooey.sh' 'gooey.sh'
'google-dark.sh' 'google-dark.sh'
'google-light.sh' 'google-light.sh'
@@ -135,6 +136,7 @@ declare -a THEMES=(
'mono-yellow.sh' 'mono-yellow.sh'
'monokai-dark.sh' 'monokai-dark.sh'
'monokai-pro.sh' 'monokai-pro.sh'
'monokai-pro-ristretto.sh'
'monokai-soda.sh' 'monokai-soda.sh'
'morada.sh' 'morada.sh'
'n0tch2k.sh' 'n0tch2k.sh'
@@ -202,10 +204,11 @@ declare -a THEMES=(
'summer-pop.sh' 'summer-pop.sh'
'sundried.sh' 'sundried.sh'
'sweet-eliverlara.sh' 'sweet-eliverlara.sh'
'sweet.sh' 'sweet-terminal.sh'
'symphonic.sh' 'symphonic.sh'
'synthwave.sh' 'synthwave.sh'
'teerb.sh' 'teerb.sh'
'tender.sh'
'terminal-basic.sh' 'terminal-basic.sh'
'terminix-dark.sh' 'terminix-dark.sh'
'thayer-bright.sh' 'thayer-bright.sh'

25
gogh.yml Normal file
View File

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

View File

@@ -1,6 +0,0 @@
![elementary](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/gogh/Gogh-logo.png)
## Themes:
[Go to theme page :link:](http://mayccoll.github.io/Gogh/)

View File

@@ -3,11 +3,11 @@
# ====================CONFIG THIS =============================== # # ====================CONFIG THIS =============================== #
export COLOR_01="#292D3E" # Black export COLOR_01="#292D3E" # Black
export COLOR_02="#F07178" # Red export COLOR_02="#F07178" # Red
export COLOR_03="#C3E88D" # Green export COLOR_03="#62DE84" # Green
export COLOR_04="#FFCB6B" # Yellow export COLOR_04="#FFCB6B" # Yellow
export COLOR_05="#82AAFF" # Blue export COLOR_05="#75A1FF" # Blue
export COLOR_06="#C792EA" # Magenta export COLOR_06="#F580FF" # Magenta
export COLOR_07="#60ADEC" # Cyan export COLOR_07="#60BAEC" # Cyan
export COLOR_08="#ABB2BF" # Light gray export COLOR_08="#ABB2BF" # Light gray
export COLOR_09="#959DCB" # Dark gray export COLOR_09="#959DCB" # Dark gray
@@ -22,7 +22,7 @@ export COLOR_16="#FFFEFE" # White
export BACKGROUND_COLOR="#292D3E" # Background Color export BACKGROUND_COLOR="#292D3E" # Background Color
export FOREGROUND_COLOR="#BFC7D5" # Foreground Color (text) export FOREGROUND_COLOR="#BFC7D5" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="_bash" export PROFILE_NAME="Gogh"
# =============================================================== # # =============================================================== #

55
themes/monokai-pro-ristretto.sh Executable file
View File

@@ -0,0 +1,55 @@
#!/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 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_12="#EDCE73" # Bright Yellow
export COLOR_13="#DC9373" # FOLDER, Magenta
export COLOR_14="#A9AAE9" # Bright Bright Blue
export COLOR_15="#A4D7CC" # Bright Cyan
export COLOR_16="#FBF2F3" # Bright White
export BACKGROUND_COLOR="#3E3838" # Background Color
export FOREGROUND_COLOR="#FBF2F3" # Text
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
export PROFILE_NAME="Monokai Pro Ristretto"
# =============================================================== #
# =============================================================== #
# | Apply Colors
# ===============================================================|#
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"
# Allow developer to change url to forked url for easier testing
# IMPORTANT: Make sure you export this variable if your main shell is not bash
BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Mayccoll/Gogh/master"}
if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
bash "${PARENT_PATH}/apply-colors.sh"
else
if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash
bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else
# Linux ships with wget
bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi
fi

55
themes/tender.sh Executable file
View File

@@ -0,0 +1,55 @@
#!/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"
# =============================================================== #
# =============================================================== #
# | Apply Colors
# ===============================================================|#
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"
# Allow developer to change url to forked url for easier testing
# IMPORTANT: Make sure you export this variable if your main shell is not bash
BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Mayccoll/Gogh/master"}
if [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
bash "${PARENT_PATH}/apply-colors.sh"
else
if [[ "$(uname)" = "Darwin" ]]; then
# OSX ships with curl and ancient bash
bash -c "$(curl -so- "${BASE_URL}/apply-colors.sh")"
else
# Linux ships with wget
bash -c "$(wget -qO- "${BASE_URL}/apply-colors.sh")"
fi
fi