-
Notifications
You must be signed in to change notification settings - Fork 0
/
Discord-Blackout.theme.css
171 lines (140 loc) · 8.3 KB
/
Discord-Blackout.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
/**
* @name Discord Blackout
* @version 1.1.0
* @description A smooth, dark theme for Vencord/BetterDiscord
* @source https://github.com/zenithpaws/Discord-Blackout
* @updateUrl https://zenithpaws.github.io/Discord-Blackout/Discord-Blackout.theme.css
* @website https://github.com/zenithpaws/Discord-Blackout
* @invite WaTFrzaYxk
* @author zenithpaws
* @authorId 487638433179762688
* @authorLink https://linktr.ee/zenithpaws
*/
/* Discord Night 0.9.5.8 by KillYoy#0295 (https://github.com/KillYoy/DiscordNight) */
@import url(https://zenithpaws.github.io/Discord-Blackout/Discord-Night-0.9.5.8/Discord-Night.css);
/* Horizontal Server List 2.1.0 by Gibbu#1211 (https://github.com/DiscordStyles/HorizontalServerList) */
@import url(https://zenithpaws.github.io/Discord-Blackout/Horizontal-Server-List-2.1.0/dist/Horizontal-Server-List.css);
/* Blurple Recolor 1.0.0 by DevilBro (https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BlurpleRecolor) */
@import url(https://zenithpaws.github.io/Discord-Blackout/Blurple-Recolor-1.0.0/Blurple-Recolor.css);
/* Discolored 1.3.5 by snapper#0001 and Nyria#4198 (https://github.com/NYRI4/Discolored) */
@import url(https://zenithpaws.github.io/Discord-Blackout/Discolored-1.3.5/Discolored.css);
:root {
/* Horizontal Server List Settings */
--HSL-server-icon-size: 40px; /* Size of the server icons | DEFAULT: 40px */
--HSL-server-spacing: 10px; /* Spacing between each server icon | DEFAULT: 10px */
--HSL-server-direction: column; /* Direct of the server list. | Options: column, column-reverse | DEFAULT: column */
/* Blurple Recolor Settings */
--accentcolor: 163,47,194; /* blurple - default: 88,101,242 */
--accentcolor2: 225,115,180; /* boostpink - default: 255,115,250 */
--linkcolor: 190,60,220; /* link - default: 0,176,244 */
}
:root {
/* Discord Night Settings */
--Settings-Theme-Version: "DiscordNight v0.9.5.8";
--Channel-Invite-Edit-Buttons: none; /* flex = ON, none = OFF */
--Channel-Category-Invite-Button: flex; /* flex = ON, none = OFF */
--Channel-List-Active-Threads: flex; /* flex = ON, none = OFF */
--Channel-List-Upcoming-Events: flex; /* flex = ON, none = OFF */
--Channel-List-Boost-Goal: block; /* block = ON, none = OFF */
--Channel-List-Width: 240px; /* 200px, Discord default = 240px */
--User-List-Width: 240px; /* 200px, Discord default = 240px */
--User-Popout-Width: 240px; /* 240px, Discord default = 300px */
--User-Status-Popout-Width: var(--Channel-List-Width);/* 240px, Discord default = 300px */
--Search-List-Width: 488px; /* 488px, Discord default = 418px */
--Inbox-List-Width: 522px; /* 522px, Discord default = 480px */
--Emoji-Menu-Height: 612px; /* 612px or 492px, Discord default = 444px */
--Chatbox-Gift-Button: none; /* flex = ON, none = OFF */
--Chatbox-GIF-Button: flex; /* flex = ON, none = OFF */
--Chatbox-Stickers-Button: flex; /* flex = ON, none = OFF */
--Chat-Emoji-Size: 1.75rem; /* 1.75rem, Discord default = 1.375rem */
--Chat-Emoji-Large-Size: 2rem; /* 2rem, Discord default = 3rem */
--Chat-Sticker-Size: 10rem; /* 5rem, Discord default = 10rem */
--Chat-Super-Reaction-Button: none; /* flex = ON, none = OFF */
--Chat-Wave-To-New-User-Button: flex; /* flex = ON, none = OFF */
--Chat-Wave-To-New-DM-Button: flex; /* flex = ON, none = OFF */
--Text-Channels-Capital-Letter: capitalize; /* capitalize, none */
--Voice-Noise-Suppression: flex; /* flex = ON, none = OFF */
--Start-Activities-Button: flex; /* flex = ON, none = OFF */
--Embed-Remove-Button: flex; /* flex = ON, none = OFF */
--Context-Menu-Emoji-Toolbar: none; /* flex = ON, none = OFF */
--Super-Reaction-Animations: none; /* flex = ON, none = OFF */
--User-Profile-Effects: flex; /* flex = ON, none = OFF */
--Home-Nitro-Button: none; /* flex = ON, none = OFF */
--Home-Store-Button: none; /* flex = ON, none = OFF */
--Home-Direct-Messages-Header: flex; /* flex = ON, none = OFF */
--Home-Close-DM-Button: block; /* block = ON, none = OFF */
--Friends-List-Searchbar: none; /* flex = ON, none = OFF */
--Titlebar-Help-Icon: none; /* flex = ON, none = OFF */
}
:root,
.theme-dark {
/* Discord Night Dark Theme Settings */
--bd-blue: hsl(214, calc(var(--saturation-factor, 1) * 54%), 48%); /* #3872BC */
--bd-blue-hover: hsl(214, calc(var(--saturation-factor, 1) * 80%), 58%); /* #4585D8 */
--bd-blue-active: hsl(214, calc(var(--saturation-factor, 1) * 60%), 42%); /* #3268B7 */
--bdfdb-blurple: var(--bd-blue); /* var(--brand-experiment, hsl(235, calc(var(--saturation-factor, 1) * 85.6%), 64.7%)); */ /* #7289DA */
--bdfdb-green: var(--status-positive-background); /* hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%); */
--bdfdb-yellow: var(--status-warning-background); /* hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%); */
--bdfdb-red: var(--status-danger-background); /* hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%); */
--blurple: var(--bd-blue);
--text-brand: var(--bd-blue); /* #949CF7 */
--control-brand-foreground: var(--bd-blue); /* #A5B3E7 */
--brand-500:var(--bd-blue);
--brand-experiment: var(--bd-blue); /* #5865F2 */
--brand-experiment-200: var(--bd-blue);
--brand-experiment-360: var(--bd-blue-hover);
--brand-experiment-400: var(--bd-blue);
--brand-experiment-430: var(--bd-blue-hover);
--brand-experiment-500: var(--bd-blue);
--brand-experiment-530: var(--bd-blue-hover);
--brand-experiment-560: var(--bd-blue-hover);
--brand-experiment-600: var(--bd-blue-active);
--primary-600: #111111;
--primary-645: #141414;
--primary-630: #191919;
--primary-700: #262626;
--primary-dark-600-rgb: 17,17,17;
--primary-dark-660-rgb: 26,26,26;
--green-360: var(--status-positive-background); /* #43B581 */
--background-primary: #111111; /* #36393F */
--background-secondary: #161616; /* #2F3136 */
--background-tertiary: #191919; /* #202225 */
--bg-base-tertiary: #111111; /* #232428 */
--background-accent: #1C1C1C; /* #4F545C */
--background-secondary-alt: #1B1B1B; /* #292B2F */
--background-floating: #202020; /* #18191C */
--background-modifier-accent: #292929; /* rgb(79 84 92 / 48%); */
--activity-card-background: #161616; /* #202225 */
--channeltextarea-background: #1B1B1B; /* #40444B */
--channels-default: #8E9297; /* #8E9297 */
--modal-background: #212121;
--modal-footer-background: #141414;
--scrollbar-auto-thumb: #1B1B1B;
--scrollbar-auto-track: #141414;
--scrollbar-thin-thumb: #1B1B1B;
--scrollbar-thin-track: transparent;
--background-modifier-hover: rgba(0,0,0,0.15);
--background-modifier-active: rgba(0,0,0,0.2);
--background-modifier-selected: rgba(0,0,0,0.3);
--background-mentioned: rgba(250, 166, 26, 0.05); /* rgba(250, 166, 26, 0.05) */
--background-mentioned-hover: rgba(250, 166, 26, 0.08); /* rgba(250, 166, 26, 0.08) */
--background-mentioned-border: rgba(250, 166, 26, 1); /* rgba(250, 166, 26, 1) */
--background-mentioned-toolbar: rgb(36, 29, 18);
--text-normal: #DCDDDE; /* #DCDDDE */
--text-muted: #777777; /* #72767D */
--header-secondary: #CCCCCC; /* #B9BBBE */
--text-positive: hsl(152, calc(var(--saturation-factor, 1) * 48%), 48.6%);
--text-warning: hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%);
--text-danger: hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%);
--status-positive-background: var(--text-positive); /* #43B581 */
--status-warning-background: var(--text-warning); /* #FAA61A */
--status-danger-background: var(--text-danger); /* #F04747 */
--info-positive-background: hsl(152, calc(var(--saturation-factor, 1) * 48%), 48.6%, 0.1); /* rgba(59,165,92,0.1) */
--info-positive-foreground: var(--status-positive-background); /* #3BA55C */
--info-warning-background: hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%, 0.1); /* rgba(250,166,26,0.1) */
--info-warning-foreground: var(--status-warning-background); /* #FAA61A */
--info-danger-background: hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%, 0.1); /* rgba(237,66,69,0.1) */
--info-danger-foreground: var(--status-danger-background); /* #ED4245 */
--interactive-muted: #5E5F66;
--font-display: var(--font-primary);
}