Tweaked focus bg in dark mode

This commit is contained in:
Niléane 2023-12-26 21:55:56 +01:00
parent 2fe76ce5da
commit d0e98b4ae0
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@
--color-content-fg-muted: #737373;
--color-content-secondary-bg: var(--color-secondary-bg);
--color-content-secondary-separator: rgba(89, 62, 78, 0.4);
--color-content-bg-focus: #111111;
--color-content-bg-focus: #0e0e0e;
--color-accent: #d05c8a;
--color-accent-focus: #c04174;

View file

@ -59,7 +59,7 @@
--color-content-fg-muted: #737373;
--color-content-secondary-bg: var(--color-secondary-bg);
--color-content-secondary-separator: rgba(64, 62, 89, 0.4);
--color-content-bg-focus: #111111;
--color-content-bg-focus: #0e0e0e;
--color-accent: #7a7af9;
--color-accent-focus: #5a47ff;

View file

@ -59,7 +59,7 @@
--color-content-fg-muted: #737373;
--color-content-secondary-bg: var(--color-secondary-bg);
--color-content-secondary-separator: rgba(77, 73, 70, 0.4);
--color-content-bg-focus: #111111;
--color-content-bg-focus: #0e0e0e;
--color-accent: #e68933;
--color-accent-focus: #ffa047;