/** * @name T1 * @description Simple design with focus on improvements and horizontal server bar. * @version 0.8.1 * @author Eight_P * @authorId 120202910586896385 * @website https://betterdiscord.app/theme/T1 * @source https://github.com/Eight-P/BD.8P/tree/master/Themes/T1 */ /* T1 */ @import url(https://eight-p.github.io/BD.8P/Themes/T1/imports/T1.main.css); /* Icon Revert 2023 by davart154 */ @import url(https://davart154.github.io/Themes/Icon%20Revert%202023/2023%20Icon%20Revert.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 ; }