Less red tint in the light backgrounds
This commit is contained in:
parent
7867151bd7
commit
fd9ce29558
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
--color-fg-muted: #888494;
|
||||
--color-secondary-bg: #e4eef2;
|
||||
--color-secondary-separator: #dbe8ed;
|
||||
--color-content-secondary-bg: #f8f1ee;
|
||||
--color-content-secondary-bg: #faf8f6;
|
||||
--color-content-secondary-separator: rgba(223, 219, 237, 40%);
|
||||
--color-accent: #3b953f;
|
||||
--color-accent-focus: #4e9f52;
|
||||
|
@ -42,6 +42,9 @@
|
|||
--color-accent-focus: #4e9f52;
|
||||
--color-accent-lines: rgba(221, 240, 225, 52%);
|
||||
--color-accent-bg: #0e0e0e;
|
||||
|
||||
/* --color-confirm: #79bd9a; */
|
||||
--color-confirm-bg: rgba(196, 216, 197, 30%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue