Created
August 2, 2021 13:27
-
-
Save f1shy-dev/b6b4b61d464f5e74702ed3682d75bfbc to your computer and use it in GitHub Desktop.
my BD theme (frostedglass)
This file contains 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
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap'); | |
@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://i.imgur.com/kYW2H5C.jpeg'); | |
--background-image-blur: 3px; | |
--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://discord.com/assets/145dc557845548a36a82337912ca3ac5.svg'); | |
--home-button-size: 65%; | |
--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,150,243; | |
--gradient-secondary: 0,188,212; | |
--link-colour: #00BCD4; | |
--scrollbar-colour: rgba(255,255,255,0.05); | |
--gradient-direction: 93deg; | |
--tint-colour: 255,51,159; | |
--tint-brightness: 0; | |
--font: 'Poppins'; | |
--window-padding: 5px; | |
--window-roundness: 10px; | |
--show-gift-gif-buttons: none; | |
--update-notice-1: none; | |
} | |
#app-mount .guilds-1SWlCJ .tutorialContainer-2sGCg9 .wrapper-1BJsBx:before { | |
background-repeat: no-repeat; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment