From ad92815bd6e42c9d0b58ba0cb9dd810f93131855 Mon Sep 17 00:00:00 2001 From: Alecto Irene Perez Date: Thu, 4 Nov 2021 21:42:36 -0600 Subject: [PATCH 1/2] 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 --- gogh.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gogh.sh b/gogh.sh index f3516ba..e4a941a 100755 --- a/gogh.sh +++ b/gogh.sh @@ -78,6 +78,7 @@ declare -a THEMES=( 'frontend-galaxy.sh' 'geohot.sh' 'github.sh' + 'gogh.sh' 'gooey.sh' 'google-dark.sh' 'google-light.sh' From 3d9ab11f5a8f4d8cca63dbc19d1649280415aab6 Mon Sep 17 00:00:00 2001 From: Alecto Irene Perez Date: Thu, 4 Nov 2021 21:54:40 -0600 Subject: [PATCH 2/2] 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 --- gogh.sh | 2 +- themes/{sweet.sh => sweet-terminal.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename themes/{sweet.sh => sweet-terminal.sh} (100%) diff --git a/gogh.sh b/gogh.sh index e4a941a..fc8588a 100755 --- a/gogh.sh +++ b/gogh.sh @@ -203,7 +203,7 @@ declare -a THEMES=( 'summer-pop.sh' 'sundried.sh' 'sweet-eliverlara.sh' - 'sweet.sh' + 'sweet-terminal.sh' 'symphonic.sh' 'synthwave.sh' 'teerb.sh' diff --git a/themes/sweet.sh b/themes/sweet-terminal.sh similarity index 100% rename from themes/sweet.sh rename to themes/sweet-terminal.sh