Less red tint in the light backgrounds

This commit is contained in:
Mike Barnes 2024-10-21 21:14:39 +11:00
parent 7867151bd7
commit fd9ce29558

View file

@ -16,7 +16,7 @@
--color-fg-muted: #888494; --color-fg-muted: #888494;
--color-secondary-bg: #e4eef2; --color-secondary-bg: #e4eef2;
--color-secondary-separator: #dbe8ed; --color-secondary-separator: #dbe8ed;
--color-content-secondary-bg: #f8f1ee; --color-content-secondary-bg: #faf8f6;
--color-content-secondary-separator: rgba(223, 219, 237, 40%); --color-content-secondary-separator: rgba(223, 219, 237, 40%);
--color-accent: #3b953f; --color-accent: #3b953f;
--color-accent-focus: #4e9f52; --color-accent-focus: #4e9f52;
@ -42,6 +42,9 @@
--color-accent-focus: #4e9f52; --color-accent-focus: #4e9f52;
--color-accent-lines: rgba(221, 240, 225, 52%); --color-accent-lines: rgba(221, 240, 225, 52%);
--color-accent-bg: #0e0e0e; --color-accent-bg: #0e0e0e;
/* --color-confirm: #79bd9a; */
--color-confirm-bg: rgba(196, 216, 197, 30%);
} }
} }