Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. //META{"name":"NieR_Automata","description":"Update is comming!</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/Wahrandz' target='_blank'>@AbdelBoulkelch</a></b></span>","author":"<a href='https://github.com/Wahrandz' target='_blank'>@AbdelBoulkelch</a>","version":""}*//{}
  2. /* "NieR_Automata by @AbdelBoulkelch */
  3. /* By AbdelBoulkelch , Ikaraz and thanks to Zerthox for this code */
  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://github.com/Wahrandz
  16. Discord: https://git.io/vMnlu (Join this server !)
  17. Wiki: https://git.io/vXTqM (Where I create the code)
  18. Latest version: https://git.io/v6Muk (Theme by Zerthox)
  19. Changelog: https://git.io/v6r5N (Look this from Zerthox)
  20. ---------------------------------------------------------------------------------------------------------------------------------------------
  21. */
  22. /*
  23. ---------------------------------------------------------------------------------------------------------------------------------------------
  24. ============== CUSTOMIZABLE COLORS ===============
  25. */
  26. :root {
  27. --main-color: #B22222;
  28. --hover-color: #4f4426;
  29. --background-blur: 0px;
  30. --background-brightness: 100%;
  31. }
  32. .container-RYiLUQ,
  33. .wrapper-2ldvyE,
  34. .private-channels .channel.selected a,
  35. .private-channels .channel:hover a
  36. {
  37. background: transparent !important;
  38. }
  39. .contentSelectedText-3j5CXt,
  40. .contentHoveredText-2HYGIY,
  41. .contentHoveredVoice-3qGNKh:active,
  42. .contentSelectedVoice-gTtYM9:active{
  43. background-color: rgba(0,0,0,.3);
  44. }
  45. /*
  46. --------------------------------------------------------------------------------------------------------------------------------------------
  47. */
  48. /*
  49. ---------------------------------------------------------------------------------------------------------------------------------------------
  50. ========= CUSTOMIZABLE BACKGROUND IMAGE ==========
  51. */
  52. body::after,
  53. .callout-backdrop,
  54. .user-popout::before,
  55. #user-profile-modal .header::before,
  56. #pubs-container::before,
  57. .auth-background,
  58. .auth-tiling-bg,
  59. .invite-modal .invite-splash,
  60. .radio-theme.light label,
  61. .radio-theme.dark label{
  62. background-image: url(https://www.walldevil.com/wallpapers/a90/cyborg-woman-tattoo.jpg) !important; /* IMPORTANT: Link must be HTTP! */
  63. }
  64. /*
  65. --------------------------------------------------------------------------------------------------------------------------------------------
  66. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement