update readme and include default themes
All checks were successful
Build and release / release (push) Successful in 55s
All checks were successful
Build and release / release (push) Successful in 55s
This commit is contained in:
parent
3a1f4f204a
commit
0b2e4b5288
|
@ -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
|
## Preview
|
||||||
|
|
||||||
### Edge Dark
|
### Edge Dark
|
||||||
|
|
4
build.sh
4
build.sh
|
@ -3,7 +3,7 @@
|
||||||
BASEDIR="$( cd "$( dirname "$0" )" && pwd )"
|
BASEDIR="$( cd "$( dirname "$0" )" && pwd )"
|
||||||
cd "${BASEDIR}"
|
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 theme in edge gruvbox gruvbox-material everforest; do
|
||||||
for variant in dark light auto; 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
|
done
|
||||||
|
|
||||||
# First character in theme_list will be a comma, let's remove that
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue