1
0
Fork 0
gitea/modules/setting
Gwyneth Morgan 4e0cca3f7d
Use light/dark theme based on system preference (#17051)
Add a new default theme `auto`, which will automatically switch between
`gitea` (light) and `arc-green` (dark) themes depending on the user's
operating system settings.

Closes: #8183
2021-09-27 15:47:44 +01:00
..
attachment.go
cache.go
cors.go
cron.go
cron_test.go
database.go
database_sqlite.go Add bundle download for repository (#14538) 2021-08-24 11:47:09 -05:00
database_test.go
git.go
indexer.go
indexer_test.go
lfs.go
log.go
mailer.go
markup.go
migrations.go Add proxy settings and support for migration and webhook (#16704) 2021-08-18 21:10:39 +08:00
mime_type_map.go
mirror.go Make mirror feature more configurable (#16957) 2021-09-07 17:49:36 +02:00
oauth2_client.go
picture.go
project.go
proxy.go Add proxy settings and support for migration and webhook (#16704) 2021-08-18 21:10:39 +08:00
queue.go Remove ParseQueueConnStr as it is unused (#16878) 2021-08-31 05:33:16 +02:00
repository.go Make mirror feature more configurable (#16957) 2021-09-07 17:49:36 +02:00
service.go
session.go
setting.go Use light/dark theme based on system preference (#17051) 2021-09-27 15:47:44 +01:00
setting_test.go
storage.go
storage_test.go
task.go
webhook.go