From ad92815bd6e42c9d0b58ba0cb9dd810f93131855 Mon Sep 17 00:00:00 2001 From: Alecto Irene Perez Date: Thu, 4 Nov 2021 21:42:36 -0600 Subject: [PATCH] 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'