/** * @name Fluent * @author Gibbu * @version 1.0.10 * @description Brings the look of Windows 11 to Discord. * @source https://github.com/DiscordStyles/Fluent * @invite ZHthyCw * @authorId 174868361040232448 */ @import url('https://discordstyles.github.io/Fluent/Fluent.css'); :root { --accent: rgb(98, 205, 254); /* The colour used throughout the app | Default: 98, 205, 254 */ --channels-width: 300px; /* Size of the server channel/dms list | Default: 300px */ --members-width: 280px; /* Size of the members list | Default: 280px */ --dark-background-hue: 0; /* The hue of the background colour. | Options: 0 to 360 | Default: 0 */ --dark-background-saturation: 0%; /* How much of the colour should be visible. | Must end in a % | Default: 0% */ }