-
Notifications
You must be signed in to change notification settings - Fork 0
/
amoblack.theme.css
91 lines (72 loc) · 2.44 KB
/
amoblack.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
/**
* @name Discord AMOblack
* @version 1.0
* @description Very dark theme, ideal for AMOLED displays.
* For bug reports, use GitHub issues. Open our GitHub by using the Website button below.
* @author TheChilliPL
* @authorId 213903338251485185
* @website https://github.com/TheChilliPL/discord-amoblack
* @source https://raw.githubusercontent.com/TheChilliPL/discord-amoblack/master/amoblack.theme.css?token=AEPTWAZWE3DLLECDXXN4IS27HKURK
*/
html.theme-dark {
--background-primary: #000;
--background-secondary: #000;
--background-secondary-alt: #000;
--background-tertiary: #000;
--background-accent: #000;
--background-floating: #000;
--channeltextarea-background: #000;
--text-normal: #888;
--text-link: #079;
--header-primary: #888;
--interactive-active: #888;
}
.da-wrapper > span.da-expandedFolderBackground {
min-height: 48px;
box-shadow: 0 0 0 1px #333;
}
.da-folderIconWrapper, .da-expandedFolderIconWrapper, .da-folder {
background-color: transparent;
}
.da-scroller::-webkit-scrollbar, .da-uploadModal {
background-color: #000 !important;
}
.da-scroller::-webkit-scrollbar-track {
background-color: #000 !important;
border-color: #000 !important;
}
.da-scroller::-webkit-scrollbar-track-piece {
background-color: #000 !important;
border-color: #000 !important;
border-radius: 0 !important;
}
.da-container, .theme-dark .footer-3rDWdC, .da-message, .theme-dark .headerNormal-T_seeN, .da-bodyInner, .da-footer {
background-color: #000 !important;
}
.da-wrapper.guilds-1SWlCJ, .da-sidebar, .da-members, .da-message .da-imageWrapper img, .da-channelTextArea button, .da-chat > .da-title, img.emoji, .hljs {
filter: brightness(30%);
transition: 300ms filter ease-in-out;
}
.da-wrapper.guilds-1SWlCJ:hover, .da-sidebar:hover, .da-members:hover, .da-message .da-imageWrapper img:hover, .da-channelTextArea button:hover, .da-chat > .da-title:hover, img.emoji:hover, .hljs:hover {
filter: brightness(70%);
}
.da-channelTextArea .da-webkit {
border: 1px #333 solid;
border-radius: 25px;
}
.da-zalgo .da-avatar::after {
content: '';
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: 300ms background-color ease-in-out;
}
.da-zalgo .da-avatar:hover::after {
background-color: rgba(0, 0, 0, 0.3);
}
.da-unread.da-container {
background-color: transparent !important;
}