/**
 * @name Discord Revamp
 * @version 1.0
 * @description A revamped discord, inspired by the discord's current website.
 * @source https://github.com/hellbound1337/discord-revamp
 * @authorId 426147523305144322
 * @author hellbound
 * @donate https://paypal.me/zzzmario
 * @invite pCc7q4Z
**/

@import url(https://raw.githack.com/hellbound1337/discord-revamp/master/src/source.css);

.theme-dark,
.theme-light,
:root {
   --background-primary: #292841 !important;
   --background-secondary: #242338 !important;
   --background-secondary-alt: #3c3a5e !important;
   --background-tertiary: #1c1b29 !important;
   
   
   --deprecated-card-bg: rgba(0, 0, 0, 0.2) !important;
   --deprecated-card-editable-bg: rgba(0, 0, 0, 0.1) !important;
   
   --deprecated-text-input-border: var(--background-floating) !important;
   --deprecated-text-input-border-disabled: var(--background-tertiary) !important;
   --activity-card-background: var(--background-primary) !important;
   
 
   --text-normal: #e6e6e6 !important;
   --interactive-normal: #c8c8c8 !important;
   --interactive-hover: #dcddde !important;
   --interactive-active: #fff !important;
   --interactive-muted: #747474 !important;
   --header-primary: white !important;
   
   
}
