Skip to content

Fluent Discord by theoneand33

Screenshot of Fluent Discord

Details

Authortheoneand33

LicenseMIT License

CategoryDiscord

Created

Updated

Code size1.2 kB

Code checksum3ce71ee3

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Brings the look of Windows 11 to Discord (fixed)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Fluent Discord
@version      20231010.03.15
@namespace    ?
==/UserStyle== */

@-moz-document domain("discord.com") {
    /**
     * @name Fluent
     * @author theoneand33
     * @version 1.1.7
     * @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: 98, 205, 254;
        /* The colour used throughout the app | R,G,B format | 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 */
        --server-size: 48px;
        /* Size of each server in the server list | Default: 48px */
        --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% */
    }
}

Reviews

No reviews yet.