style(themes): increase text contrast and darken secondary color

- update text color palette in dark theme for higher contrast (pure white base)
- update text color palette in light theme for higher contrast (pure black base)
- darken `--color-secondary` in dark theme from #30363d to #1b1b1b
- add `DEFAULT_THEME = octo-auto` example to README
This commit is contained in:
2026-04-28 20:03:18 -04:00
parent a1a8a149ca
commit 5e1c44cad1
3 changed files with 14 additions and 13 deletions
+1
View File
@@ -25,6 +25,7 @@ Thème Gitea épuré, palette neutre, disponible en variante claire et sombre.
```ini
[ui]
THEMES = gitea-auto, gitea-light, gitea-dark, octo-auto, octo-light, octo-dark
DEFAULT_THEME = octo-auto
```
Les noms à ajouter sont **sans** le préfixe `theme-` ni le suffixe `.css`.