Fluent

By Gibbu Version 1.0.10 Updated 07/04/2024 56.7K downloads

Brings the look of Windows 11 to Discord.

flat dark light

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

Fluent screenshot
Fluent.theme.css
GitHub

Open source

https://raw.githubusercontent.com/DiscordStyles/Fluent/ea0306b27d8a72bccfdecbf43c8d2076d0e62180/Fluent.theme.css
1/**
2 * @name Fluent
3 * @author Gibbu
4 * @version 1.0.10
5 * @description Brings the look of Windows 11 to Discord.
6 * @source https://github.com/DiscordStyles/Fluent
7 * @invite ZHthyCw
8 * @authorId 174868361040232448
9*/
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}