Advertisement
Guest User

Discord Theme

a guest
Jul 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. @import url(https://8xs4qxklp8.execute-api.us-east-2.amazonaws.com/release/gorawgit?giturl=/puckzxz/NotAnotherAnimeTheme/master/css/scsl.css);
  2. [class~=app] {
  3. background: #999 !important;
  4. background-size: cover !important;
  5. }
  6.  
  7. a,
  8. .theme-dark .embedTitleLink-1Zla9e,
  9. .mention {
  10. color: rgb(255, 87, 35) !important;
  11. }
  12.  
  13. .mention {
  14. background: transparent !important;
  15. }
  16.  
  17. .guilds-wrapper .guilds .home-icon {
  18. color: #fff;
  19. }
  20.  
  21. .theme-dark .message-group .comment .markup {
  22. color: rgba(255, 255, 255, 0.8);
  23. }
  24.  
  25. .message-group .comment .markup {
  26. font-size: 0.9375rem;
  27. line-height: 1.1em;
  28. margin-top: 6px;
  29. white-space: pre-wrap;
  30. word-wrap: break-word;
  31. }
  32.  
  33. .iconCollapsed-3hFp_8,
  34. .iconDefault-3Gr8d2,
  35. .nameCollapsed-34uFWo,
  36. .nameDefault-2DI02H {
  37. color: rgb(255, 87, 35) !important;
  38. }
  39.  
  40. .iconHovered-2L3-fB,
  41. .iconHoveredCollapsed-3caIIZ,
  42. .nameHovered-1gxhWH,
  43. .nameHoveredCollapsed-2orEWB {
  44. color: rgb(255, 87, 35) !important;
  45. }
  46.  
  47. .unread-1Dp-OI {
  48. background-color: rgba(255, 87, 35, .6) !important;
  49. }
  50.  
  51. .autocomplete-1vrmpx {
  52. background-color: #222 !important;
  53. }
  54.  
  55. .theme-dark .selectorSelected-1_M1WV {
  56. background: #2a2a2a;
  57. }
  58.  
  59. .theme-dark .embedInner-1-fpTo {
  60. background: #222;
  61. border-color: #2a2a2a;
  62. }
  63.  
  64. .theme-dark .embedPill-1Zntps {
  65. background-color: rgb(255, 87, 35);
  66. }
  67.  
  68. .nameSelectedText-sp_EUw,
  69. .nameSelectedVoice-1qSph5 {
  70. color: #f6f6f7 !important;
  71. }
  72.  
  73. .nameHoveredText-1uO31y {
  74. color: #b9bbbe !important;
  75. }
  76.  
  77. .nameHoveredVoice-YJ1Vfd {
  78. color: #f6f6f7 !important;
  79. }
  80.  
  81. .nameUnreadText-DfkrI4,
  82. .nameUnreadVoice-EVo-wI {
  83. color: #dcddde;
  84. }
  85.  
  86. .theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-thumb,
  87. .theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-thumb {
  88. background-color: rgba(255, 255, 255, 0.15);
  89. border-color: rgba(255, 255, 255, 0.15);
  90. }
  91.  
  92. .guilds-wrapper,
  93. .channels-Ie2l6A,
  94. .theme-dark .chat,
  95. .theme-dark .activityFeed-28jde9,
  96. .theme-dark #friends {
  97. background-color: rgba(0, 0, 0, 0.8) !important;
  98. }
  99.  
  100. .theme-dark .inner-zqa7da {
  101. background: #292929;
  102. }
  103.  
  104. .guilds-wrapper .guilds .guild.selected:before {
  105. -webkit-transition: height .25s ease-in-out, margin-top .25s ease-in-out;
  106. background: rgb(255, 87, 35);
  107. border-radius: 20px;
  108. height: 40px;
  109. margin-top: -20px;
  110. transition: height .25s ease-in-out, margin-top .25s ease-in-out;
  111. }
  112.  
  113. .guilds-wrapper .guilds .guild.selected:before,
  114. .guilds-wrapper .guilds .guild.unread:before {
  115. border-radius: 20px;
  116. content: " ";
  117. height: 40px;
  118. left: -15px;
  119. margin-top: -20px;
  120. position: absolute;
  121. top: 50%;
  122. width: 10px;
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement