summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/help/faq.en-us.md
diff options
context:
space:
mode:
authorGwyneth Morgan <gwymor@tilde.club>2021-09-27 07:47:44 -0700
committerGitHub <noreply@github.com>2021-09-27 15:47:44 +0100
commit4e0cca3f7d9dd227df161e3548cc374c169d3dc6 (patch)
treea21ca6ae0f8ecab4de9f805771f3b7e453e73b2c /docs/content/doc/help/faq.en-us.md
parent868e937a5354d4d8d9fd754fc80be26a5f345ba6 (diff)
downloadgitea-4e0cca3f7d9dd227df161e3548cc374c169d3dc6.tar.gz
gitea-4e0cca3f7d9dd227df161e3548cc374c169d3dc6.zip
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
Diffstat (limited to 'docs/content/doc/help/faq.en-us.md')
-rw-r--r--docs/content/doc/help/faq.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md
index 953aa9f012..e9551bbb71 100644
--- a/docs/content/doc/help/faq.en-us.md
+++ b/docs/content/doc/help/faq.en-us.md
@@ -158,7 +158,7 @@ Use [Fail2Ban]({{< relref "doc/usage/fail2ban-setup.en-us.md" >}}) to monitor an
## How to add/use custom themes
-Gitea supports two official themes right now, `gitea` and `arc-green` (`light` and `dark` respectively)
+Gitea supports three official themes right now, `gitea` (light), `arc-green` (dark), and `auto` (automatically switches between the previous two depending on operating system settings).
To add your own theme, currently the only way is to provide a complete theme (not just color overrides)
As an example, let's say our theme is `arc-blue` (this is a real theme, and can be found [in this issue](https://github.com/go-gitea/gitea/issues/6011))