Light theme: set concrete status colors and increase avatar accent tint #49
+4
-4
@@ -31,18 +31,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--color-sync-ahead: var(--color-warning);
|
--color-sync-ahead: #e0a040;
|
||||||
--color-sync-behind: #7aacff;
|
--color-sync-behind: #7aacff;
|
||||||
|
|
||||||
/* Status colours. Both themes keep these above 4.5:1 on their backgrounds. */
|
/* 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-danger: #ef7676;
|
||||||
--color-warning: var(--color-warning);
|
--color-warning: #e0a040;
|
||||||
--color-info: #7aacff;
|
--color-info: #7aacff;
|
||||||
--color-accent-solid: #126f84;
|
--color-accent-solid: #126f84;
|
||||||
--color-accent-solid-hover: #17879f;
|
--color-accent-solid-hover: #17879f;
|
||||||
--color-on-accent: #ffffff;
|
--color-on-accent: #ffffff;
|
||||||
--color-on-status: #141820;
|
--color-on-status: #ffffff;
|
||||||
|
|
||||||
/* Overlay tints. Light on dark, dark on light — never white on white. */
|
/* Overlay tints. Light on dark, dark on light — never white on white. */
|
||||||
--app-hover-tint: rgba(255, 255, 255, 0.06);
|
--app-hover-tint: rgba(255, 255, 255, 0.06);
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user