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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user