Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 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://i.imgur.com/ZDr2FvZ.jpg
  18. ); /* format is url(IMAGE URL HERE) */
  19. /* Edit this to change your friends icon picture, picture */
  20. --friends-icon: url(https://i.imgur.com/63g6Em8.jpg); /* format is url(IMAGE URL HERE) */
  21. /* Edit this to change your friends icon picture, position */
  22. --friends-icon-position: center center; /* default: center center */
  23. /* Edit this to change your friends icon picture, zoom */
  24. --friends-icon-zoom: 100%; /* default: 100% */
  25. /* Change the main color */
  26. --main-color: rgb(67, 181, 129); /* default: rgb(67, 181, 129); */
  27. /* Chande global transparency */
  28. --main-transparency: rgba(0, 0, 0, 0.8); /* default: rgba(0, 0, 0, 0.8); */
  29.  
  30. /* Change the unread server animation. Replace it with "none" in order to remove any animations */
  31. --unread-server-animation: rainbow;
  32. /* Change background color when you hover members or friends */
  33. --hover-list-bg-color: rgba(255,255,255, .15); /* default: rgba(255,255,255, .15) */
  34. /* Change the tiny border lines color */
  35. --border-lines-color: hsla(0,0%,100%,.1); /* default: hsla(0,0%,100%,.1);*/
  36. /* Change the scroll bar color appearence */
  37. --scroll-bar-color: rgba(255,255,255, .15); /* default: rgba(255,255,255, .15);*/
  38.  
  39. /* Change chat messages font size, you can use any unit: px, em, rem, %, etc. */
  40. --font-size: 16px; /* default: 16px */
  41. /* Edit this to change the color of a selected text or voice join */
  42. --selected-text-voice-color: #f6f6f7; /* default: #f6f6f7 */
  43. /* Edit this to change the color when you hover over a text channel */
  44. --text-hover-color: #b9bbbe; /* default: #b9bbbe */
  45. /* Edit this to change the color when you hover over a voice channel */
  46. --voice-hover-color: #f6f6f7; /* default: #f6f6f7 */
  47. /* Edit this to change the color of an unread text channel color */
  48. --unread-text-color: #dcddde; /* default: #dcddde */
  49.  
  50. /* Write "transparent" in order to make the options sections with the same look as the theme */
  51. --options-transparency: transparent; /* default: #2f3136 */
  52. }
  53.  
  54. /* ADD CODE BELOW TO CUSTOMIZE THE THEME */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement