mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b954744410 | ||
|
|
a2a010a686 | ||
|
|
63cc19422f | ||
|
|
cad35bb076 | ||
|
|
724d50780e | ||
|
|
941a2076ee | ||
|
|
e777605f33 | ||
|
|
6af0b3666c | ||
|
|
34ac8a5533 | ||
|
|
a99e39e649 | ||
|
|
ad5e0bc6d9 | ||
|
|
8823942b23 | ||
|
|
3fb6e80493 | ||
|
|
7445708d00 | ||
|
|
83bb1f6a94 | ||
|
|
403271c8f5 |
26
README.md
26
README.md
@@ -134,6 +134,7 @@ If you want to create your own color scheme or contribute to the project, [start
|
||||
- [Srcery](https://github.com/roosta/vim-srcery) by [Daniel Berg](https://github.com/roosta)
|
||||
- [Summer Pop](https://github.com/guillermoap/Gogh) by [Guillermo Aguirre](https://github.com/guillermoap)
|
||||
- [SynthWave '84 ](https://github.com/robb0wen/synthwave-vscode)
|
||||
- [SynthWave Alpha](https://github.com/vikpe/synthwave-alpha)
|
||||
- [Terminal Sexy](https://terminal.sexy) by [George Czabania](https://github.com/stayradiated)
|
||||
- [Tilix](https://github.com/storm119/Tilix-Themes)
|
||||
- [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme)
|
||||
@@ -162,17 +163,13 @@ There is no blue without yellow and without orange.
|
||||
## Author
|
||||
|
||||
- Miguel D. Quintero - [Lanet.co](https://lanet.co)
|
||||
<form action="https://www.paypal.com/donate" method="post" target="_top">
|
||||
<input type="hidden" name="hosted_button_id" value="UCTBRYLUVKQ32" />
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
|
||||
<img alt="" border="0" src="https://www.paypal.com/en_CO/i/scr/pixel.gif" width="1" height="1" />
|
||||
</form>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
|
||||
## Mentions
|
||||
[💵 Buy me a coffee - paypal](https://paypal.me/mgldvd?country.x=CO&locale.x=es_XC)
|
||||
|
||||
|
||||
|
||||
## 📣 Mentions
|
||||
|
||||
- [VSCode Theme](https://marketplace.visualstudio.com/items?itemName=Avetis.gogh-theme)
|
||||
- [Awesome-Shell](https://github.com/alebcay/awesome-shell)
|
||||
@@ -189,6 +186,13 @@ In your terminal type:
|
||||
bash tools/generate.sh
|
||||
```
|
||||
|
||||
this generates a json file located at `gh-pages/data/themes.json`
|
||||
This generates a json file located at `gh-pages/data/themes.json`
|
||||
|
||||
Original script source: https://gist.github.com/rapgru/09b449285231d18f4e4536c5f48fc927
|
||||
|
||||
|
||||
## 🌟 Stargazers over time
|
||||
|
||||
[](https://starchart.cc/Gogh-Co/Gogh)
|
||||
|
||||
|
||||
orginal script source: https://gist.github.com/rapgru/09b449285231d18f4e4536c5f48fc927
|
||||
|
||||
@@ -53,12 +53,12 @@ if [[ -z "${TERMINAL:-}" ]]; then
|
||||
# | Check for the terminal name (depening on os)
|
||||
# | ===========================================
|
||||
OS="$(uname)"
|
||||
if [[ "$OS" = "Darwin" ]]; then
|
||||
if [[ "$TERM" = "xterm-kitty" ]]; then
|
||||
TERMINAL="kitty"
|
||||
elif [[ "$OS" = "Darwin" ]]; then
|
||||
TERMINAL=$TERM_PROGRAM
|
||||
elif [[ "${OS#CYGWIN}" != "${OS}" ]]; then
|
||||
TERMINAL="mintty"
|
||||
elif [[ "$TERM" = "xterm-kitty" ]]; then
|
||||
TERMINAL="kitty"
|
||||
else
|
||||
# |
|
||||
# | Depending on how the script was invoked, we need
|
||||
@@ -1010,7 +1010,7 @@ case "${TERMINAL}" in
|
||||
" kitty" \
|
||||
" konsole" \
|
||||
"" \
|
||||
"If you believe you have recieved this message in error," \
|
||||
"If you believe you have received this message in error," \
|
||||
"try manually setting \`TERMINAL', hint: ps -h -o comm -p \$PPID"
|
||||
exit 1
|
||||
;;
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -269,7 +269,7 @@
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/shufflejs@5.3.0/dist/shuffle.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/axios@0.27.2/dist/axios.min.js"></script>
|
||||
|
||||
<script src=https://buttons.github.io/buttons.js async="" defer="" id=github-bjs></script>
|
||||
|
||||
|
||||
5
gogh.sh
5
gogh.sh
@@ -37,6 +37,10 @@ declare -a THEMES=(
|
||||
'bluloco-light.sh'
|
||||
'bluloco-zsh-light.sh'
|
||||
'borland.sh'
|
||||
'breath-light.sh'
|
||||
'breath-silverfox.sh'
|
||||
'breath.sh'
|
||||
'breeze.sh'
|
||||
'broadcast.sh'
|
||||
'brogrammer.sh'
|
||||
'c64.sh'
|
||||
@@ -209,6 +213,7 @@ declare -a THEMES=(
|
||||
'sweet-terminal.sh'
|
||||
'symphonic.sh'
|
||||
'synthwave.sh'
|
||||
'synthwave-alpha.sh'
|
||||
'teerb.sh'
|
||||
'tender.sh'
|
||||
'terminal-basic.sh'
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"description": "",
|
||||
"main": "",
|
||||
"scripts": {
|
||||
"dev": "gulp dev",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
|
||||
55
themes/breath-light.sh
Executable file
55
themes/breath-light.sh
Executable file
@@ -0,0 +1,55 @@
|
||||
#!/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"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# =============================================================== #
|
||||
# | 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
|
||||
55
themes/breath-silverfox.sh
Executable file
55
themes/breath-silverfox.sh
Executable file
@@ -0,0 +1,55 @@
|
||||
#!/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"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# =============================================================== #
|
||||
# | 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
|
||||
55
themes/breath.sh
Executable file
55
themes/breath.sh
Executable file
@@ -0,0 +1,55 @@
|
||||
#!/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"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# =============================================================== #
|
||||
# | 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
|
||||
55
themes/breeze.sh
Executable file
55
themes/breeze.sh
Executable file
@@ -0,0 +1,55 @@
|
||||
#!/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"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# =============================================================== #
|
||||
# | 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
|
||||
55
themes/synthwave-alpha.sh
Normal file
55
themes/synthwave-alpha.sh
Normal file
@@ -0,0 +1,55 @@
|
||||
#!/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"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# =============================================================== #
|
||||
# | 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
|
||||
Reference in New Issue
Block a user