Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. /**
  2. * @name Frosted Glass
  3. * @author Gibbu#1211
  4. * @version 1.0.0
  5. * @description Display your picture of choice with adjustable blur and brightness. Discord Dark theme is required via the Appearance tab.
  6. * @source https://github.com/Gibbu/BetterDiscord-Themes/tree/master/FrostedGlass
  7. * @website https://gibbu.me/
  8. */
  9. /*
  10. Awesome images by the Among Trees game
  11. Website: https://www.amongtreesgame.com/
  12. Forest 1080p: https://i.redd.it/4v718eku9z221.png
  13. Dear 4K: https://i.imgur.com/kYW2H5C.jpg
  14. Valley 2K: https://hdqwalls.com/wallpapers/small-memory-lp.jpg
  15. Valley 8K: https://i.imgur.com/768zfyS.jpg
  16. */
  17.  
  18. @import url("https://gibbu.github.io/BetterDiscord-Themes/FrostedGlass/base.css");
  19.  
  20. /* BlackBox user tags */
  21. @import url("https://monstrousdev.github.io/themes/addons/user-tags.css");
  22.  
  23. /* Old Windows titlebar - remove this @import if you wish to use default titlebar */
  24. @import url("https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css");
  25.  
  26. :root {
  27. /* Image variables */
  28. --BG-image: url("https://i.imgur.com/bc0aI21.png"); /* URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
  29. --BG-image-blur: 1px; /* MUST END IN px (0px) | DEFAULT: 5px */
  30.  
  31. /* Brightness variables */
  32. --BG-serverlist-brightness: 0.4; /* 0 - 1 (decimals allowed) | DEFAULT: 0.8 */
  33. --BG-left-brightness: 0.4; /* 0 - 1 (decimals allowed) | DEFAULT: 0.8 */
  34. --BG-right-brightness: 0.2; /* 0 - 1 (decimals allowed) | DEFAULT: 0.6 */
  35. --BG-popout-brightness: 0.2; /* 0 - 1 (decimals allowed) | Usually darker than --BG-right-brightness | DEFAULT: 0.7 */
  36.  
  37. --BG-font: "Whitney";
  38. /* Font of Discord | DEFAULT: Whitney */
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement