Advertisement
Hellotop2

Untitled

Feb 16th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. /*//META{"name":"Aurora","description":"A cozy dark theme with blurred elements and gradients. Requires BetterDiscord's Normalized classes function to be enabled.","author":"Tropical","version":"2.4.1", "website":"https://bit.ly/derealised", "source":"https://github.com/tropix126/betterDiscordStuff/blob/master/aurora/"}*//**/
  2. /*Import CSS From Github*/
  3. @import url('https://tropix126.github.io/BetterDiscordStuff/aurora/css/base.css');
  4. /*
  5. /$$$$$$
  6. /$$__ $$
  7. | $$ \ $$ /$$ /$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$
  8. | $$$$$$$$| $$ | $$ /$$__ $$ /$$__ $$ /$$__ $$|____ $$
  9. | $$__ $$| $$ | $$| $$ \__/| $$ \ $$| $$ \__/ /$$$$$$$
  10. | $$ | $$| $$ | $$| $$ | $$ | $$| $$ /$$__ $$
  11. | $$ | $$| $$$$$$/| $$ | $$$$$$/| $$ | $$$$$$$
  12. |__/ |__/ \______/ |__/ \______/ |__/ \_______/
  13. */
  14.  
  15. :root {
  16. /*Color Variables*/
  17. --main-color: linear-gradient(150deg, var(--gradient1), var(--gradient2)); /*Accent Color of the Theme*/
  18. --gradient1: #3ecc9c; /*First Gradient Color*/
  19. --gradient2: #185a9d; /*Second Gradient Color*/
  20. --hover-color: rgb(67, 206, 162); /*Secondary Accent of the Theme*/
  21. --main-color-faded: rgba(67, 206, 162, 0.2); /*Faded Main Color*/
  22. /*Backdrop Variables*/
  23. --backdrop: url(https://i.imgur.com/xcjXx3E.jpg); /*Normal Backdrop*/
  24. --backdropblurred: url(https://i.imgur.com/ExNrzGV.jpg); /*Darker/Blurred Version of Backdrop*/
  25. --backdrop-darkness:transparent; /*Brightness of var(--backdrop);*/
  26. /*Roundness Variables*/
  27. --chat-avatar-roundness:5px !important; /*Roundness of chat avatars*/
  28. --media-roundness:50px !important; /*General Roundness*/
  29. --guild-hovered-roundness:12px !important; /*Roundness of servers on hover*/
  30. /*Status Variables*/
  31. --online: #43b581 !important; /*Color When someone is Online*/
  32. --idle: #faa61a !important; /*Color When someone is Idle*/
  33. --dnd: #f04747 !important; /*Color When someone is in Do Not Disturb*/
  34. --offline: #636b75 !important; /*Color When someone is offline*/
  35. --invisible: #747f8d !important; /*Color When someone is Invisible*/
  36. --streaming: #643da7 !important; /*Color When someone is Streaming*/
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement