diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-09-19 15:33:11 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-09-19 15:33:11 +0530 |
commit | a4e01da27c08e43a67b2618ad1e71c1f8f86d5cd (patch) | |
tree | 5b8f407dbb7e9d1ab2106ac0cc8564897e7a2098 /youtube/static/dark_theme.css | |
download | yt-local-master.tar.gz yt-local-master.tar.bz2 yt-local-master.zip |
Diffstat (limited to 'youtube/static/dark_theme.css')
-rw-r--r-- | youtube/static/dark_theme.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/youtube/static/dark_theme.css b/youtube/static/dark_theme.css new file mode 100644 index 0000000..38cdd63 --- /dev/null +++ b/youtube/static/dark_theme.css @@ -0,0 +1,22 @@ +:root { + --background: #121113; + --text: #FFFFFF; + --secondary-hover: #222222; + --secondary-focus: #121113; + --secondary-inverse: #FFFFFF; + --primary-background: #242424; + --secondary-background: #222222; + --thumb-background: #222222; + --link: #00B0FF; + --link-visited: #40C4FF; + --border-bg: #222222; + --border-bg-settings: #000000; + --border-bg-license: #000000; + --buttom: #121113; + --buttom-text: #FFFFFF; + --button-border: #222222; + --buttom-hover: #222222; + --search-text: #FFFFFF; + --time-background: #121113; + --time-text: #FFFFFF; +} |