Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 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.  
  11. /*
  12. Awesome images by the Among Trees game
  13. Website: https://www.amongtreesgame.com/
  14.  
  15. Forest 1080p: https://i.redd.it/4v718eku9z221.png
  16. Dear 4K: https://i.imgur.com/kYW2H5C.jpg
  17. Valley 2K: https://hdqwalls.com/wallpapers/small-memory-lp.jpg
  18. Valley 8K: https://i.imgur.com/768zfyS.jpg
  19. */
  20.  
  21. @import url("https://gibbu.github.io/BetterDiscord-Themes/FrostedGlass/base.css");
  22.  
  23. /* Black Box user tags */
  24. @import url('https://monstrousdev.github.io/themes/addons/user-tags.css');
  25.  
  26. :root {
  27.  
  28. /* Image variables */
  29. --BG-image: url('https://i.imgur.com/kYW2H5C.jpg'); /* URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
  30. --BG-image-blur: 2px; /* MUST END IN px (0px) | DEFAULT: 5px */
  31.  
  32. /* Brightness variables */
  33. --BG-serverlist-brightness: 0.7; /* DEFAULT: 0.8 */
  34. --BG-left-brightness: 0.7; /* DEFAULT: 0.8 */
  35. --BG-right-brightness: 0.4; /* DEFAULT: 0.6 */
  36. --BG-popout-brightness: 0.6; /* Usually darker than --BG-right-brightness | DEFAULT: 0.7 */
  37.  
  38. /*
  39. Gradient variables
  40. Use this website: https://htmlcolorcodes.com/color-picker/
  41. to get your desired RGB numbers. Then simply put each number in their respective area.
  42. R,G,B
  43. */
  44. --BG-gradient-one: 103,58,183; /* DEFAULT: 103,58,183 */
  45. --BG-gradient-two: 63,81,181; /* DEFAULT: 63,81,181 */
  46. --BG-gradient-direction: -45deg; /* DEFAULT: -45deg */
  47.  
  48. /* Other variables */
  49. --BG-window-padding: 0px; /* Space between Discord window and Discord itself | DEFAULT: 20px */
  50. --BG-window-roundness: 10px; /* Edges of Discord | DEFAULT: 10px */
  51. --BG-left-right-split: 0; /* Space between channels/dm's and chat/members list | DEFAULT: 0 */
  52.  
  53. }
  54.  
  55. /*
  56. Coloured SVG's by DevilBro#4401
  57. Discord Server: https://discordapp.com/invite/Jx3TjNS
  58. PayPal.Me: https://www.paypal.me/MircoWittrien
  59. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement