From f6c04eda9850e6cf377d74424617698a08c1e8c1 Mon Sep 17 00:00:00 2001 From: Deshraj Tiwari <166927459+Deshraj-Tiwari-Official@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:53:36 +0530 Subject: [PATCH] Fixed Description of theme names --- build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 5972e9e..f822171 100755 --- a/build.sh +++ b/build.sh @@ -34,11 +34,11 @@ names["Banana"]=$(with_version "The Banana") names["Banana-Green"]=$(with_version "The Green Banana") names["Banana-Blue"]=$(with_version "The Blue Banana") names["Banana-Red"]=$(with_version "The Red Banana") -names["Banana-Catppuccin-Mocha"]=$(with_version "The Red Banana") -names["Banana-Hacker"]=$(with_version "The Red Banana") -names["Banana-Dracula"]=$(with_version "The Red Banana") -names["Banana-Tokyo-Night-Storm"]=$(with_version "The Red Banana") -names["Banana-GruvBox"]=$(with_version "The Red Banana") +names["Banana-Catppuccin-Mocha"]=$(with_version "The Catppuccin Mocha Banana") +names["Banana-Hacker"]=$(with_version "The Hacker Banana") +names["Banana-Dracula"]=$(with_version "The Dracula Banana") +names["Banana-Tokyo-Night-Storm"]=$(with_version "The Tokyo Night Storm Banana") +names["Banana-GruvBox"]=$(with_version "The Gruvbox Banana") # Cleanup old builds rm -rf themes bin