/**
 * @name Fire
 * @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://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/BasicBackground.css');

:root {
  --background: url('https://cdn.discordapp.com/attachments/123136820409139200/819364422924369930/7e620482361cf1c6395951c1cb2af86a.jpg');
  --backgroundsize: cover;
  --backgroundblur: 0px;
  --popout: var(--background);
  --popoutsize: var(--backgroundsize);
  --popoutblur: 0px;
  --transparencycolor: 0,0,0;
  --transparencyalpha: 0.15;
  --messagetransparency: 0.5;
  --guildchanneltransparency: 0.15;
  --memberlisttransparency: 0;
  --accentcolor: 190,78,180;
  --backdrop: rgba(0,0,0,0.85);
  --backdropsize: var(--background-size);
  --backdropblur: 0px;
  --font: 'Whitney', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  --textshadow: transparent;
  --version1_0_5: none;
}