-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathT1.theme.css
55 lines (40 loc) · 1.78 KB
/
T1.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
/**
* @name T1
* @description Simple design with focus on improvements and horizontal server bar.
* @version 0.8
* @author Eight_P
* @authorId 120202910586896385
* @website https://betterdiscord.app/theme/T1
* @source https://github.com/Eight-P/BD.8P/tree/master/Themes/T1
*/
@import url(https://eight-p.github.io/BD.8P/Themes/T1/imports/T1.main.css);
:root {
/* ==> IMPORTANT <==
- The Theme might not work properly when mixed with others.
- The Theme was made for BetterDiscord and updates to match the stable client.
Any other Mod, Platform, or version might work, but is not guaranteed.
- To report any issues, go to: https://github.com/Eight-P/BD.8P/issues
==> SETTINGS <==
- Backgrounds can be links, colors or gradients (links must be HTTPS).
- Choose discord's "Dark" theme (User-Settings/Appearance) for dark images and "Light" for bright ones.
- Brightness: normal = 100 | lower = darker, higher = brighter
- Blur effect: 0 = off | higher number = more blur
- Chat buttons: 1 = show | 0 = hidden
*/
--Main_Background: url(https://eight-p.github.io/BD.8P/Themes/T1/imports/Main-bg.jpg);
--Main_Brightness: 80 ;
--Main_Background_blur: 0 ;
--Server_Background: url(https://eight-p.github.io/BD.8P/Themes/T1/imports/Server-bg.jpg);
--Server_Brightness: 100 ;
--Server_Background_blur: 0 ;
--show-nitro-btn: 0 ;
--show-gif-btn: 1 ;
--show-sticker-btn: 0 ;
--show-emoji-btn: 1 ;
--show-home-tabs: 1 ;
--show-serverboost-stats: 1 ;
/* Button overlay in call view (1 = always show | 0 = only show on hover) */
--always-show-voicecontrols: 0 ;
/* Main font (prioritization: left to right) */
--Font: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif ;
}