theme discord


SUBMITTED BY: samen

DATE: Aug. 25, 2020, 2:25 p.m.

FORMAT: CSS

SIZE: 3.4 kB

HITS: 648

  1. //META{"name":"NotAnotherAnimeThemeTCSL","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.1"}*//{}
  2. @import url(https://cdn.discordthemes.net/file/notanotheranimetheme/tcsl.css);
  3. /* Import any custom fonts here */
  4. /* To make editing this theme easier I recommend using Notepad++ , you can download it for free here - https://notepad-plus-plus.org/download/ */
  5. /* Any images you use MUST end with .jpg or .png or any other image extension */
  6. /* This is NOT a valid link, https://imgur.com/a/ycjL2 */
  7. /* THIS IS A VALID LINK https://i.imgur.com/rCqnrQ7.jpg */
  8. /* If you find an image I would STRONGLY recommend rehosting the image on imgur https://imgur.com/upload */
  9. :root {
  10. /*
  11. Change the theme background
  12. Default: https://i.imgur.com/j1Z6HVc.jpg
  13. */
  14. --background-image: url(https://cdn.discordapp.com/attachments/553322925395017732/747823131393130607/wallpaperchan_kc265485.png);
  15. /*
  16. Change your friends icon image
  17. Default: https://i.imgur.com/63g6Em8.jpg
  18. */
  19. --friends-icon: url(https://cdn.discordapp.com/attachments/546396667855765515/747823545203163228/https___i.pinimg.com_originals_69_f3_af_69f3af80ee52a79083093a7162545f96.jpg);
  20. /*
  21. Change your friends icon iamge position
  22. Default: center center
  23. */
  24. --friends-icon-position: center center;
  25. /*
  26. Change your friends icon image zoom
  27. Default: 100%
  28. */
  29. --friends-icon-zoom: 100%;
  30. /*
  31. Change the main theme color
  32. Default: rgb(67, 181, 129)
  33. */
  34. --main-color: rgb(67, 181, 129);
  35. /*
  36. Change global transparency
  37. You can use this to make your background image lighter or darker
  38. Default: rgba(0, 0, 0, 0.8)
  39. */
  40. --main-transparency: rgba(0, 0, 0, 0.8);
  41. /*
  42. Change the unread server animation.
  43. Replace it with "none" in order to remove any animations and use the main color instead
  44. Default: rainbow
  45. */
  46. --unread-server-animation: rainbow;
  47. /*
  48. Change background color when you hover members or friends
  49. Default: rgba(255, 255, 255, .15)
  50. */
  51. --hover-list-bg-color: rgba(255, 255, 255, .15);
  52. /*
  53. Change the color of the borders between messages
  54. Default: hsla(0,0%,100%,.1)
  55. */
  56. --border-lines-color: hsla(0,0%,100%,.1);
  57. /*
  58. Change the scroll bar color
  59. Default: rgba(255,255,255, .15)
  60. */
  61. --scroll-bar-color: rgba(255,255,255, .15);
  62. /*
  63. Change chat messages font size, you can use any unit: px, em, rem, %
  64. Default: 16px
  65. */
  66. --font-size: 16px;
  67. /*
  68. Change the text color of a selected text channel or joined voice channel
  69. Default: #f6f6f7
  70. */
  71. --selected-text-voice-color: #f6f6f7;
  72. /*
  73. Change the text color of a hovered text or voice channel
  74. Default: rgba(255, 255, 255, 0.75)
  75. */
  76. --channel-hover-text-color: rgba(255, 255, 255, 0.75);
  77. /*
  78. Change the text color of an unread text channel
  79. Default: #dcddde
  80. */
  81. --unread-text-color: #dcddde;
  82. /*
  83. Change the transparency of the user popout when clicking a member
  84. Default: rgba(0, 0, 0, 0.8)
  85. */
  86. --user-popup-background: rgba(0, 0, 0, 0.8);
  87. }
  88. /* ADD ANY CUSTOM CODE BELOW */

comments powered by Disqus