Advertisement
Guest User

Untitled

a guest
May 26th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. //META{"name":"ClearVision_Halloween","description":"A spooky, orange theme made for halloween!</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. ================ 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: #ff4500;
  28. --hover-color: #800080;
  29. --background-blur: 0px;
  30. --background-brightness: 0%;
  31. }
  32.  
  33. ---------------------------------------------------------------------------------------------------------------------------------------------
  34. /* "Smooth Backgrounds v2.2b" by Zerthox & Hebgbs */
  35. /* Make the background really clear & more smooth */
  36.  
  37. DIV.theme-light .guilds-wrapper .scroller-wrap,
  38. DIV.theme-dark .guilds-wrapper .scroller-wrap,
  39. DIV.theme-light DIV[class*="noWrap"] [class*="channels-"],
  40. DIV.theme-dark DIV[class*="noWrap"] [class*="channels-"],
  41. DIV.theme-light DIV.flex-spacer.flex-horizontal,
  42. DIV.theme-dark DIV.flex-spacer.flex-horizontal,
  43. DIV[class*="titleWrapper"].theme-light > DIV[class*="title-"],
  44. DIV[class*="titleWrapper"].theme-dark > DIV[class*="title-"],
  45. DIV.theme-light DIV.channel-members,
  46. DIV.theme-dark DIV.channel-members,
  47. DIV.theme-light .search-results-wrap,
  48. DIV.theme-dark .search-results-wrap,
  49. DIV.theme-light #friends [class*="noWrap"][class*="headerBar"],
  50. DIV.theme-dark #friends [class*="noWrap"][class*="headerBar"],
  51. DIV.theme-light #friends DIV.friends-table,
  52. DIV.theme-dark #friends DIV.friends-table {
  53. background-color: transparent !important;
  54. }
  55. /*
  56. --------------------------------------------------------------------------------------------------------------------------------------------
  57. */
  58.  
  59. /* HALLOWEEN LOADING ANIMATION */
  60. :root {
  61. --load1: "Looking for Jinx";
  62. --load2: "Chasing Jinx";
  63. --load3: "Kissing Jinx";
  64. }
  65. .container-2OU7Cz, .theme-dark .title-qAcLxz, .channels-3g2vYe, .theme-dark .chat form, .theme-dark .headerBar-cxbhPD {
  66. background-color: transparent;
  67. }
  68.  
  69. css.theme-dark .title-qAcLxz, .channels-3g2vYe {
  70. Background-color: rgba(0, 0, 0, 0.0) !important;
  71. }
  72.  
  73. .titleWrapper-3Vi_wz {
  74. Background-color: rgba(0, 0, 0, 0.0) !important;
  75. }
  76.  
  77. /* Main background and settings background */
  78. .app,
  79. .callout-backdrop {
  80. background: url(https://imgur.com/IoW0iex.jpg) !important;
  81. background-size: cover !important;
  82. }
  83. .activityFeed-HeiGwL {
  84. background-color: rgba(0, 0, 0, 0.0) !important;
  85. }
  86. #app-mount,
  87. .app .layers .layer,
  88. .app .layers .layer>[class='container-'],
  89. .app .layers,
  90. .content-region,
  91. .guilds-wrapper,
  92. .sidebar-region,
  93. .ui-standard-sidebar-view,
  94. [class='activityFeed-'],
  95. [class='channels-'],
  96. [class='titleBar-']
  97. {
  98. /* Too dark or too bright? Adjust the opacity (0.3) to something lower or higher */
  99. background: rgba(0,0,0,0.0) !important;
  100. }
  101.  
  102. .channel-members,
  103. .chat .content,
  104. .chat form,
  105. .chat,
  106. .content .flex-spacer,
  107. .messages-wrapper,
  108. .typing,
  109. [class='channels-'] [class="container-"],
  110. [class='headerBar-'],
  111. [class='titleWrapper-'] [class='title-']
  112. {
  113. background: transparent !important;
  114. }
  115.  
  116. .messages-wrapper + form {
  117. box-shadow: none !important;
  118. }
  119. .channel-text-area-default [class*="inner-"], /* The chat bar */
  120. .channel-text-area-default [class*="autocomplete-"], /* Auto complete wrapper */
  121. .channel-text-area-default [class*="autocompleteInner-"], /* Auto complete container */
  122. .channel-text-area-default [class*="selectorSelected-"] { /* Selected item in auto complete */
  123. background-color: rgba(0,0,0,.6); }
  124. .channel-text-area-default [class*="textArea-"], /* Text in chat bar */
  125. .channel-text-area-default [class*="selector-"] [class*="marginLeft8-"] { /* User names in auto complete */
  126. color: white; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement