Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
e
  • Loading branch information
Blade04208 authored Jul 19, 2023
1 parent 6f4b066 commit 361e11a
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions memes.theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
/**
* @name memes
* @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
* @BDEditor Frosted Glass
*/

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

:root {
--background-image: url('https://i.imgur.com/toTEEzn.jpg');
--background-image-blur: 25px;
--background-image-size: cover;
--background-image-position: center;
--popout-image: transparent;
--popout-image-blur: 25px;
--popout-image-size: cover;
--popout-image-position: center;
--overlay-image: transparent;
--overlay-image-blur: 25px;
--overlay-image-size: cover;
--overlay-image-position: center;
--home-button-image: url('https://gibbu.github.io/BetterDiscord-Themes/FrostedGlass/assets/discord.svg');
--home-button-size: cover;
--home-button-position: center;
--serverlist-brightness: 0.6;
--left-brightness: 0.44;
--middle-brightness: 0.44;
--right-brightness: 0.32;
--overlay-brightness: 0.52;
--gradient-primary: 3,169,244;
--gradient-secondary: 63,81,181;
--link-colour: #00b0f4;
--scrollbar-colour: rgba(255,255,255,0.05);
--gradient-direction: 297deg;
--tint-colour: 255,51,159;
--tint-brightness: 0;
--font: gg sans;
--window-padding: 0px;
--window-roundness: 0px;
--update-notice-1: none;
--rs-small-spacing: 2px;
--rs-medium-spacing: 2px;
--rs-large-spacing: 2px;
--rs-small-width: 2px;
--rs-medium-width: 2px;
--rs-large-width: 2px;
--rs-avatar-shape: 50%;
--rs-online-color: #43b581;
--rs-idle-color: #faa61a;
--rs-dnd-color: #f04747;
--rs-offline-color: #636b75;
--rs-streaming-color: #643da7;
--rs-phone-visible: block;
}

/* Any custom CSS below here */


0 comments on commit 361e11a

Please sign in to comment.