Skip to content

Latest commit

 

History

History

PrivacyScreen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Privacy Screen

Status: working

Hides Discord behind a screen when tabbed out.

PrivacyScreen applied to Discord

Usage

@import

@import url("https://minidiscordthemes.github.io/Snippets/PrivacyScreen/main.css");

Replugged automatic theme

Install now

Replugged manual theme

Download now

Vencord online theme

https://minidiscordthemes.github.io/Snippets/PrivacyScreen/main.css

Customisation

Paste the following at the end of Custom / Quick CSS, then edit the values:

:root {
    --privacy-bg-image: var(--privacy-discord-icon);
    --privacy-bg-color: var(--background-primary);
    --privacy-bg-blend: difference;
}