-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSweetDiscord.theme.css
47 lines (43 loc) · 2.08 KB
/
SweetDiscord.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/**
* @name Sweet Discord
* @version 1.0
* @description An actual dark mode for discord based on the Sweet theme.
* @author not-a-dev-stein
* @source https://github.com/not-a-dev-stein/betterdiscord-sweet-theme
**/
@import url(https://raw.githack.com/hormelcookies/dark-discord/hormelcookies-patch-1/src/source.css);
.theme-dark,
.theme-light,
:root {
--background-primary: rgba(22, 25, 37, 0.82) !important;
--background-secondary: rgba(21, 21, 30, 0.82) !important;
--background-secondary-alt: #171924 !important;
--background-tertiary: rgba(21, 21, 30, 0.82) !important;
--background-accent: #171721 !important;
--background-floating: #171821 !important;
--background-modifier-hover: rgba(255, 255, 255, 0.01) !important;
--background-modifier-active: rgba(255, 255, 255, 0.03) !important;
--background-modifier-selected: rgba(255, 255, 255, 0.04) !important;
--background-modifier-accent: hsla(0, 0%, 100%, 0.06) !important;
--channeltextarea-background: var(--background-accent) !important;
--deprecated-card-bg: rgba(0, 0, 0, 0.2) !important;
--deprecated-card-editable-bg: rgba(0, 0, 0, 0.1) !important;
--deprecated-text-input-bg: var(--deprecated-card-editable-bg) !important;
--deprecated-text-input-border: var(--background-floating) !important;
--deprecated-text-input-border-disabled: var(--background-tertiary) !important;
--activity-card-background: var(--background-primary) !important;
--channels-default: #9f9f9f !important;
--text-muted: #b6b6b6 !important;
--text-normal: #fbfbfb !important;
--interactive-normal: #c8c8c8 !important;
--interactive-hover: #dcddde !important;
--interactive-active: #fff !important;
--interactive-muted: #747474 !important;
--header-primary: white !important;
--header-secondary: #c9c9c9 !important;
--toast-background: var(--background-primary) !important;
--toast-header: var(--background-tertiary) !important;
--toast-contents: var(--background-secondary) !important;
--toast-box-shadow: rgba(0, 0, 0, 0.2) !important;
--toast-border: var(--background-tertiary) !important;
}