T1
Image background + Horizontal server bar
107
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name T13
* @description Simple design with focus on improvements and a horizontal server bar. ๐ Edit the theme file for more options.4
* @version 0.11.05
* @author Eight_P6
* @authorLink https://github.com/Eight-P7
* @website https://betterdiscord.app/theme/T18
* @source https://github.com/Eight-P/BD.8P/tree/master/Themes/T19
*/10
11
@import url(https://eight-p.github.io/BD.8P/Themes/T1/dist/T1.css);12
13
/*14
==> Info <==15
16
- Report any issues at: https://github.com/Eight-P/BD.8P/issues17
Or ask questions at: https://github.com/Eight-P/BD.8P/discussions18
19
- To reduce potential bugs, Discord's stable client is highly recommended.20
21
22
==> Settings <==23
24
- To configure the theme, it's best to copy & paste the variables into your Custom/Quick CSS.25
For more information check: https://github.com/Eight-P/BD.8P/tree/master/Themes26
27
- Unless overwise stated: 0 = Visible/Off | 1 = Hidden/On28
*/29
30
:root {31
32
/* -- Chat */33
34
/* Hide chat input buttons */35
36
--hide-chatBtn-nitro: 1 ;37
--hide-chatBtn-gif: 0 ;38
--hide-chatBtn-sticker: 0 ;39
--hide-chatBtn-emoji: 0 ;40
--hide-chatBtn-apps: 0 ;41
42
43
/* Hide message background hover44
/* - 0: Highlight on hover45
/* - 1: Hide unless btns are hovered or expanded46
/* - 2: Never highlight */47
48
--hide-messageHover: 1 ;49
50
51
/* Hide emojis in message buttons52
/* - 0: Show all53
/* - 1: Hide until hovered54
/* - 2: Hidden */55
56
--hide-messageBtnEmojis: 1 ;57
58
59
/* Reduce all message buttons60
/* - 0: Show all61
/* - 1: Reduce until hovered */62
/* - 2: Hidden */63
64
--reduce-messageBtns: 0 ;65
66
67
/* Keep button overlay in call view (reduces the height)68
/* - 0: Only show on hover69
/* - 1: Always show */70
71
--keep-voiceChannelBtns: 0 ;72
73
74
/* Highlight chat input when focused/selected */75
76
--highlight-focusedChatInput: 0 ;77
78
79
/* Show the URL next to a masked link80
/* - 0: Masked81
/* - 1: Show URL in messages (except embeds)82
/* - 2: Show URL everywhere */83
84
--unmask-links: 0 ;85
86
87
/* -- Effects & Decorations */88
89
/* Hide profile popout/modal background effects */90
91
--hide-profileEffects: 0 ;92
93
94
/* Hide user avatar decorations */95
96
--hide-avatarDecorations: 0 ;97
98
99
/* Hide nameplates100
/* - 0: Show all101
/* - 1: Hide in member list102
/* - 2: Hide own in profile panel103
/* - 3: Hide all */104
105
--hide-nameplates: 0 ;106
107
108
/* Hide clan tags109
/* - 0: Show all110
/* - 1: Hide in member list111
/* - 2: hide all */112
113
--hide-clanTags: 0 ;114
115
116
/* Hide username holographic gradient & animation117
/* - 0: Show118
/* - 1: Hide using color 1119
/* - 2: Hide using color 2 */120
121
--disable-roleGradients: 0 ;122
123
124
/* Hide super reaction animations */125
126
--hide-reactionAnimations: 0 ;127
128
129
/* -- Server bar / Guilds list */130
131
/* Folder background-style132
/* - 0: No background133
/* - 1: Background */134
135
--serverBar-FolderStyle: 1 ;136
137
138
/* Space between server bar icons (unit should be px) */139
140
--serverBar-Spacing: 17px ;141
142
143
/* Server icon size (can make the images look blurry)144
/* - 100: default | lower number = smaller */145
146
--serverBar-IconSize: 100 ;147
148
149
/* -- Backgrounds */150
151
/* Background images | Can be links, colors, gradients or none (links must be HTTPS) */152
153
--background-app: url(https://eight-p.github.io/BD.8P/Themes/T1/assets/Main-bg.jpg);154
--background-server: url(https://eight-p.github.io/BD.8P/Themes/T1/assets/Server-bg.jpg);155
156
157
/* Background images brightness | lower = darker / higher = brighter */158
159
--backgroundBrightness-app: 80 ;160
--backgroundBrightness-server: 100 ;161
162
163
/* Background blur effect | 0: Off / higher number = more blur */164
165
--backgroundBlur-app: 0 ;166
--backgroundBlur-server: 0 ;167
168
169
/* -- Misc */170
171
/* Hide friend activities section in home tab172
/* - 0: Always show173
/* - 1: Hide when empty174
/* - 2: Always Hide */175
176
--hide-friendsActivity: 1 ;177
178
179
/* Hide server boost goal in the channel sidebar */180
181
--hide-serverBoostStats: 0 ;182
183
184
/* Add scrollbars */185
186
--show-sidebarScrollbar: 0 ;187
--show-memberListScrollbar: 0 ;188
189
190
/* Change default font191
/* - Prioritization: left to right | Fonts should be installed locally & may need quotation marks */192
193
--font: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif ;194
195
}196
197
198
:root { --T1Fv: 11 }199