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

normalize theme names

This commit is contained in:
mquintero 2017-12-27 12:10:17 -05:00
parent 3b6c20478b
commit 6e9b059b6b
24 changed files with 23 additions and 90 deletions

View File

@ -22,7 +22,7 @@ COLOR_16="#f6f5fb" #
BACKGROUND_COLOR="#1f1d45" # Background Color
FOREGROUND_COLOR="#f8dcc0" # Text
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="AdventureTime"
PROFILE_NAME="Adventure Time"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#fff9d5" #
BACKGROUND_COLOR="#2a1f1d" # Background Color
FOREGROUND_COLOR="#e0dbb7" # Text
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="BirdsOfParadise"
PROFILE_NAME="Birds Of Paradise"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#ffffff" #
BACKGROUND_COLOR="#132738" # Background Color
FOREGROUND_COLOR="#ffffff" # Text
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="Cobalt2"
PROFILE_NAME="Cobalt 2"
# =============================================================== #

View File

@ -10,7 +10,7 @@ COLOR_06="#75507B" # SYNTAX_VAR | Hot purple (import) list-bg-color |
COLOR_07="#ACACAE" # PROMP | Dark grey | html-tag-angle-brackets
COLOR_08="#FFFFFF" # White | active list-bg (probably)
COLOR_09="#A40000" # UNKNOWN | Tomato
COLOR_09="#A40000" # UNKNOWN | Tomato
COLOR_10="#BF4040" # COMMAND_ERROR | Valencia (grep highlight)
COLOR_11="#66A05B" # EXEC | same as PATH (De york) (maybe)
COLOR_12="#FFB86C" # UNKNOWN | Rajah
@ -25,7 +25,7 @@ CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="Foxnightly"
# =============================================
# Mainly inspired by firefox developer/nightly (58) inspector theme
# 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)
@ -68,4 +68,3 @@ gogh_colors
source <(wget -O - https://raw.githubusercontent.com/Mayccoll/Gogh/master/apply-colors.sh)
fi
fi

View File

@ -22,7 +22,7 @@ COLOR_16="#ebdbb2" #
BACKGROUND_COLOR="#282828" # Background Color
FOREGROUND_COLOR="#ebdbb2" # Text
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="Gruvbox-dark"
PROFILE_NAME="Gruvbox Dark"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#ebdbb2" #
BACKGROUND_COLOR="#282828" # Background Color
FOREGROUND_COLOR="#ebdbb2" # Text
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="Gruvbox for Tilix"
PROFILE_NAME="Gruvbox"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#FFFFFF"
BACKGROUND_COLOR="#000000"
FOREGROUND_COLOR="#FFFFFF"
CURSOR_COLOR="#BAFFAA"
PROFILE_NAME="Hemisu-dark"
PROFILE_NAME="Hemisu Dark"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#BABABA"
BACKGROUND_COLOR="#EFEFEF"
FOREGROUND_COLOR="#444444"
CURSOR_COLOR="#FF0054"
PROFILE_NAME="Hemisu-light"
PROFILE_NAME="Hemisu Light"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#ffffff" #
BACKGROUND_COLOR="#000000" # Background Color
FOREGROUND_COLOR="#eeeeee" # Text
CURSOR_COLOR="ffa560" # Cursor
PROFILE_NAME="Ir-black"
PROFILE_NAME="Ir Black"
# =============================================

View File

@ -22,7 +22,7 @@ COLOR_16="#f8f8f2" #
BACKGROUND_COLOR="#272822" # Background Color
FOREGROUND_COLOR="#f8f8f2" # Text
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="Monokai-dark"
PROFILE_NAME="Monokai Dark"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#DEDEDE" #lightWhite
BACKGROUND_COLOR="#ebeaf2"
FOREGROUND_COLOR="#004f7c"
CURSOR_COLOR=$COLOR_05
PROFILE_NAME="Nord-light"
PROFILE_NAME="Nord Light"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#FEFFFE"
BACKGROUND_COLOR="#1C1F27"
FOREGROUND_COLOR="#979CAC"
CURSOR_COLOR="#979CAC"
PROFILE_NAME="Ocean-dark"
PROFILE_NAME="Ocean Dark"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#FFFFFF" #
BACKGROUND_COLOR="#121b21" # Background Color
FOREGROUND_COLOR="#b3b8c3" # Text
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="Oceanic-Next"
PROFILE_NAME="Oceanic Next"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#FFFEFE"
BACKGROUND_COLOR="#1E2127"
FOREGROUND_COLOR="#5C6370"
CURSOR_COLOR="#5C6370"
PROFILE_NAME="One-dark"
PROFILE_NAME="One Dark"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#FFFEFE"
BACKGROUND_COLOR="#F8F8F8"
FOREGROUND_COLOR="#2A2B32"
CURSOR_COLOR="#2A2B32"
PROFILE_NAME="One-light"
PROFILE_NAME="One Light"
# =============================================================== #

View File

@ -22,8 +22,8 @@ COLOR_16="#FDF6E3" #
BACKGROUND_COLOR="#002B36" # Background Color
FOREGROUND_COLOR="#839496" # Text
BOLD_COLOR="#93A1A1" # Bold
PROFILE_NAME="Solarized-dark"
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="Solarized Dark"
# =============================================================== #

View File

@ -22,8 +22,8 @@ COLOR_16="#FDF6E3" #
BACKGROUND_COLOR="#FDF6E3" # Background Color
FOREGROUND_COLOR="#657B83" # Text
BOLD_COLOR="#586E75" # Bold
PROFILE_NAME="Solarized-light"
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="Solarized Light"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#FCE8C3" #
BACKGROUND_COLOR="#282828" # Background Color
FOREGROUND_COLOR="#ebdbb2" # Text
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="srcery"
PROFILE_NAME="Srcery"
# =============================================

View File

@ -22,7 +22,7 @@ COLOR_16="#FFFEFE"
BACKGROUND_COLOR="#002451"
FOREGROUND_COLOR="#FFFEFE"
CURSOR_COLOR="#FFFEFE"
PROFILE_NAME="Tomorrow-night-blue"
PROFILE_NAME="Tomorrow Night Blue"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#FFFEFE"
BACKGROUND_COLOR="#000000"
FOREGROUND_COLOR="#E9E9E9"
CURSOR_COLOR="#E9E9E9"
PROFILE_NAME="Tomorrow-night-bright"
PROFILE_NAME="Tomorrow Night Bright"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#FFFEFE"
BACKGROUND_COLOR="#2C2C2C"
FOREGROUND_COLOR="#CCCCCC"
CURSOR_COLOR="#CCCCCC"
PROFILE_NAME="Tomorrow-night-eighties"
PROFILE_NAME="Tomorrow Night Eighties"
# =============================================================== #

View File

@ -22,7 +22,7 @@ COLOR_16="#FFFEFE"
BACKGROUND_COLOR="#1D1F21"
FOREGROUND_COLOR="#C5C8C6"
CURSOR_COLOR="#C4C8C5"
PROFILE_NAME="Tomorrow-night"
PROFILE_NAME="Tomorrow Night"
# =============================================================== #

View File

@ -1,66 +0,0 @@
#!/usr/bin/env bash
# ====================CONFIG THIS =============================== #
COLOR_01="#000000" # HOST
COLOR_02="#cc6666" # SYNTAX_STRING
COLOR_03="#b5bd68" # COMMAND
COLOR_04="#f0c674" # COMMAND_COLOR2
COLOR_05="#81a2be" # PATH
COLOR_06="#b294bb" # SYNTAX_VAR
COLOR_07="#8abeb7" # PROMP
COLOR_08="#ffffff" #
COLOR_09="#000000" #
COLOR_10="#cc6666" # COMMAND_ERROR
COLOR_11="#b5bd68" # EXEC
COLOR_12="#f0c674" #
COLOR_13="#81a2be" # FOLDER
COLOR_14="#b294bb" #
COLOR_15="#8abeb7" #
COLOR_16="#ffffff" #
BACKGROUND_COLOR="#1d1f21" # Background Color
FOREGROUND_COLOR="#c5c8c6" # Text
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
PROFILE_NAME="Tommorow Night"
# =============================================================== #
# =============================================================== #
# | Apply Colors
# ===============================================================|#
function gogh_colors () {
echo ""
echo -e "\033[0;30m█████\\033[0m\033[0;31m█████\\033[0m\033[0;32m█████\\033[0m\033[0;33m█████\\033[0m\033[0;34m█████\\033[0m\033[0;35m█████\\033[0m\033[0;36m█████\\033[0m\033[0;37m█████\\033[0m"
echo -e "\033[0m\033[1;30m█████\\033[0m\033[1;31m█████\\033[0m\033[1;32m█████\\033[0m\033[1;33m█████\\033[0m\033[1;34m█████\\033[0m\033[1;35m█████\\033[0m\033[1;36m█████\\033[0m\033[1;37m█████\\033[0m"
echo ""
}
function curlsource() {
f=$(mktemp -t curlsource)
curl -o "$f" -s -L "$1"
source "$f"
rm -f "$f"
}
SCRIPT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PARENT_PATH="$(dirname "$SCRIPT_PATH")"
gogh_colors
if [ -e $PARENT_PATH"/apply-colors.sh" ]; then
source $PARENT_PATH"/apply-colors.sh"
else
if [ $(uname) = "Darwin" ]; then
# OSX ships with curl and ancient bash
# Note: here, sourcing directly from curl does not work
curlsource https://raw.githubusercontent.com/Mayccoll/Gogh/master/apply-colors.sh
else
# Linux ships with wget
source <(wget -O - https://raw.githubusercontent.com/Mayccoll/Gogh/master/apply-colors.sh)
fi
fi