add dark scrollbar for dark themes

pull/210/head
Aevann 2023-09-26 19:25:09 +03:00
parent e0e33dd8f6
commit 215cd80524
5 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
:root {
color-scheme: dark;
--muted: #999;
--black: #999;
--background: 34, 34, 34;

View File

@ -1,6 +1,7 @@
@charset "UTF-8";
:root {
color-scheme: dark;
--dark: #383838;
--secondary: #383838;
--white: #E1E1E1;

View File

@ -1,4 +1,5 @@
:root {
color-scheme: dark;
--white: #E1E1E1;
--black: #94a3b8;
--primary: #0284c7;

View File

@ -1,6 +1,7 @@
@charset "UTF-8";
:root {
color-scheme: dark;
--dark: #505961;
--secondary: #505961;
--white: #c9d1d9;

View File

@ -146,6 +146,7 @@
}
:root {
color-scheme: dark;
--dark: #00001f;
--secondary: var(--primary);
--white: #f0f0f0;