forked from rDrama/rDrama
1
0
Fork 0

add dark scrollbar for dark themes

master
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 { :root {
color-scheme: dark;
--muted: #999; --muted: #999;
--black: #999; --black: #999;
--background: 34, 34, 34; --background: 34, 34, 34;

View File

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

View File

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

View File

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

View File

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