cevoj35548

kuro's theme for discord

Mar 28th, 2023
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.76 KB | None | 0 0
  1. /**
  2.  * @name kuro's theme
  3.  * @version 1.1
  4.  * @author kuro
  5.  * @description Clean AMOLED theme based on Comfy
  6. */
  7.  
  8. @import "https://comfy-themes.github.io/Discord/betterdiscord/main.css";
  9. @import "https://comfy-themes.github.io/Discord/betterdiscord/no-scrollbar.css";
  10. @import "https://comfy-themes.github.io/Discord/betterdiscord/better-spotify.css";
  11. @import "https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css";
  12. @import "https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/source.min.css";
  13.  
  14.  
  15. .theme-dark {
  16.     --background-tertiary: #090b10;
  17.     --background-secondary: #040508;
  18.     --background-secondary-alt: #040508;
  19.     --background-primary: #000000;
  20.     --background-mobile-primary: #000000;
  21.     --background-mobile-secondary: #1e2233;
  22.     --channeltextarea-background: #040508;
  23.     --background-accent: #6E85D3;
  24.     --background-message-hover: transparent;
  25.     --background-modifier-hover: #0f1517;
  26.     --background-modifier-active: #1a1e2e;
  27.     --background-modifier-selected: #0f1517;
  28.     --deprecated-card-bg: #12141f63;
  29.     --background-floating: #000000;
  30.     --deprecated-quickswitcher-input-background:#101320;
  31.     --elevation-low: none;
  32.     --scrollbar-auto-thumb: #121722;
  33.     --scrollbar-auto-track: #040508;
  34.     --scrollbar-thin-thumb: #141925;
  35.     --activity-card-background: #101320;
  36. }
  37.  
  38. .theme-light { /* I don't support light theme it's just for the "Create a server" popup */
  39.     --background-tertiary: #101320;
  40.     --background-secondary: #1e2233;
  41.     --background-secondary-alt: #191f2e;
  42.     --background-primary: #23283d;
  43.     --background-accent: #6E85D3;
  44.     --background-modifier-hover: #262b41;
  45.     --background-modifier-active: #262b41;
  46.     --header-primary: #fff;
  47.     --header-secondary: #b1b5b9;
  48.     --text-normal: #8e9297;
  49. }
  50.  
  51. :root {
  52.     /* User button spacing */
  53.     --user-buttons-spacing: 8px;
  54.    
  55.     /* Avatar position */
  56.     --avatar-left: 327.5px;
  57.     --avatar-bottom: 26.5px;
  58.    
  59.     /* Avatar roundess */
  60.     --avatar-radius: 50px;  
  61.    
  62.     /* Status roundness */
  63.     --status-radius: 30px;
  64.    
  65.     /* Server roundess */
  66.     --server-radius: 80px;
  67.    
  68.     /* Avatar width in modals */
  69.     --avatar-width: 200px;
  70.    
  71.     /* Change bonfire in modals */
  72.     --bonfire: url('https://nyri4.github.io/Comfy/assets/bonfire.gif');
  73.    
  74.     /* Colored emoji picker */
  75.     --colored-emoji: grayscale(0%); /* Change the value to "100%" if you want the basic one */
  76.    
  77.     /* Mention color */
  78.     --mention-color: #f04747;
  79.     --unread-color: #7289da;
  80.    
  81.     /* Mention color in chat */
  82.     --mention-color-bar: #C66262;
  83.     --mention-color-background: #c662621f;
  84.     --mention-color-hover: #c6626226;
  85.    
  86.     /* User settings color (Mute, Deafen and settings) */
  87.     --user-buttons-color: #b9bbbe;
  88.    
  89.     /* Chat buttons color */
  90.     --chat-buttons: #b9bbbe;
  91.    
  92.     /* Spotify plugin seek bar */
  93.     --spotify-color: #1EDC62;
  94.    
  95.     /* Status color */
  96.     --online: #43B581;
  97.     --iddle: #FAA61A;
  98.     --dnd: #F04747;
  99.     --offline: #747f8d;
  100.    
  101.     /* Circles next to role names */
  102.     --role-circle: 5px;
  103.    
  104.     /* Tooltips */
  105.     --tooltips: block; /* Set it to "none" if you don't want it */
  106.    
  107.     /* Discord logo */
  108.     --discord-logo: none; /* Set it to "block" if you want it */
  109.    
  110.     /* ---- base -- */
  111.     --indicator-hovered: rgba(79, 84, 92, 0.25);
  112.     --indicator-rounding: 0;
  113.     --indicator-border-info: 2px solid;
  114.     /* ---- selected -- */
  115.     --indicator-selected: 0, 112, 238;
  116.     --indicator-selected-border: rgba(var(--indicator-selected));
  117.     --indicator-selected-background: rgba(var(--indicator-selected), 0.1);
  118.     --indicator-selected-hover: rgba(var(--indicator-selected), 0.18);
  119.     /* ---- unreads  -- */
  120.     --indicator-unread: 255, 255, 255;
  121.     --indicator-unread-border: rgba(var(--indicator-unread), 0.6);
  122.     --indicator-unread-background: rgba(var(--indicator-unread), 0.01);
  123.    
  124.     /* ---- connected -- */
  125.     --indicator-connected: 87, 242, 135;
  126.     --indicator-connected-border: rgba(var(--indicator-connected));
  127.     --indicator-connected-background: rgba(var(--indicator-connected), 0.1);
  128.     --indicator-connected-hover: rgba(var(--indicator-connected), 0.18);
  129.        
  130.     /* ---- radial status -- */
  131.     --rs-small-spacing: 2px;  /* spacing between avatar and status */
  132.     --rs-large-spacing: 3px;  /* spacing between avatar and status for user popouts & modals/profiles | MUST end in px */
  133.     --rs-width: 2px;  /* Width/thickness of status border */
  134.     --rs-avatar-shape: 50%;  /* 50% for round - 0% for square */
  135.     --rs-online-color: #25FC9A;  /* color for online status 43b581 */
  136.     --rs-idle-color: #faa61a;  /* color for idle status faa61a */
  137.     --rs-dnd-color: #f04747;  /* color for dnd status f04747 */
  138.     --rs-offline-color: #41474F;  /* color for offline status */
  139.     --rs-invisible-color: #41474F;  /* color for invisible status - Note this will only show for your own invisibility */
  140.     --rs-streaming-color: #643da7;  /* color for streaming status */
  141.     --rs-phone-visible: none; /* Visibility of the phone icon next to a users avatar. | block = visible | none = hidden */
  142.     --rs-phone-color: var(--rs-online-color); /* Colour of the ring and phone icon when a user is on their phone |  */
  143. }
  144.  
  145.  
  146. :root .bottomControls-lIJyYL .centerButton-3CaNcJ {
  147. border-radius: 50px;
  148. }
  149.  
  150. .bottomControls-lIJyYL .centerButton-3CaNcJ {
  151.     border-radius: 50px;
  152. }
  153.  
  154. .status-1WEaea {
  155.     margin-top: 12px 12px 12px 12px;
  156. }
  157.  
  158. .slider-TkfMQL rect {
  159.     rx: 15px;
  160. }
  161.  
  162. .container-3auIfb, .input-rwLH4i {
  163.     border-radius: 15px;
  164. }
  165.  
  166. #bfredux::before {
  167.   background: var(--channeltextarea-background);
  168. }
  169.  
  170. /* Radial Status hide mobile icon */
  171. #app-mount .wrapper-1VLyxH foreignObject[mask*=mobile]::after {
  172.     display: none;
  173. }
Advertisement
Add Comment
Please, Sign In to add comment