Advertisement
Guest User

discord theme

a guest
Apr 30th, 2017
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. //META{"name":"ClearVision_Amber","description":"A fiery, orange 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 - Amber 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. ---------------------------------------------------------------------------------------------------------------------------------------------
  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: #c41b1b;
  28. --hover-color: #7a0000;
  29. --background-blur: 0px;
  30. --background-brightness: 200%;
  31. }
  32. /*
  33. --------------------------------------------------------------------------------------------------------------------------------------------
  34. */
  35. /*
  36. ---------------------------------------------------------------------------------------------------------------------------------------------
  37. ========= CUSTOMIZABLE BACKGROUND IMAGE ==========
  38. */
  39. body::after,
  40. .callout-backdrop,
  41. .user-popout::before,
  42. #user-profile-modal .header::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://i.imgur.com/nNNu1WE.jpg) !important; /* IMPORTANT: Link must be HTTPS! */
  50. }
  51. /*
  52. --------------------------------------------------------------------------------------------------------------------------------------------
  53. */
  54.  
  55.  
  56.  
  57. .guilds-wrapper .guilds .friends-icon:after {
  58. display:block;
  59. width:56px;
  60. height:58px;
  61. content:'';
  62. background-image: url(https://i.imgur.com/9Hlu1ow.gif) !important;
  63. background-size:110%;
  64. background-repeat:no-repeat;
  65. background-position:top center;
  66. }
  67.  
  68.  
  69.  
  70. /*
  71.  
  72. /* "No Nitro Marks v1.0" by Zerthox */
  73. /* Remove ClearVision Nitro user marks */
  74.  
  75. .avatar-small[style*='/a_'] + .member-inner .member-username-inner::after,
  76. .guild-settings-modal-members .avatar-small[style*='/a_'] + .member-inner .member-username::after,
  77. .message-group .avatar-large[style*='/a_'] + .comment .user-name::after {
  78. display: none;
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement