make discord fluent (fixed)
fluent discord by theoneand33
Details
Authortheoneand33
LicenseNo License
Categoryuserstyles.world userstyles
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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 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: 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% */
}
}