-
Notifications
You must be signed in to change notification settings - Fork 0
/
autotheme.css
106 lines (75 loc) · 2.05 KB
/
autotheme.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
/*--- This will automatically update your theme to the latest release */
@import "https://rawgit.com/AlexFlipnote/Discord_Theme/master/theme.css";
/*
** --------------
** Theme settings
** --------------
*/
/* Settings notif indic */
@import "https://rawgit.com/iFonny/OriDiscord/master/settings/indic.css";
/* Gland badge */
@import "https://rawgit.com/iFonny/OriDiscord/master/settings/gland.css";
/*
** -------------
** 2 Guilds/Line
** -------------
*/
@import "https://rawgit.com/AlexFlipnote/Discord_Theme/master/plugins/wideGuilds.css";
/*
** -------------------------
** DiscordInjections Support
** -------------------------
*/
@import "https://rawgit.com/AlexFlipnote/Discord_Theme/master/plugins/DiscordInjections.css";
/*
** ------------------
** Discord Background
** ------------------
*/
@import "https://rawgit.com/AlexFlipnote/Discord_Theme/master/plugins/transparent.css";
/* Settings */
/* div[class*="app-"]:first-child { background: rgba(0, 0, 0, 0.65); } */
body::before {
background: url("https://i.imgur.com/zr6WscV.png");
/* Advanced settings */
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.theme-dark .search-popout .option.selected {
background-color: #303030;
}
/*
** --------------
** Other settings
** --------------
*/
:root {
--notif: #cf0626;
--notifborder: #7A78BD;
--transparent-overlay: rgba(0, 0, 0, .65);
--transparent-blur: 1px; /* Don't include this line if you do not wish to have blur background */
}
/* Transparent title bar (mac) */
#app-mount div[class*="titleBar-"] {
background: transparent !important;
padding-top: 15px;
margin-bottom: 50px;
}
/* better transparent title bar (max) */
.platform-osx .guilds-wrapper {
padding-top: 32px;
margin-top: 0;
}
/* shadow emoji/emote discord */
.emoji,
.emoji.jumboable {
border-radius: 4px;
filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.3));
}
/* Hide blocked messages */
/*
.message-group-blocked-btn {
display: none;
}*/