Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. //META{"name":"NotAnotherAnimeThemeSCSL","description":"Anime theme made by puckzxz#2080 and Quake#1470, make sure you're up to date at https://goo.gl/jfR9BS , Get support here https://discord.gg/FdZhbjY","author":"puckzxz#2080 & Quake#1470","version":"2.0"}*//{}
  2. @import url(https://8xs4qxklp8.execute-api.us-east-2.amazonaws.com/release/gorawgit?giturl=/puckzxz/NotAnotherAnimeTheme/master/css/scsl.css);
  3.  
  4.  
  5. /* To make editing this theme easier I recommend using Notepad++ , you can download it for free here - https://notepad-plus-plus.org/download/ */
  6.  
  7.  
  8. /* Any images you use MUST end with .jpg or .png or any other image extension */
  9. /* This is NOT a valid link, https://imgur.com/a/ycjL2 */
  10. /* THIS IS A VALID LINK https://i.imgur.com/rCqnrQ7.jpg */
  11.  
  12. /* If you find an image I would STRONGLY recommend rehosting the image on imgur https://imgur.com/upload */
  13.  
  14.  
  15. :root {
  16. /* Edit this to change your background */
  17. --background-image: url(https://cdn.discordapp.com/attachments/610786854702415872/610946904020221973/EBzfucYVUAA2j48.png); /* format is url(IMAGE URL HERE) */
  18. /* Edit this to change your friends icon picture, picture */
  19. --friends-icon: url(https://cdn.discordapp.com/attachments/397190084505632770/408427577816907777/server_icon_mini_1-2-2018.png); /* format is url(IMAGE URL HERE) */
  20. /* Edit this to change your friends icon picture, position */
  21. --friends-icon-position: center center; /* default: center center */
  22. /* Edit this to change your friends icon picture, zoom */
  23. --friends-icon-zoom: 100%; /* default: 100% */
  24. /* Change the main color */
  25. --main-color: rgb(67, 181, 129); /* default: rgb(67, 181, 129); */
  26. /* Chande global transparency */
  27. --main-transparency: rgba(0, 0, 0, 0.8); /* default: rgba(0, 0, 0, 0.8); */
  28.  
  29. /* Change the unread server animation. Replace it with "none" in order to remove any animations */
  30. --unread-server-animation: rainbow;
  31. /* Change background color when you hover members or friends */
  32. --hover-list-bg-color: rgba(255,255,255, .15); /* default: rgba(255,255,255, .15) */
  33. /* Change the tiny border lines color */
  34. --border-lines-color: hsla(0,0%,100%,.1); /* default: hsla(0,0%,100%,.1);*/
  35. /* Change the scroll bar color appearence */
  36. --scroll-bar-color: rgba(255,255,255, .15); /* default: rgba(255,255,255, .15);*/
  37.  
  38. /* Change chat messages font size, you can use any unit: px, em, rem, %, etc. */
  39. --font-size: 16px; /* default: 16px */
  40. /* Edit this to change the color of a selected text or voice join */
  41. --selected-text-voice-color: #f6f6f7; /* default: #f6f6f7 */
  42. /* Edit this to change the color when you hover over a text channel */
  43. --text-hover-color: #b9bbbe; /* default: #b9bbbe */
  44. /* Edit this to change the color when you hover over a voice channel */
  45. --voice-hover-color: #f6f6f7; /* default: #f6f6f7 */
  46. /* Edit this to change the color of an unread text channel color */
  47. --unread-text-color: #dcddde; /* default: #dcddde */
  48.  
  49. /* Write "transparent" in order to make the options sections with the same look as the theme */
  50. --options-transparency: transparent; /* default: #2f3136 */
  51. }
  52.  
  53. /* ADD CODE BELOW TO CUSTOMIZE THE THEME */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement