You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates
silverwind 023e937141
Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)
Part of https://github.com/go-gitea/gitea/issues/27097:

- `gitea` theme is renamed to `gitea-light`
- `arc-green` theme is renamed to `gitea-dark`
- `auto` theme is renamed to `gitea-auto`

I put both themes in separate CSS files, removing all colors from the
base CSS. Existing users will be migrated to the new theme names. The
dark theme recolor will follow in a separate PR.

## ⚠️ BREAKING ⚠️

1. If there are existing custom themes with the names `gitea-light` or
`gitea-dark`, rename them before this upgrade and update the `theme`
column in the `user` table for each affected user.
2. The theme in `<html>` has moved from `class="theme-name"` to
`data-theme="name"`, existing customizations that depend on should be
updated.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
9 months ago
..
admin Refactor system setting (#27000) 9 months ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 9 months ago
code Fix more "locale" usages (#27259) 9 months ago
custom Add footer extra links template (#9576) 5 years ago
devtest Fix more "locale" usages (#27259) 9 months ago
explore Fix more "locale" usages (#27259) 9 months ago
mail Update team invitation email link (#26550) 10 months ago
org Use flex-container for repo and org settings (#27418) 9 months ago
package Cargo package - Fix missing domain in cargo sparse url (#27370) 9 months ago
projects More `db.DefaultContext` refactor (#27265) 9 months ago
repo Fix pr template (#27436) 9 months ago
shared Fix yet another `ctx` template bug (#27417) 9 months ago
status Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 9 months ago
swagger Always use `ctx.Locale.Tr` inside templates (#27231) 9 months ago
user Fix missing ctx for GetRepoLink in dashboard (#27372) 9 months ago
webhook Extract common code to new template (#26933) 10 months ago
home.tmpl Fix more "locale" usages (#27259) 9 months ago
install.tmpl Fix more "locale" usages (#27259) 9 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 9 months ago