Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. @import url("https://gibbu.github.io/BetterDiscord-Themes/FrostedGlass/base.css");
  2.  
  3. /* Black Box user tags */
  4. @import url('https://monstrousdev.github.io/themes/addons/user-tags.css');
  5.  
  6. :root {
  7.  
  8. /* Image variables */
  9. --BG-image: url('http://www.nickywin.net/medias/album/wallhaven-22629.png'); /* URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
  10. --BG-image-blur: 9px; /* MUST END IN px (0px) | DEFAULT: 5px */
  11.  
  12. /* Brightness variables */
  13. --BG-serverlist-brightness: 0.8; /* DEFAULT: 0.8 */
  14. --BG-left-brightness: 0.2; /* DEFAULT: 0.8 */
  15. --BG-right-brightness: 0.2; /* DEFAULT: 0.6 */
  16. --BG-popout-brightness: 0.1
  17. /*
  18. Gradient variables
  19. Use this website: https://htmlcolorcodes.com/color-picker/
  20. to get your desired RGB numbers. Then simply put each number in their respective area.
  21. R,G,B
  22. */
  23. --BG-gradient-one: 103,58,183; /* DEFAULT: 103,58,183 */
  24. --BG-gradient-two: 63,81,181; /* DEFAULT: 63,81,181 */
  25. --BG-gradient-direction: -45deg; /* DEFAULT: -45deg */
  26.  
  27. /* Other variables */
  28. --BG-window-padding: 20px; /* Space between Discord window and Discord itself | DEFAULT: 20px */
  29. --BG-window-roundness: 10px; /* Edges of Discord | DEFAULT: 10px */
  30. --BG-left-right-split: 0; /* Space between channels/dm's and chat/members list | DEFAULT: 0 */
  31.  
  32. }
  33.  
  34. /*
  35. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement