diff --git a/src-ui/src/theme_dark.scss b/src-ui/src/theme_dark.scss index 7a39146d6..ac57d48c2 100644 --- a/src-ui/src/theme_dark.scss +++ b/src-ui/src/theme_dark.scss @@ -5,7 +5,7 @@ $danger-dark-mode: #b71631; $danger-dark-mode-rgb: 183, 22, 49; $bg-dark-mode: #161618; $bg-dark-mode-rgb: 22, 22, 24; -$bg-dark-mode-accent: #0a0b0e; +$bg-dark-mode-accent: #101216; $bg-dark-mode-alt: #242529; $bg-light-dark-mode: #1c1c1f; $bg-light-dark-mode-rgb: 28, 28, 31;