Skip to content

Latest commit

 

History

History

ModeIndicator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Mode Indicator

Status: working

Adds a dark / light mode indicator on the titlebar. Especially useful for theme development.

Mode Indicator in light and dark mode

Usage

@import

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

Replugged automatic theme

Install now

Replugged manual theme

Download now

Vencord online theme

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

Customisation

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

.theme-dark {
    --modeindicator-text: "Dark mode";
}
.theme-light {
    --modeindicator-text: "Light mode";
}