Light theme: set concrete status colors and increase avatar accent tint #49

Merged
Christoph merged 1 commits from LightMode into main 2026-09-18 09:02:34 +00:00
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -31,18 +31,18 @@
}
:root {
--color-sync-ahead: var(--color-warning);
--color-sync-ahead: #e0a040;
--color-sync-behind: #7aacff;
/* Status colours. Both themes keep these above 4.5:1 on their backgrounds. */
--color-success: var(--color-success);
--color-success: #4eca76;
--color-danger: #ef7676;
--color-warning: var(--color-warning);
--color-warning: #e0a040;
--color-info: #7aacff;
--color-accent-solid: #126f84;
--color-accent-solid-hover: #17879f;
--color-on-accent: #ffffff;
--color-on-status: #141820;
--color-on-status: #ffffff;
/* Overlay tints. Light on dark, dark on light — never white on white. */
--app-hover-tint: rgba(255, 255, 255, 0.06);
File diff suppressed because one or more lines are too long