TakosThings / Fluent-Discord

Windows 11 Fluent Discord theme.
MIT License
341 stars 74 forks source link

acrylyc #257

Closed kittenvr closed 9 months ago

kittenvr commented 9 months ago

Is your feature request related to a problem? Please describe. allow us to turn backrgound and acrylic off

Describe the solution you'd like css to turn off

Additional context i dont like the acrylic

TakosThings commented 9 months ago

This is documented on the wiki.

Use something like this for solid black. Blur becomes redundant, so can be set to 0

--fluent-acrylic-background: #000;
--fluent-acrylic-background-blur: 0px;

Adjust this to whatever your preference

--fluent-acrylic-background-dimness: 75%;