Advertisement
Guest User

Untitled

a guest
May 26th, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. //META{"name":"ClearVision_Halloween","description":"A spooky, orange theme made for halloween! Based on Discord Reborn by @Omniscient &DarkMatter by @Hammock. Server: https://discord.me/clearvision","author":"Zerthox","version":"5"}*//{}
  2. /* "ClearVision - Halloween v5" by @Zerthox */
  3. /* Based on "Discord Reborn v4.30" by @Omniscient & "DarkMatter" by @Hammock */
  4.  
  5. /* IMPORT CSS FROM GITHUB */
  6. @import url(https://zerthox.github.io/ClearVision/mods/ContrastImprovements.css);
  7. @import url(https://zerthox.github.io/ClearVision/css/ClearVision_v5.min.css);
  8. @import url(https://zerthox.github.io/ClearVision/mods/SmoothBackgrounds.css);
  9. /*
  10. ---------------------------------------------------------------------------------------------------------------------------------------------
  11. IMPORTANT: CHANGE BETWEEN DARK AND LIGHT VERSION IN APPEARANCE SETTINGS!
  12. ---------------------------------------------------------------------------------------------------------------------------------------------
  13. */
  14. /*
  15. ---------------------------------------------------------------------------------------------------------------------------------------------
  16. ================ IMPORTANT LINKS =================
  17. Github: https://git.io/v6BHO
  18. Discord: https://git.io/vMnlu
  19. Wiki: https://git.io/vXTqM
  20. Latest version: https://git.io/v6Muk
  21. Changelog: https://git.io/v6r5N
  22. ---------------------------------------------------------------------------------------------------------------------------------------------
  23. */
  24. /*
  25. ---------------------------------------------------------------------------------------------------------------------------------------------
  26. ============== CUSTOMIZABLE COLORS ===============
  27. */
  28. :root {
  29. --main-color: #e67a27;
  30. --hover-color: #b35d1e;
  31. --background-blur: 0px;@
  32. --background-brightness: 100%;
  33. }
  34. /*
  35. --------------------------------------------------------------------------------------------------------------------------------------------
  36. */
  37. /*
  38. ---------------------------------------------------------------------------------------------------------------------------------------------
  39. ========= CUSTOMIZABLE BACKGROUND IMAGE ==========
  40. */
  41. body::after,
  42. .callout-backdrop,
  43. .userPopout-11hFKo::before,
  44. .userPopout-3XzG_A::before,
  45. .root-SR8cQa::before,
  46. #pubs-container::before,
  47. .auth-background,
  48. .auth-tiling-bg,
  49. .invite-modal .invite-splash,
  50. .radio-theme.light label,
  51. .radio-theme.dark label {
  52. background-image: url(https://imgur.com/VGoDeCQ.jpg) !important; /* IMPORTANT: Link must be HTTPS! */
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement