From d210a1ad949355ca53384bef9b692e4b7b1c784e Mon Sep 17 00:00:00 2001 From: Chev <11602755+chev2@users.noreply.github.com> Date: Sat, 28 Nov 2020 23:51:39 -0800 Subject: [PATCH] Add darker dark theme --- themes/DarkerDark.theme.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 themes/DarkerDark.theme.css diff --git a/themes/DarkerDark.theme.css b/themes/DarkerDark.theme.css new file mode 100644 index 0000000..1c187d8 --- /dev/null +++ b/themes/DarkerDark.theme.css @@ -0,0 +1,33 @@ +//META{"name":"Darker Dark","description":"A darker dark theme for Discord","author":"Chev","version":"1.0.0"}*//{} + +.theme-dark { + --header-primary: #fff; + --header-secondary: #bbbbbb; + --text-normal: #c5c5c5; + --text-muted: #767676; + --text-link: #00b0f4; + --channels-default: #929292; + --interactive-normal: #bbbbbb; + --interactive-hover: #dddddd; + --interactive-active: #fff; + --interactive-muted: #535353; + --background-primary: #252525; + --background-secondary: #202020; + --background-secondary-alt: #232323; + --background-tertiary: #171717; + --background-accent: #3e3e3e; + --background-floating: #191919; + --scrollbar-thin-thumb: #202225; + --scrollbar-thin-track: transparent; + --scrollbar-auto-thumb: #333333; + --scrollbar-auto-track: #1f1f1f; + --scrollbar-auto-scrollbar-color-thumb: #222222; + --scrollbar-auto-scrollbar-color-track: #313131; + --channeltextarea-background: #2c2c2c; + --activity-card-background: #171717; + --textbox-markdown-syntax: #929292; +} + +.theme-dark .container-1D34oG { + background-color: var(--background-primary); +}