generated from Serendipity-Theme/template-for-repositories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
discord.css
100 lines (86 loc) · 3.03 KB
/
discord.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
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');
.theme-dark {
--background-primary: #151726;
--background-secondary: #1C1E2D;
--background-secondary-alt: #232534;
--channeltextarea-background: #232534;
--background-tertiary: #232534;
--background-accent: #F8D2C9;
--text-normal: #DEE0EF;
--text-spotify: #9CCFD8;
--text-muted: #6B6D7C;
--text-link: #5BA2D0;
--background-floating: #1C1E2D;
--header-primary: #DEE0EF;
--header-secondary: #9CCFD8;
--header-spotify: #9CCFD8;
--interactive-normal: #DEE0EF;
--interactive-hover: #94B8FF;
--interactive-active: #DEE0EF;
--ping: #EE8679;
--background-modifier-selected: #DEE0EFb4;
--scrollbar-thin-thumb: #151726;
--scrollbar-thin-track: transparent;
--scrollbar-auto-thumb: #151726;
--scrollbar-auto-track: transparent;
}
.theme-light {
--background-primary: #FDFDFE;
--background-secondary: #F1F1F4;
--background-secondary-alt: #F1F1F4;
--channeltextarea-background: #F1F1F4;
--background-tertiary: #F1F1F4;
--background-accent: #F19A8E;
--text-normal: #4E5377;
--text-spotify: #77AAB3;
--text-muted: #8388AD;
--text-link: #3788BE;
--background-floating: #1C1E2D;
--header-primary: #4E5377;
--header-secondary: #77AAB3;
--header-spotify: #77AAB3;
--interactive-normal: #4E5377;
--interactive-hover: #7397DE;
--interactive-active: #4E5377;
--ping: #D26A5D;
}
body {
--font-display: Manrope;
}
.body-2wLx-E, .headerTop-3GPUSF, .bodyInnerWrapper-2bQs1k, .footer-3naVBw {
background-color: var(--background-tertiary);
}
.title-17SveM, .name-3Uvkvr{
font-size: 14px;
}
.panels-3wFtMD {
background-color: var(--background-secondary);
padding-left: 5px;
padding-right: 5px;
}
.username-h_Y3Us {
font-family: var(--font-display);
font-size: 14px;
}
.peopleColumn-1wMU14, .panels-j1Uci_, .peopleColumn-29fq28, .peopleList-2VBrVI, .content-2hZxGK, .header-1zd7se, .root-g14mjS .small-23Atuv .fullscreenOnMobile-ixj0e3{
background-color: var(--background-secondary);
}
.textArea-12jD-V, .lookBlank-3eh9lL, .threadSidebar-1o3BTy, .scrollableContainer-2NUZem, .perksModalContentWrapper-3RHugb, .theme-dark .footer-31IekZ, .theme-light .footer-31IekZ{
background-color: var(--background-tertiary);
}
.numberBadge-2s8kKX, .base-PmTxvP, .baseShapeRound-1Mm1YW, .bar-30k2ka, .unreadMentionsBar-1Bu1dC, .mention-1f5kbO, .active-1SSsBb, .disableButton-220a9y {
background-color: var(--ping) !important;
}
.lookOutlined-3sRXeN.colorRed-1TFJan, .lookOutlined-3sRXeN.colorRed-1TFJan {
color: var(--ping) !important;
}
.header-3OsQeK, .container-ZMc96U {
box-shadow: none!important;
border: none!important;
}
.content-1gYQeQ, .layout-1qmrhw, .inputDefault-3FGxgL, .input-2g-os5, .input-2z42oC, .role-2TIOKu, .searchBar-jGtisZ {
border-radius: 6px;
}
.layout-1qmrhw:hover, .content-1gYQeQ:hover {
background-color: var(--background-modifier-selected)!important;
}