/** * @name Frosted Glass * @author Gibbu#1211 * @version 1.0.0 * @description Display your picture of choice with adjustable blur and brightness. Discord Dark theme is required via the Appearance tab. * @source https://github.com/Gibbu/BetterDiscord-Themes/tree/master/FrostedGlass * @website https://gibbu.me/ */ /* Awesome images by the Among Trees game Website: https://www.amongtreesgame.com/ Forest 1080p: https://i.redd.it/4v718eku9z221.png Dear 4K: https://i.imgur.com/kYW2H5C.jpg Valley 2K: https://hdqwalls.com/wallpapers/small-memory-lp.jpg Valley 8K: https://i.imgur.com/768zfyS.jpg */ @import url("https://gibbu.github.io/BetterDiscord-Themes/FrostedGlass/base.css"); /* BlackBox user tags */ @import url("https://monstrousdev.github.io/themes/addons/user-tags.css"); /* Old Windows titlebar - remove this @import if you wish to use default titlebar */ @import url("https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css"); :root { /* Image variables */ --BG-image: url("https://i.imgur.com/bc0aI21.png"); /* URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */ --BG-image-blur: 1px; /* MUST END IN px (0px) | DEFAULT: 5px */ /* Brightness variables */ --BG-serverlist-brightness: 0.4; /* 0 - 1 (decimals allowed) | DEFAULT: 0.8 */ --BG-left-brightness: 0.4; /* 0 - 1 (decimals allowed) | DEFAULT: 0.8 */ --BG-right-brightness: 0.2; /* 0 - 1 (decimals allowed) | DEFAULT: 0.6 */ --BG-popout-brightness: 0.2; /* 0 - 1 (decimals allowed) | Usually darker than --BG-right-brightness | DEFAULT: 0.7 */ --BG-font: "Whitney"; /* Font of Discord | DEFAULT: Whitney */ }