Fluent
Brings the look of Windows 11 to Discord.
52
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Fluent3
* @author Gibbu4
* @version 1.0.105
* @description Brings the look of Windows 11 to Discord.6
* @source https://github.com/DiscordStyles/Fluent7
* @invite ZHthyCw8
* @authorId 1748683610402324489
*/10
11
@import url('https://discordstyles.github.io/Fluent/Fluent.css');12
13
:root {14
--accent: rgb(98, 205, 254); /* The colour used throughout the app | Default: 98, 205, 254 */15
--channels-width: 300px; /* Size of the server channel/dms list | Default: 300px */16
--members-width: 280px; /* Size of the members list | Default: 280px */17
--dark-background-hue: 0; /* The hue of the background colour. | Options: 0 to 360 | Default: 0 */18
--dark-background-saturation: 0%; /* How much of the colour should be visible. | Must end in a % | Default: 0% */19
}