From 0b2e4b5288ed414191b58b9b56281d2eea5fe2ca Mon Sep 17 00:00:00 2001 From: Lea Date: Sat, 29 Jul 2023 21:33:43 +0200 Subject: [PATCH] update readme and include default themes --- README.md | 2 ++ build.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d68f31..2ca811d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[git.sainnhe.dev/sainnhe/gitea-themes](https://git.sainnhe.dev/sainnhe/gitea-themes) updated to work with Forgejo 1.20. [Download here](https://git.amogus.cloud/Lea/gitea-themes/releases/latest) - The instructions below in this README may not be accurate. + ## Preview ### Edge Dark diff --git a/build.sh b/build.sh index d5db74d..784cfb2 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ BASEDIR="$( cd "$( dirname "$0" )" && pwd )" cd "${BASEDIR}" -theme_list="" +theme_list="forgejo-auto,forgejo-light,forgejo-dark,auto,gitea,arc-green" for theme in edge gruvbox gruvbox-material everforest; do for variant in dark light auto; do @@ -18,4 +18,4 @@ for theme in nord palenight soft-era sonokai sonokai-andromeda sonokai-atlantis done # First character in theme_list will be a comma, let's remove that -echo "themes=${theme_list:1}" >> $GITHUB_OUTPUT +echo "themes=$theme_list" >> $GITHUB_OUTPUT