mirror of
https://github.com/chev2/bd-themes.git
synced 2026-04-26 12:41:42 +00:00
Add darker dark theme
This commit is contained in:
parent
e0ad3dcbd3
commit
d210a1ad94
1 changed files with 33 additions and 0 deletions
33
themes/DarkerDark.theme.css
Normal file
33
themes/DarkerDark.theme.css
Normal file
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue