forked from tachiyomiorg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluent-Discord.theme.css
37 lines (36 loc) · 1.29 KB
/
Fluent-Discord.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/**
* @name Fluent Discord
* @author TakosThings
* @version 1.5.6
* @description Fluent theme for Discord
* @invite ZYrCacRuez
* @source https://github.com/TakosThings/Fluent-Discord
*/
@import url(https://takosthings.github.io/Fluent-Discord/Fluent-Discord.css); /**
* Start user options
* Visit the wiki for information on this section
* https://github.com/TakosThings/Fluent-Discord/wiki
*/
/**
* Note on chat font size
* You may want to change your chat font scaling to '14px' to match the font size in Windows.
* This option is found in User settings > Appearance.
*/
/**
* Visit the wiki for in-depth help on changing the below variables: https://github.com/TakosThings/Fluent-Discord/wiki/Options
* You can change the accent colour by using the Colour Selector tool: https://takosthings.github.io/Fluent-Discord/color.html
**/
:root {
/* DefaultBlue */
--fluent-accent-hue-sat: 207, 100%;
--fluent-accent-lightness: 42%;
--fluent-text-on-accent-color: 0, 0, 0;
--fluent-acrylic-background: url(https://cdn.discordapp.com/attachments/862716886067445820/887579790289297408/Captured_Motion_27.jpg);
--fluent-acrylic-background-blur: 24px;
--fluent-acrylic-background-dimness: 75%;
--fluent-acrylic-background-saturate: 140%;
--fluent-guilds-icon-size: 24px;
}
/**
* End user options
*/