T1

By Eight_P Version 0.11.0 Updated 05/28/2026 222K downloads

Image background + Horizontal server bar

layout customizable dark flat

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

T1 screenshot
T1.theme.css
GitHub

Open source

https://raw.githubusercontent.com/Eight-P/BD.8P/69e54ab797127c7fac9d14f006c99cc11a50904c/Themes/T1/T1.theme.css
1/**
2 * @name T1
3 * @description Simple design with focus on improvements and a horizontal server bar. ๐Ÿ›ˆ Edit the theme file for more options.
4 * @version 0.11.0
5 * @author Eight_P
6 * @authorLink https://github.com/Eight-P
7 * @website https://betterdiscord.app/theme/T1
8 * @source https://github.com/Eight-P/BD.8P/tree/master/Themes/T1
9*/
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/issues
17 Or ask questions at: https://github.com/Eight-P/BD.8P/discussions
18
19 - To reduce potential bugs, Discord&#039;s stable client is highly recommended.
20
21
22==>; Settings <;==
23
24 - To configure the theme, it&#039;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/Themes
26
27 - Unless overwise stated: 0 = Visible/Off | 1 = Hidden/On
28*/
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 hover
44/* - 0: Highlight on hover
45/* - 1: Hide unless btns are hovered or expanded
46/* - 2: Never highlight */
47
48--hide-messageHover: 1 ;
49
50
51/* Hide emojis in message buttons
52/* - 0: Show all
53/* - 1: Hide until hovered
54/* - 2: Hidden */
55
56--hide-messageBtnEmojis: 1 ;
57
58
59/* Reduce all message buttons
60/* - 0: Show all
61/* - 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 hover
69/* - 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 link
80/* - 0: Masked
81/* - 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 nameplates
100/* - 0: Show all
101/* - 1: Hide in member list
102/* - 2: Hide own in profile panel
103/* - 3: Hide all */
104
105--hide-nameplates: 0 ;
106
107
108/* Hide clan tags
109/* - 0: Show all
110/* - 1: Hide in member list
111/* - 2: hide all */
112
113--hide-clanTags: 0 ;
114
115
116/* Hide username holographic gradient & animation
117/* - 0: Show
118/* - 1: Hide using color 1
119/* - 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-style
132/* - 0: No background
133/* - 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 tab
172/* - 0: Always show
173/* - 1: Hide when empty
174/* - 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 font
191/* - 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