mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0be37a3a8e | ||
|
|
1cb477d521 | ||
|
|
6609d329af | ||
|
|
3d9ab11f5a | ||
|
|
ad92815bd6 | ||
|
|
3669737386 | ||
|
|
5d4c58b2c3 |
File diff suppressed because one or more lines are too long
3
gogh.sh
3
gogh.sh
@@ -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'
|
||||||
@@ -202,7 +203,7 @@ 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'
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Themes:
|
|
||||||
|
|
||||||
[Go to theme page :link:](http://mayccoll.github.io/Gogh/)
|
|
||||||
@@ -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"
|
||||||
# =============================================================== #
|
# =============================================================== #
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user