Skip to content

Latest commit

 

History

History

PillVC

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Pill VC

Status: working

Styles the voice chat user counter as an estradiol pill.

Pill VC in dark mode

Usage

@import

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

Replugged automatic theme

Install now

Replugged manual theme

Download now

Vencord online theme

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

Customisation

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

:root {
    --pill-background: #56b8ac;
    --piil-text: #47837b;
    --pill-border-dark: #5a978f;
    --pill-border-light: #8debde;
    --pill-border-width: 3px;
}