mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Add PROFILE_NAME field
This commit is contained in:
parent
227e41330e
commit
ac3d54986d
1
themes/_base.sh
Normal file → Executable file
1
themes/_base.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ffffff" #
|
||||
BACKGROUND_COLOR="#282a36" # Background Color
|
||||
FOREGROUND_COLOR="#94A3A5" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="_base"
|
||||
# =============================================
|
||||
|
||||
|
||||
|
1
themes/aci.sh
Normal file → Executable file
1
themes/aci.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#c2c2c2" #
|
||||
BACKGROUND_COLOR="#0d1926" # Background Color
|
||||
FOREGROUND_COLOR="#b4e1fd" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Aci"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/aco.sh
Normal file → Executable file
1
themes/aco.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#c4c4c4" #
|
||||
BACKGROUND_COLOR="#1f1305" # Background Color
|
||||
FOREGROUND_COLOR="#b4e1fd" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Aco"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/azu.sh
Normal file → Executable file
1
themes/azu.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ffffff" #
|
||||
BACKGROUND_COLOR="#09111a" # Background Color
|
||||
FOREGROUND_COLOR="#d9e6f2" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Azu"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/bim.sh
Normal file → Executable file
1
themes/bim.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#f5eeec" #
|
||||
BACKGROUND_COLOR="#012849" # Background Color
|
||||
FOREGROUND_COLOR="#a9bed8" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Bim"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/cai.sh
Normal file → Executable file
1
themes/cai.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ffffff" #
|
||||
BACKGROUND_COLOR="#09111a" # Background Color
|
||||
FOREGROUND_COLOR="#d9e6f2" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Cai"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/chalk.sh
Normal file → Executable file
1
themes/chalk.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#D4D4D4" #
|
||||
BACKGROUND_COLOR="#2D2D2D" # Background Color
|
||||
FOREGROUND_COLOR="#D4D4D4" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Chalk"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/dracula.sh
Normal file → Executable file
1
themes/dracula.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ffffff" #
|
||||
BACKGROUND_COLOR="#282a36" # Background Color
|
||||
FOREGROUND_COLOR="#94A3A5" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Dracula"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/elementary.sh
Normal file → Executable file
1
themes/elementary.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#a020f0" #
|
||||
BACKGROUND_COLOR="#101010" # Background Color
|
||||
FOREGROUND_COLOR="#f2f2f2" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Elementary"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/elic.sh
Normal file → Executable file
1
themes/elic.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#a020f0" #
|
||||
BACKGROUND_COLOR="#4A453E" # Background Color
|
||||
FOREGROUND_COLOR="#f2f2f2" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Elic"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/elio.sh
Normal file → Executable file
1
themes/elio.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#a020f0" #
|
||||
BACKGROUND_COLOR="#041A3B" # Background Color
|
||||
FOREGROUND_COLOR="#f2f2f2" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Elio"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/flat.sh
Normal file → Executable file
1
themes/flat.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ecf0f1" #
|
||||
BACKGROUND_COLOR="#1F2D3A" # Background Color
|
||||
FOREGROUND_COLOR="#1abc9c" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Flat"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/freya.sh
Normal file → Executable file
1
themes/freya.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#6c71c4"
|
||||
BACKGROUND_COLOR="#252e32" # Background Color
|
||||
FOREGROUND_COLOR="#94a3a5" # Text
|
||||
CURSOR_COLOR="#839496" # Cursor
|
||||
PROFILE_NAME="Freya"
|
||||
# ===================== END CONFIG ======================================= #
|
||||
|
||||
|
||||
|
1
themes/gruvbox-dark.sh
Normal file → Executable file
1
themes/gruvbox-dark.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#fe8019" #
|
||||
BACKGROUND_COLOR="#282828" # Background Color
|
||||
FOREGROUND_COLOR="#ebdbb2" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Gruvbox-dark"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/hemisu-dark.sh
Normal file → Executable file
1
themes/hemisu-dark.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#FFFFFF"
|
||||
BACKGROUND_COLOR="#000000"
|
||||
FOREGROUND_COLOR="#FFFFFF"
|
||||
CURSOR_COLOR="#BAFFAA"
|
||||
PROFILE_NAME="Hemisu-dark"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/hemisu-light.sh
Normal file → Executable file
1
themes/hemisu-light.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#BABABA"
|
||||
BACKGROUND_COLOR="#EFEFEF"
|
||||
FOREGROUND_COLOR="#444444"
|
||||
CURSOR_COLOR="#FF0054"
|
||||
PROFILE_NAME="Hemisu-light"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/hybrid.sh
Normal file → Executable file
1
themes/hybrid.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#c5c8c6" #
|
||||
BACKGROUND_COLOR="#141414" # Background Color
|
||||
FOREGROUND_COLOR="#94a3a5" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Hybrid"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/ir-black.sh
Normal file → Executable file
1
themes/ir-black.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ffffff" #
|
||||
BACKGROUND_COLOR="#000000" # Background Color
|
||||
FOREGROUND_COLOR="#eeeeee" # Text
|
||||
CURSOR_COLOR="ffa560" # Cursor
|
||||
PROFILE_NAME="Ir-black"
|
||||
# =============================================
|
||||
|
||||
|
||||
|
1
themes/jup.sh
Normal file → Executable file
1
themes/jup.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ffffff" #
|
||||
BACKGROUND_COLOR="#758480" # Background Color
|
||||
FOREGROUND_COLOR="#23476a" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Jup"
|
||||
# ===================== END CONFIG ======================================= #
|
||||
|
||||
|
||||
|
1
themes/mar.sh
Normal file → Executable file
1
themes/mar.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ffffff" #
|
||||
BACKGROUND_COLOR="#ffffff" # Background Color
|
||||
FOREGROUND_COLOR="#23476a" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Mar"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/material.sh
Normal file → Executable file
1
themes/material.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#FFFFFF"
|
||||
BACKGROUND_COLOR="#1E282C"
|
||||
FOREGROUND_COLOR="#C3C7D1"
|
||||
CURSOR_COLOR="#657B83"
|
||||
PROFILE_NAME="Material"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/miu.sh
Normal file → Executable file
1
themes/miu.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ffffff" #
|
||||
BACKGROUND_COLOR="#0d1926" # Background Color
|
||||
FOREGROUND_COLOR="#d9e6f2" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Miu"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/monokai-dark.sh
Normal file → Executable file
1
themes/monokai-dark.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#f8f8f2" #
|
||||
BACKGROUND_COLOR="#272822" # Background Color
|
||||
FOREGROUND_COLOR="#f8f8f2" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Monokai-dark"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/nep.sh
Normal file → Executable file
1
themes/nep.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ffffff" #
|
||||
BACKGROUND_COLOR="#758480" # Background Color
|
||||
FOREGROUND_COLOR="#23476a" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Nep"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/nord-light.sh
Normal file → Executable file
1
themes/nord-light.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#DEDEDE" #lightWhite
|
||||
BACKGROUND_COLOR="#ebeaf2"
|
||||
FOREGROUND_COLOR="#004f7c"
|
||||
CURSOR_COLOR=$COLOR_05
|
||||
PROFILE_NAME="Nord-light"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/nord.sh
Normal file → Executable file
1
themes/nord.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#DEDEDE" #lightWhite
|
||||
BACKGROUND_COLOR=$COLOR_01
|
||||
FOREGROUND_COLOR=$COLOR_05
|
||||
CURSOR_COLOR=$COLOR_05
|
||||
PROFILE_NAME="Nord"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/ocean-dark.sh
Normal file → Executable file
1
themes/ocean-dark.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#FEFFFE"
|
||||
BACKGROUND_COLOR="#1C1F27"
|
||||
FOREGROUND_COLOR="#979CAC"
|
||||
CURSOR_COLOR="#979CAC"
|
||||
PROFILE_NAME="Ocean-dark"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/one-dark.sh
Normal file → Executable file
1
themes/one-dark.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#FFFEFE"
|
||||
BACKGROUND_COLOR="#1E2127"
|
||||
FOREGROUND_COLOR="#5C6370"
|
||||
CURSOR_COLOR="#5C6370"
|
||||
PROFILE_NAME="One-dark"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/one-light.sh
Normal file → Executable file
1
themes/one-light.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#FFFEFE"
|
||||
BACKGROUND_COLOR="#F8F8F8"
|
||||
FOREGROUND_COLOR="#2A2B32"
|
||||
CURSOR_COLOR="#2A2B32"
|
||||
PROFILE_NAME="One-light"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/pali.sh
Normal file → Executable file
1
themes/pali.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#A020F0" #
|
||||
BACKGROUND_COLOR="#232E37" # Background Color
|
||||
FOREGROUND_COLOR="#d9e6f2" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Pali"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/peppermint.sh
Normal file → Executable file
1
themes/peppermint.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#DEDEDE"
|
||||
BACKGROUND_COLOR="#000000"
|
||||
FOREGROUND_COLOR="#C7C7C7"
|
||||
CURSOR_COLOR="#BBBBBB"
|
||||
PROFILE_NAME="Peppermint"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/sat.sh
Normal file → Executable file
1
themes/sat.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ffffff" #
|
||||
BACKGROUND_COLOR="#758480" # Background Color
|
||||
FOREGROUND_COLOR="#23476a" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Sat"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/shel.sh
Normal file → Executable file
1
themes/shel.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#f5eeec" #
|
||||
BACKGROUND_COLOR="#2a201f" # Background Color
|
||||
FOREGROUND_COLOR="#4882cd" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Shel"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/smyck.sh
Normal file → Executable file
1
themes/smyck.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#F7F7F7" #
|
||||
BACKGROUND_COLOR="#242424" # Background Color
|
||||
FOREGROUND_COLOR="#F7F7F7" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Smyck"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/solarized-dark.sh
Normal file → Executable file
1
themes/solarized-dark.sh
Normal file → Executable file
@ -22,6 +22,7 @@ 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
|
||||
# =============================================================== #
|
||||
|
||||
|
1
themes/solarized-light.sh
Normal file → Executable file
1
themes/solarized-light.sh
Normal file → Executable file
@ -22,6 +22,7 @@ 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
|
||||
# =============================================================== #
|
||||
|
||||
|
1
themes/tin.sh
Normal file → Executable file
1
themes/tin.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#ffffff" #
|
||||
BACKGROUND_COLOR="#2e2e35" # Background Color
|
||||
FOREGROUND_COLOR="#ffffff" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Tin"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/tomorrow-night-blue.sh
Normal file → Executable file
1
themes/tomorrow-night-blue.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#FFFEFE"
|
||||
BACKGROUND_COLOR="#002451"
|
||||
FOREGROUND_COLOR="#FFFEFE"
|
||||
CURSOR_COLOR="#FFFEFE"
|
||||
PROFILE_NAME="Tomorrow-night-blue"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/tomorrow-night-bright.sh
Normal file → Executable file
1
themes/tomorrow-night-bright.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#FFFEFE"
|
||||
BACKGROUND_COLOR="#000000"
|
||||
FOREGROUND_COLOR="#E9E9E9"
|
||||
CURSOR_COLOR="#E9E9E9"
|
||||
PROFILE_NAME="Tomorrow-night-bright"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/tomorrow-night-eighties.sh
Normal file → Executable file
1
themes/tomorrow-night-eighties.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#FFFEFE"
|
||||
BACKGROUND_COLOR="#2C2C2C"
|
||||
FOREGROUND_COLOR="#CCCCCC"
|
||||
CURSOR_COLOR="#CCCCCC"
|
||||
PROFILE_NAME="Tomorrow-night-eighties"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/tomorrow-night.sh
Normal file → Executable file
1
themes/tomorrow-night.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#FFFEFE"
|
||||
BACKGROUND_COLOR="#1D1F21"
|
||||
FOREGROUND_COLOR="#C5C8C6"
|
||||
CURSOR_COLOR="#C4C8C5"
|
||||
PROFILE_NAME="Tomorrow-night"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/tomorrow.sh
Normal file → Executable file
1
themes/tomorrow.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#FFFEFE"
|
||||
BACKGROUND_COLOR="#FFFFFF"
|
||||
FOREGROUND_COLOR="#4D4D4C"
|
||||
CURSOR_COLOR="#4C4C4C"
|
||||
PROFILE_NAME="Tomorrow"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/ura.sh
Normal file → Executable file
1
themes/ura.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#e5e5e5" #
|
||||
BACKGROUND_COLOR="#feffee" # Background Color
|
||||
FOREGROUND_COLOR="#23476a" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Ura"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
1
themes/vag.sh
Normal file → Executable file
1
themes/vag.sh
Normal file → Executable file
@ -22,6 +22,7 @@ COLOR_16="#cfcfcf" #
|
||||
BACKGROUND_COLOR="#191f1d" # Background Color
|
||||
FOREGROUND_COLOR="#d9e6f2" # Text
|
||||
CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
PROFILE_NAME="Vag"
|
||||
# =============================================================== #
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user