Advertisement
Msizz

Discord Windows 11 Theme

Apr 15th, 2024
829
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.86 KB | None | 0 0
  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: 98, 205, 254; /* The colour used throughout the app | R,G,B format | 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.   --server-size: 48px; /* Size of each server in the server list | Default: 48px */
  18.   --dark-background-hue: 0; /* The hue of the background colour. | Options: 0 to 360 | Default: 0 */
  19.   --dark-background-saturation: 0%; /* How much of the colour should be visible. | Must end in a % | Default: 0% */
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement