Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.01 KB

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";
}