Advertisement
Felipe_Dev

Theme Vyper 2.0 Beta

Apr 24th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.95 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 - 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://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. /*
  15. ---------------------------------------------------------------------------------------------------------------------------------------------
  16. ============== CUSTOMIZABLE COLORS ===============
  17. */
  18. :root {
  19.     --main-color: #81e127;
  20.     --hover-color: #bcff7e;
  21.     --background-blur: 2px;
  22.     --background-brightness: 100%;
  23. }
  24. /*
  25. --------------------------------------------------------------------------------------------------------------------------------------------
  26. */
  27. /*
  28. ---------------------------------------------------------------------------------------------------------------------------------------------
  29. ========= CUSTOMIZABLE BACKGROUND IMAGE ==========
  30. */
  31. body::after,
  32. .callout-backdrop,
  33. .user-popout::before,
  34. #user-profile-modal .header::before,
  35. #pubs-container::before,
  36. .auth-background,
  37. .auth-tiling-bg,
  38. .invite-modal .invite-splash,
  39. .radio-theme.light label,
  40. .radio-theme.dark label{
  41.     background-image: url(https://i.imgur.com/Z6J8JX7.png) !important; /* IMPORTANT: Link must be HTTPS! */
  42. }
  43. /*
  44. --------------------------------------------------------------------------------------------------------------------------------------------
  45. */
  46.  
  47. /* HALLOWEEN LOADING ANIMATION */
  48. :root {
  49.     --load1: "Carregando...";
  50.     --load2: "BY: @LuisFelipeDev";
  51.     --load3: "Vyper Network Theme Carregado com sucesso!";
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement