Advertisement
Guova

Discord Blurple

Mar 20th, 2021
1,216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.46 KB | None | 0 0
  1. .theme-dark {
  2.     --header-primary: #cdb9ff;
  3.     --header-secondary: #e6e0ff;
  4.     --text-normal: #d4c9ed;
  5.     --text-muted: #8575af;
  6.     --text-link: #ffba41;
  7.     --channels-default: #a189fc;
  8.     --interactive-normal: #d0d3ff;
  9.     --interactive-hover: #ffffff;
  10.     --interactive-active: #eaebff;
  11.     --interactive-muted: #4e3e6e;
  12.     --background-primary: #34325b;
  13.     --background-secondary: #23203e;
  14.     --background-secondary-alt: #1b192e;
  15.     --background-tertiary: #0e0e19;
  16.     --background-accent: #6b68c3;
  17.     --background-floating: #3c3759;
  18.     --background-mobile-primary: #36393f;
  19.     --background-mobile-secondary: #2f3136;
  20.     --background-modifier-hover: rgba(0, 0, 0, 0.16);
  21.     --background-modifier-active: rgba(0, 0, 0, 0.24);
  22.     --background-modifier-selected: rgba(0, 0, 0, 0.32);
  23.     --background-modifier-accent: hsla(0,0%,100%,0.06);
  24.     --background-mentioned: rgba(250,166,26,0.05);
  25.     --background-mentioned-hover: rgba(250,166,26,0.08);
  26.     --background-message-hover: rgba(4,4,5,0.07);
  27.     --background-help-warning: rgba(250,166,26,0.1);
  28.     --background-help-info: rgba(0,176,244,0.1);
  29.     --scrollbar-thin-thumb: #2f216e;
  30.     --scrollbar-thin-track: transparent;
  31.     --scrollbar-auto-thumb: #614cbe;
  32.     --scrollbar-auto-track: #403770;
  33.     --scrollbar-auto-scrollbar-color-thumb: #202225;
  34.     --scrollbar-auto-scrollbar-color-track: #2f3136;
  35.     --elevation-stroke: 0 0 0 1px rgba(4,4,5,0.15);
  36.     --elevation-low: 0 1px 0 rgba(4,4,5,0.2),0 1.5px 0 rgba(6,6,7,0.05),0 2px 0 rgba(4,4,5,0.05);
  37.     --elevation-medium: 0 4px 4px rgba(0,0,0,0.16);
  38.     --elevation-high: 0 8px 16px rgba(0,0,0,0.24);
  39.     --logo-primary: #fff;
  40.     --focus-primary: #00b0f4;
  41.     --radio-group-dot-foreground: #8ea1e1;
  42.     --guild-header-text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  43.     --channeltextarea-background: #1e1a38;
  44.     --activity-card-background: #202225;
  45.     --textbox-markdown-syntax: #8e9297;
  46.     --deprecated-card-bg: rgba(32,34,37,0.6);
  47.     --deprecated-card-editable-bg: rgba(32,34,37,0.3);
  48.     --deprecated-store-bg: #36393f;
  49.     --deprecated-quickswitcher-input-background: #72767d;
  50.     --deprecated-quickswitcher-input-placeholder: hsla(0,0%,100%,0.3);
  51.     --deprecated-text-input-bg: rgba(0,0,0,0.1);
  52.     --deprecated-text-input-border: rgba(0,0,0,0.3);
  53.     --deprecated-text-input-border-hover: #040405;
  54.     --deprecated-text-input-border-disabled: #202225;
  55.     --deprecated-text-input-prefix: #dcddde;
  56. }
  57.  
  58. .theme-dark .headerNormal-T_seeN {
  59.     background-color: #5f54a2;
  60. }
  61.  
  62. .theme-dark .body-3iLsc4, .theme-dark .footer-1fjuF6 {
  63.     background-color: #503f8a;
  64.     color: hsla(0,0%,100%,.8);
  65. }
  66.  
  67. .theme-dark .container-1D34oG {
  68.     background-color: #332858;
  69. }
  70.  
  71. .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6 {
  72.     color: #f6f6f7;
  73.     background-color: #7440ff;
  74. }
  75.  
  76. .theme-dark .pageWrapper-1PgVDX {
  77.     background-color: #191525;
  78.     color: #fff;
  79. }
  80.  
  81. .categoryItem-3zFJns.selectedCategoryItem-3X8ujp .itemInner-3gVXMG {
  82.     background-color: #9456ff;
  83. }
  84.  
  85. .theme-dark .root-1gCeng {
  86.     background-color: #3d2490;
  87. }
  88.  
  89. .theme-dark .footer-2gL1pp {
  90.     background-color: #2f1d5f;
  91. }
  92.  
  93. .lookFilled-1Gx00P.colorBrand-3pXr91 {
  94.     background-color: #ff6955;
  95. }
  96.  
  97. .lookFilled-1Gx00P.colorBrand-3pXr91:hover {
  98.     background-color: #ff9283;
  99. }
  100.  
  101. .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:active, .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:hover {
  102.     background-color: #956dff;
  103. }
  104.  
  105. .colorDark-1yVQpk {
  106.     background-color: #645da5;
  107. }
  108.  
  109. .image-2JDb81 {
  110.     filter: brightness(3) saturate(5) hue-rotate(35deg);
  111. }
  112.  
  113. .headerPlaying-j0WQBV {
  114.     background: #9f85ef;
  115. }
  116.  
  117. .colorBrand-ROmMP1 {
  118.     color: #7968a0;
  119. }
  120.  
  121. .lookFilled-1Gx00P.colorGrey-2DXtkV {
  122.     background-color: #e05f27;
  123. }
  124.  
  125. .theme-dark .closeButton-1tv5uR {
  126.     border-color: #b7a9ff;
  127. }
  128.  
  129. .theme-dark .keybind-KpFkfr {
  130.     color: #b7a9ff;
  131. }
  132.  
  133. .standardSidebarView-3F1I7i, .standardSidebarView-3F1I7i * {
  134.     color: #b7a9ff;
  135. }
  136.  
  137. .theme-dark .closeButton-1tv5uR:hover {
  138.     background-color: rgba(171, 156, 241, 0.3);
  139. }
  140.  
  141. .theme-dark .emptyStateImage-2MrSNs {
  142.     filter: brightness(1) saturate(5) hue-rotate(25deg);
  143. }
  144.  
  145. .theme-dark .paymentPane-3bwJ6A {
  146.     background-color: #241f3c;
  147. }
  148.  
  149. .theme-dark .paginator-166-09 {
  150.     background: #2b2546;
  151. }
  152.  
  153. .theme-dark .bottomDivider-1K9Gao {
  154.     border-bottom-color: #4a3d86;
  155. }
  156. .theme-dark .payment-xT17Mq {
  157.     background-color: #2b2546;
  158.     color: #b9bbbe;
  159. }
  160.  
  161. .theme-dark .expandedInfo-3kfShd {
  162.     background-color: #4b357b;
  163. }
  164.  
  165. .theme-dark .paymentHeader-3QlZQi {
  166.     color: #fff;
  167.     border-color: #714da9;
  168. }
  169.  
  170. .theme-dark .paymentText-2vaF7U {
  171.     color: #c6aee6;
  172. }
  173.  
  174. .theme-dark .defaultIndicator-G3c16x {
  175.     background-color: #5a3994;
  176.     color: #fff;
  177. }
  178.  
  179. .container-1sFeqf svg path {
  180.     fill: #b7a9ff;
  181. }
  182.  
  183. .theme-dark .bar-2Qqk5Z {
  184.     background: #4b4461;
  185. }
  186.  
  187. .barFill-23-gu- {
  188.     background: #6644ef;
  189. }
  190.  
  191. .lookFilled-1Gx00P .contents-18-Yxp, .lookInverted-2D7oAl .contents-18-Yxp, .lookLink-9FtZy- .contents-18-Yxp, .lookOutlined-3sRXeN .contents-18-Yxp {
  192.     color: #FFF;
  193. }
  194.  
  195. .theme-dark .progress-1IcQ3A {
  196.     background-color: #9373ea;
  197. }
  198.  
  199. .theme-dark .userSettingsVoice-iwdUCU .previewOverlay-2O7_KC {
  200.     background-color: #2a2444;
  201.     border-color: #483e73;
  202. }
  203.  
  204. img.marginBottom20-32qID7 {
  205.     filter: brightness(1) saturate(5) hue-rotate(25deg);
  206. }
  207.  
  208. img.icon-4lJsMQ.noticeIcon-1phvR2.flexChild-faoVW3 {
  209.     filter: brightness(0.8) saturate(5) hue-rotate(35deg);
  210. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement