/**
 * @name Doge Theme
 * @author Gibbu#1211
 * @version 2.0.0
 * @description Display your picture of choice with adjustable blur and brightness.
 * @source https://github.com/DiscordStyles/FrostedGlass
 * @invite ZHthyCw
 * @donate https://paypal.me/IanRGibson
 * @website https://gibbu.me
 * @authorId 174868361040232448
*/

@import url('https://discordstyles.github.io/FrostedGlass/dist/FrostedGlass.css');
@import url('https://discordstyles.github.io/Addons/windows-titlebar.css');

:root {
  --background-image: url('https://cdn.discordapp.com/attachments/1004224539892383785/1010366668108734555/unknown.png');
  --background-image-blur: 0px;
  --background-image-size: cover;
  --background-image-position: center;
  --popout-modal-image: url('https://cdn.discordapp.com/attachments/1004224539892383785/1010366668108734555/unknown.png');
  --popout-modal-blur: 30px;
  --popout-modal-size: 150%;
  --popout-modal-position: top left;
  --home-button-image: url('https://cdn.discordapp.com/attachments/1004224539892383785/1010366668108734555/unknown.png');
  --home-button-size: cover;
  --home-button-position: center;
  --serverlist-brightness: 0.3;
  --left-brightness: 0.3;
  --middle-brightness: 0.3;
  --right-brightness: 0.3;
  --popout-modal-brightness: 0.3;
  --gradient-primary: 240,228,177;
  --gradient-secondary: 240,228,177;
  --link-colour: #F0E4B1;
  --scrollbar-colour: rgb(240,228,177,1);
  --gradient-direction: 189deg;
  --tint-colour: 255,51,159;
  --tint-brightness: 0;
  --font: 0;
  --window-padding: 20px;
  --window-roundness: 10px;
  --update-notice-1: none;
}

/* Any custom CSS below here */


