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.
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
..
chroma Chroma color tweaks (#26978) 10 months ago
codemirror Remove EasyMDE focus outline on text (#25328) 1 year ago
editor Fix z-index on markdown completion (#27237) 9 months ago
features Refactor "shortsha" (#26877) 10 months ago
markup Absolute positioned checkboxes overlay floated elements (#26870) 9 months ago
modules Improve issue history dialog and make poster can delete their own history (#27323) 9 months ago
repo Hide archived labels when filtering by labels on the issue list (#27115) 9 months ago
shared Feed UI Improvements (#27356) 9 months ago
standalone Add toasts to UI (#25449) 1 year ago
themes Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 9 months ago
actions.css fix issues on action runners page (#27226) 10 months ago
admin.css User details page (#26713) 10 months ago
base.css Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 9 months ago
dashboard.css Dashboard context dropdown position fix on landing page in mobile view. (#27047) 10 months ago
explore.css Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) 11 months ago
font_i18n.css Fix `@font-face` overrides (#24855) 1 year ago
form.css Unify `border-radius` behavior (#26770) 10 months ago
helpers.css Remove some transition related code (#26755) 10 months ago
home.css avoid hard-coding height in language dropdown menu (#25986) 12 months ago
index.css Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 9 months ago
install.css Make "install page" respect environment config (#25648) 1 year ago
org.css Remove incorrect CSS helper classes (#26712) 11 months ago
repo.css link to file from its history (#27354) 9 months ago
review.css Unify `border-radius` behavior (#26770) 10 months ago
user.css Unify `border-radius` behavior (#26770) 10 months ago