disco-mandala.theme
This commit is contained in:
parent
f2c2b02bdb
commit
15724ac756
1 changed files with 69 additions and 0 deletions
69
profxadketheme.theme.css
Normal file
69
profxadketheme.theme.css
Normal file
|
@ -0,0 +1,69 @@
|
|||
/**
|
||||
* @name profxadke.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
|
||||
* @BDEditor Frosted Glass
|
||||
*/
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap');
|
||||
@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://t4.ftcdn.net/jpg/04/81/94/75/360_F_481947598_LbFhbl5qlGDfQzrUePaqIHP2iLECblFK.jpg');
|
||||
--background-image-blur: 3px;
|
||||
--background-image-size: cover;
|
||||
--background-image-position: center;
|
||||
--popout-image: var(--background-image);
|
||||
--popout-image-blur: 5px;
|
||||
--popout-image-size: cover;
|
||||
--popout-image-position: center;
|
||||
--overlay-image: url('https://cdn.wallpapersafari.com/39/31/BOlpnr.jpg');
|
||||
--overlay-image-blur: 4px;
|
||||
--overlay-image-size: cover;
|
||||
--overlay-image-position: center;
|
||||
--home-button-image: url('https://prof-xadk3.github.io/android-chrome-512x512.png');
|
||||
--home-button-size: 108%;
|
||||
--home-button-position: center;
|
||||
--serverlist-brightness: 0.8;
|
||||
--left-brightness: 0.8;
|
||||
--middle-brightness: 0.6;
|
||||
--right-brightness: 0;
|
||||
--overlay-brightness: 0.75;
|
||||
--gradient-primary: 103,58,183;
|
||||
--gradient-secondary: 63,81,181;
|
||||
--link-colour: #00b0f4;
|
||||
--scrollbar-colour: rgb(0,0,0,0.26);
|
||||
--gradient-direction: 272deg;
|
||||
--tint-colour: 255,255,255;
|
||||
--tint-brightness: 0.56;
|
||||
--font: Montserrat;
|
||||
--window-padding: 5px;
|
||||
--window-roundness: 25px;
|
||||
--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: #00FF0A;
|
||||
--rs-idle-color: #faa61a;
|
||||
--rs-dnd-color: #FF0000;
|
||||
--rs-offline-color: #000000;
|
||||
--rs-streaming-color: #643da7;
|
||||
--rs-phone-visible: block;
|
||||
}
|
||||
|
||||
/* Any custom CSS below here */
|
||||
|
||||
|
Loading…
Reference in a new issue