tiredmala / Roundmoled

Simple but fancy Discord theme inspired by the AMOLED mode from Mobile, mixed with new rounded borders to the main sections of the user interface for a cleaner look. Tested on Powercord and BetterDiscord
Mozilla Public License 2.0
20 stars 108 forks source link

How to add blur like in previews #8

Open jkdduk opened 2 years ago

jkdduk commented 2 years ago

Wondering how to add blur to user 'view more' popout background.

jkdduk commented 2 years ago

image how to make it like this?

Rayrsn commented 2 years ago

My version of this theme, RoundNotmoled implements this (plus a couple of fixes to the base theme) You can add this to your main css file

.backdrop-2ByYRN.withLayer-2VVmpp {
    opacity: 100% !important;
    background: rgba(0,0,0,.6) !important;
    backdrop-filter: blur(5px) !important;
}