/**
 * @name Anime-Pink
 * @author DevilBro
 * @version 1.0.5
 * @description Allows you to use a background image in Discord without greatly altering the basic look of Discord
 * @invite Jx3TjNS
 * @donate https://www.paypal.me/MircoWittrien
 * @patreon https://www.patreon.com/MircoWittrien
 * @authorId 278543574059057154
 * @source https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/BasicBackground/BasicBackground.theme.css
 * @website https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground
*/

@import url('https://fonts.googleapis.com/css2?family=True+Lies:wght@100;300;400;500;700&display=swap');
@import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/BasicBackground.css');
@import url('https://gibbu.github.io/BetterDiscord-Themes/AdjustableServerWidth/base.css');
@import url('https://gibbu.github.io/BetterDiscord-Themes/RadialStatus/base.css');

:root {
  --background: url('https://i.imgur.com/XjsAo3i.jpg');
  --backgroundsize: cover;
  --backgroundblur: 1px;
  --popout: var(--background);
  --popoutsize: var(--backgroundsize);
  --popoutblur: 0px;
  --transparencycolor: 0,0,0;
  --transparencyalpha: 0.28;
  --messagetransparency: 1;
  --guildchanneltransparency: 0;
  --memberlisttransparency: 0;
  --accentcolor: 255,0,124;
  --backdrop: rgba(255,0,0,0.85);
  --backdropsize: var(--background-size);
  --backdropblur: 0px;
  --font: 'True Lies';
  --textshadow: transparent;
  --version1_0_5: none;
  --server-icon-size: 40px;
  --server-icon-spacing: 8px;
  --server-container-padding: 10px;
  --rs-small-spacing: 1px;
  --rs-large-spacing: 4px;
  --rs-width: 2.5px;
  --rs-avatar-shape: 26%;
  --rs-online-color: #00ff0f;
  --rs-idle-color: #e3ff00;
  --rs-dnd-color: #ff0000;
  --rs-offline-color: #000000;
  --rs-streaming-color: #5e00ff;
  --rs-invisible-color: #747f8d;
}