-
Notifications
You must be signed in to change notification settings - Fork 0
/
blizzard.css
290 lines (237 loc) · 5.87 KB
/
blizzard.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
/**
* @name Blizzard
* @version 1.0.0
* @description Inspired by the icy winds of the north
* @website https://github.com/DagCord/Blizzard
*/
:root {
/* Color palette */
--blizzard-primary: #e5e9f0;
--blizzard-secondary: #d8dee9;
--blizzard-secondary-alt:#eceff4;
--blizzard-tertiary: #EDF2F7;
--blizzard-input-box: #ebf8ff;
--blizzard-frost-blue: #88c0d0;
--blizzard-frost-dark-blue: #5e81ac;
/* Scrollbar */
--blizzard-scrollbar-track: var(--blizzard-primary);
--blizzard-scrollbar-thumb: var(--blizzard-secondary);
}
html.theme-dark::before {
content: "This is a light mode theme. Maybe find a good dark theme";
font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
color: var(--blizzard-primary);
text-align: center;
position: absolute;
z-index: 10001;
right: 0;
left: 0;
}
.theme-light {
--background-primary: var(--blizzard-primary);
--background-secondary: var(--blizzard-secondary);
--background-secondary-alt: var(--blizzard-secondary-alt);
--background-tertiary: var(--blizzard-tertiary);
--background-accent: var(--blizzard-frost-blue);
--local-bot-side: var(--blizzard-frost-blue);
/* Chat input box */
--channeltextarea-background: var(--blizzard-input-box);
--scrollbar-auto-thumb: var(--blizzard-secondary);
--scrollbar-auto-track: var(--blizzard-primary);
}
/* People column */
.theme-light .container-1D34oG { background-color: var(--background-primary); }
/* Modals */
.theme-light .root-1gCeng { background-color: var(--background-primary); }
.theme-light .footer-2gL1pp { background-color: var(--background-tertiary); }
/* Popup when you click a mention */
.theme-light .headerNormal-T_seeN { background-color: var(--background-tertiary); }
.theme-light .body-3iLsc4, .theme-light .footer-1fjuF6 { background-color: var(--background-secondary); }
/* Mention autocompletion in chat box */
.theme-light .autocomplete-1vrmpx { background-color: var(--background-tertiary) }
.theme-light .selected-1Tbx07 { background-color: var(--background-secondary); }
.theme-light .item-2hkk8m {
background-color: var(--header-primary);
}
/* Assets are all white*/
.theme-light svg {
color: #5c6b80;
}
.theme-light .premiumIcon-1rDbWQ {
color: #ff73fa;
}
.theme-light .ownerIcon-2NH9FM {
color: #faa61a;
}
/* Discord mentions*/
.theme-light .mentioned-xhSam7:before {
background-color: #6ba9ff;
}
.theme-light .mentioned-xhSam7 {
background-color: var(--blizzard-input-box);
}
/* Discord Codeblocks */
.theme-light code {
background-color: var(--blizzard-input-box);
}
.theme-light .inline {
background-color: var(--background-primary);
}
.theme-light .hljs {
background-color: var(--blizzard-input-box);
}
/* Embeds with no explicit color set*/
.theme-light .embed-IeVjo5 {
border-color: var(--background-primary);
}
/* Do not Disturb Status*/
.theme-light rect[mask="url(#svg-mask-status-dnd)"] {
fill: #bf616a;
}
.theme-light rect[mask="url(#svg-mask-status-online)"] {
fill: #a3be8c;
}
.theme-light rect[mask="url(#svg-mask-status-idle)"] {
fill: #ebcb8b;
}
.theme-light rect[mask="url(#svg-mask-status-online-mobile)"] {
fill: #a3be8c;
}
/* Mention Badge*/
.theme-light .numberBadge-2s8kKX {
background-color: var(--blizzard-frost-dark-blue)!important;
}
/* Search Modal */
.theme-light .open-6_Y_aH {
background-color: var(--background-secondary);
}
/* Quote */
.theme-light .blockquoteContainer-U5TVEi {
background-color: var(--background-secondary-alt);
}
/* New Reply*/
.repliedMessage-VokQwo:before {
border-color: white;
}
.theme-light .repliedMessage-VokQwo {
background-color: var(--background-secondary-alt);
padding: 0.5em;
width: fit-content;
} */
/* Context Menus*/
.thin-1ybCId {
background-color: var(--background-secondary);
}
.theme-light .isUnread-3Ef-o9 {
border-color: var(--blizzard-frost-blue);
}
.theme-light .unreadPill-2HyYtt {
fill: var(--blizzard-frost-blue);
background-color: var(--blizzard-frost-blue);
}
.thene-light .unreadPillCap-3_K2q2 {
fill: var(--blizzard-frost-blue);
background-color: var(--blizzard-frost-blue);
color: var(--blizzard-frost-blue);
}
/* Unread Bar */
.theme-light .newMessagesBar-265mhP {
background-color: var(--blizzard-frost-blue);
}
/* Notifs */
.theme-light .unreadMentionsBar-1VrBNe {
background-color: var(--blizzard-frost-blue);
}
/* Active FOlder */
.theme-light .item-2hkk8m {
background-color: #81a1c1;
}
/* Menu Green */
.theme-light .container-3auIfb {
background-color: #a3be8c;
}
/* Bot tags not gay */
.theme-light .botTagRegular-2HEhHi {
transition: .5s;
background: rgba(114,137,218,0.1);
color: #7289da;
}
.theme-light .botTagRegular-2HEhHi:hover {
transition: .5s;
background: #7289da;
color: #fff;
}
.theme-light .headerPlaying-j0WQBV {
background-color: var(--background-tertiary);
}
/*
Arduino® Light Theme - Stefania Mellai <s.mellai@arduino.cc>
*/
.theme-light .hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #FFFFFF;
}
.hljs,
.hljs-subst {
color: #434f54;
}
.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-doctag,
.hljs-name {
color: #00979D;
}
.hljs-built_in,
.hljs-literal,
.hljs-bullet,
.hljs-code,
.hljs-addition {
color: #D35400;
}
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #00979D;
}
.hljs-type,
.hljs-string,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
color: #005C5F;
}
.hljs-title,
.hljs-section {
color: #880000;
font-weight: bold;
}
.hljs-comment {
color: rgba(149,165,166,.8);
}
.hljs-meta-keyword {
color: #728E00;
}
.hljs-meta {
color: #434f54;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}
.hljs-function {
color: #728E00;
}
.hljs-number {
color: #8A7B52;
}