Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
66
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_Sapphire","description":"A chilly, blue theme with customizable colors & background! Based on Discord Reborn by @Omniscient &DarkMatter by @Hammock. Server: https://discord.me/clearvision","author":"Zerthox","version":"5"}*//{}
  2. /* "ClearVision - Sapphire 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/css/ClearVision_v5.min.css);
  7. /*
  8. ---------------------------------------------------------------------------------------------------------------------------------------------
  9. IMPORTANT: CHANGE BETWEEN DARK AND LIGHT VERSION IN APPEARANCE SETTINGS!
  10. ---------------------------------------------------------------------------------------------------------------------------------------------
  11. */
  12. /*
  13. ---------------------------------------------------------------------------------------------------------------------------------------------
  14. ================ IMPORTANT LINKS =================
  15. Github: https://git.io/v6BHO
  16. Discord: https://git.io/vMnlu
  17. Wiki: https://git.io/vXTqM
  18. Latest version: https://git.io/v6Muk
  19. Changelog: https://git.io/v6r5N
  20. ---------------------------------------------------------------------------------------------------------------------------------------------
  21. */
  22. /*
  23. ---------------------------------------------------------------------------------------------------------------------------------------------
  24. ============== CUSTOMIZABLE COLORS ===============
  25. */
  26. :root {
  27. --main-color: #e800ff;
  28. --hover-color: #ff0000;
  29. --background-blur: 0px;
  30. --background-brightness: 100%;
  31. }
  32. /*
  33. --------------------------------------------------------------------------------------------------------------------------------------------
  34. */
  35. /*
  36. ---------------------------------------------------------------------------------------------------------------------------------------------
  37. ========= CUSTOMIZABLE BACKGROUND IMAGE ==========
  38. */
  39. body::after,
  40. .callout-backdrop,
  41. .userPopout-4pfA0d::before,
  42. .root-2sNHUF::before,
  43. #pubs-container::before,
  44. .auth-background,
  45. .auth-tiling-bg,
  46. .invite-modal .invite-splash,
  47. .radio-theme.light label,
  48. .radio-theme.dark label {
  49. background-image: url(https://zerthox.github.io/ClearVision/images/sapphire.jpg) !important; /* IMPORTANT: Link must be HTTPS! */
  50. }
  51. /*
  52. --------------------------------------------------------------------------------------------------------------------------------------------
  53. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement