Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. Skip to content
  2. Features
  3. Business
  4. Explore
  5. Pricing
  6. This repository
  7. Sign in or Sign up
  8.  
  9. 13
  10. 40
  11.  
  12. 96
  13.  
  14. Zerthox/ClearVision
  15. Code
  16. Issues 0
  17. Pull requests 0
  18. Projects 0
  19. Wiki
  20. Pulse
  21. Graphs
  22. ClearVision/themes/ClearVision_Emerald.theme.css
  23. b25af84 on Jan 15
  24. @Zerthox Zerthox Update to v5
  25. 54 lines (52 sloc) 3.25 KB
  26. //META{"name":"ClearVision_Emerald","description":"A peaceful, green 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"}*//{}
  27. /* "ClearVision - Emerald v5" by @Zerthox */
  28. /* Based on "Discord Reborn v4.30" by @Omniscient & "DarkMatter" by @Hammock */
  29.  
  30. /* IMPORT CSS FROM GITHUB */
  31. @import url(https://gitcdn.xyz/repo/Zerthox/ClearVision/master/css/ClearVision_v5.min.css);
  32. /*
  33. ---------------------------------------------------------------------------------------------------------------------------------------------
  34. IMPORTANT: CHANGE BETWEEN DARK AND LIGHT VERSION IN APPEARANCE SETTINGS!
  35. ---------------------------------------------------------------------------------------------------------------------------------------------
  36. */
  37. /*
  38. ---------------------------------------------------------------------------------------------------------------------------------------------
  39. ================ IMPORTANT LINKS =================
  40. Github: https://git.io/v6BHO
  41. Discord: https://git.io/vMnlu
  42. Wiki: https://git.io/vXTqM
  43. Latest version: https://git.io/v6Muk
  44. Changelog: https://git.io/v6r5N
  45. ---------------------------------------------------------------------------------------------------------------------------------------------
  46. */
  47. /*
  48. ---------------------------------------------------------------------------------------------------------------------------------------------
  49. ============== CUSTOMIZABLE COLORS ===============
  50. */
  51. :root {
  52. --main-color: #37B4D2;
  53. --hover-color: #37B4D2;
  54. --background-blur: 0px;
  55. --background-brightness: 100%;
  56. }
  57. /*
  58. --------------------------------------------------------------------------------------------------------------------------------------------
  59. */
  60. /*
  61. ---------------------------------------------------------------------------------------------------------------------------------------------
  62. ========= CUSTOMIZABLE BACKGROUND IMAGE ==========
  63. */
  64. body::after,
  65. .callout-backdrop,
  66. .user-popout::before,
  67. #user-profile-modal .header::before,
  68. #pubs-container::before,
  69. .auth-background,
  70. .auth-tiling-bg,
  71. .invite-modal .invite-splash,
  72. .radio-theme.light label,
  73. .radio-theme.dark label{
  74. background-image: url(https://i.imgur.com/6f8vevM.jpg) !important; /* IMPORTANT: Link must be HTTPS! */
  75. }
  76. /*
  77. --------------------------------------------------------------------------------------------------------------------------------------------
  78. */
  79.  
  80. Contact GitHub API Training Shop Blog About
  81.  
  82. © 2017 GitHub, Inc. Terms Privacy Security Status Help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement