Created
July 18, 2021 13:57
-
-
Save SymphonySimper/d603fc238b78885cbd0c4234a0845ea2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @name DiscordRecolorS2B | |
| * @description Allows you to customize Discord's native Color Scheme | |
| * @author DevilBro | |
| * @version 1.0.0 | |
| * @authorId 278543574059057150 | |
| * @invite Jx3TjNS | |
| * @donate https://www.paypal.me/MircoWittrien | |
| * @patreon https://www.patreon.com/MircoWittrien | |
| * @website https://mwittrien.github.io/ | |
| * @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/DiscordRecolor/ | |
| * @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.theme.css | |
| */ | |
| @import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css'); | |
| :root { | |
| --accentcolor: 114,137,218; | |
| --accentcolor2: 255,115,250; | |
| --linkcolor: 0,176,244; | |
| --mentioncolor: 250,166,26; | |
| --textbrightest: 255,255,255; | |
| --textbrighter: 222,222,222; | |
| --textbright: 185,185,185; | |
| --textdark: 140,140,140; | |
| --textdarker: 115,115,115; | |
| --textdarkest: 80,80,80; | |
| --font: Whitney; | |
| --backgroundaccent: 50,50,50; | |
| --backgroundprimary: 30,30,30; | |
| --backgroundsecondary: 20,20,20; | |
| --backgroundsecondaryalt: 15,15,15; | |
| --backgroundtertiary: 10,10,10; | |
| --backgroundfloating: 0,0,0; | |
| --settingsicons: 0; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @name FrostedGlassS2B | |
| * @author Gibbu#1211 | |
| * @version 2.0.0 | |
| * @description Display your picture of choice with adjustable blur and brightness. Dark theme is required | |
| * @source https://github.com/DiscordStyles/FrostedGlass | |
| * @invite ZHthyCw | |
| * @donate https://paypal.me/IanRGibson | |
| * @website https://gibbu.me | |
| * @authorId 174868361040232450 | |
| */ | |
| @import url('https://discordstyles.github.io/FrostedGlass/base.css'); | |
| @import url('https://discordstyles.github.io/Addons/windows-titlebar.css'); | |
| :root { | |
| --background-image: url('https://i.imgur.com/qDElbsd.jpeg'); | |
| --background-image-blur: 5px; | |
| --background-image-size: cover; | |
| --background-image-position: center; | |
| --popout-modal-image: var(--background-image); | |
| --popout-modal-blur: 5px; | |
| --popout-modal-size: cover; | |
| --popout-modal-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.8; | |
| --left-brightness: 0.8; | |
| --middle-brightness: 0.6; | |
| --right-brightness: 0; | |
| --popout-modal-brightness: 0.75; | |
| --gradient-primary: 33,33,33; | |
| --gradient-secondary: 17,17,17; | |
| --link-colour: #00b0f4; | |
| --scrollbar-colour: rgba(255,255,255,0.05); | |
| --gradient-direction: 320deg; | |
| --tint-colour: 255,51,159; | |
| --tint-brightness: 0; | |
| --font: Whitney; | |
| --window-padding: 0px; | |
| --window-roundness: 0px; | |
| --show-gift-gif-buttons: none; | |
| --update-notice-1: none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment