Last active
January 14, 2025 21:08
-
-
Save CodaBool/96057bb7c643023f3a9d9ba5dc340b13 to your computer and use it in GitHub Desktop.
Discord Theme
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
/** | |
* SOURCE = https://raw.githubusercontent.com/DiscordStyles/FrostedGlass/deploy/FrostedGlass.theme.css | |
* REPO = https://github.com/DiscordStyles/FrostedGlass | |
*/ | |
@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/LgoCOnP.png'); | |
--background-image-blur: 0px; | |
--window-padding: 0px; | |
--window-roundness: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment