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
+6 -6
View File
@@ -192,12 +192,12 @@ gitea-theme-meta-info {
--color-box-header: #ffffff;
--color-box-body: #ffffff;
--color-box-body-highlight: #fafbfc;
--color-text-dark: #24292e;
--color-text: #444d56;
--color-text-light: #586069;
--color-text-light-1: #6a737d;
--color-text-light-2: #6a737d;
--color-text-light-3: #959da5;
--color-text-dark: #000000;
--color-text: #000000;
--color-text-light: #353535;
--color-text-light-1: #616161;
--color-text-light-2: #808080;
--color-text-light-3: #9c9c9c;
--color-footer: var(--color-nav-bg);
--color-timeline: #e1e4e8;
--color-input-text: var(--color-text-dark);