Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. //META{"name":"ClearVision_Ruby","description":"A raging, red theme with customizable colors & background!</br> Based on <a href='https://github.com/0mniscient/Discord-Themes/tree/master/Themes' target='_blank'>Discord Reborn</a> by <a href='https://github.com/0mniscient' target='_blank'>@Omniscient</a> & <a href='https://github.com/cosmicsalad/Discord-Themes-and-Plugins/tree/master/themes/DarkMatter' target='_blank'>DarkMatter</a> by <a href='https://github.com/cosmicsalad' target='_blank'>@Hammock</a> <span style='position: absolute; bottom: 0; left: 0;'>Links: <b><a href='https://git.io/v6BHO' target='_blank'>Github</a></b> | <b><a href='https://discord.gg/FtYVPky' target='_blank'>Discord</a></b> | <b><a href='https://git.io/vXTqM' target='_blank'>Wiki</a></b></span> <span style='position: absolute; bottom: 0; right: 14px;'>By <b><a href='https://github.com/Zerthox' target='_blank'>@Zerthox</a></b></span>","author":"<a href='https://github.com/Zerthox' target='_blank'>@Zerthox</a>","version":"5"}*//{}
  2. /* "ClearVision - Ruby 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://gitcdn.xyz/repo/Zerthox/ClearVision/master/css/ClearVision_v5.min.css);
  7. /*---------------------------------------------------------------------------------------------------------------------------------------------
  8. IMPORTANT: CHANGE BETWEEN DARK AND LIGHT VERSION IN APPEARANCE SETTINGS!
  9. ---------------------------------------------------------------------------------------------------------------------------------------------
  10. */
  11. /*
  12. ---------------------------------------------------------------------------------------------------------------------------------------------
  13. ================ IMPORTANT LINKS =================
  14. Github: https://git.io/v6BHO
  15. Discord: https://git.io/vMnlu
  16. Wiki: https://git.io/vXTqM
  17. Latest version: https://git.io/v6Muk
  18. Changelog: https://git.io/v6r5N
  19. ---------------------------------------------------------------------------------------------------------------------------------------------
  20. */
  21. /*
  22. ---------------------------------------------------------------------------------------------------------------------------------------------
  23. ============== CUSTOMIZABLE COLORS ===============
  24. */
  25. :root {
  26. --main-color: #5C4B4B;
  27. --hover-color: #F58B05;
  28. --background-blur: 0px;
  29. --background-brightness: 100%;
  30. }
  31. /*
  32. --------------------------------------------------------------------------------------------------------------------------------------------
  33. */
  34. /*
  35. ---------------------------------------------------------------------------------------------------------------------------------------------
  36. ========= CUSTOMIZABLE BACKGROUND IMAGE ==========
  37. */
  38. body::after,
  39. .callout-backdrop,
  40. .user-popout::before,
  41. #user-profile-modal .header::before,
  42. #pubs-container::before,
  43. .auth-background,
  44. .auth-tiling-bg,
  45. .invite-modal .invite-splash,
  46. .radio-theme.light label,
  47. .radio-theme.dark label{
  48. background-image: url(https://wallpaperscraft.com/image/tokyo_ghoul_kaneki_ken_guy_anime_face_103282_1920x1200.jpg) !important; /* IMPORTANT: Link must be HTTPS! */
  49. }
  50. /*
  51. ---------------------------------------------------------------------------------------------------------------------------------------------
  52. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement