-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patholed.theme.css
More file actions
24 lines (22 loc) · 841 Bytes
/
oled.theme.css
File metadata and controls
24 lines (22 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
* @name OLED Theme
* @description Theme for OLED screens like AMOLED theme for phones. Nothing else.
* @author dimden
* @version 1.9
* @source https://github.com/dimdenGD/discord-oled-theme/blob/main/oled.theme.css
* @invite 5jm5P3SJF3
* @authorId 258557706892214282
* @website https://dimden.dev
* @donate https://dimden.dev/donate
*/
@import url(https://dimdengd.github.io/discord-oled-theme/code.css);
:is(:root, .theme-dark) {
--background-primary: black !important;
--background-secondary: black !important;
--background-tertiary: black !important;
--background-secondary-alt: black !important;
--background-accent: black !important;
--button-secondary-background: hsl(0 0% 10%) !important;
--activity-card-background: black;
--home-background: black !important;
}