Adds a dark / light mode indicator on the titlebar. Especially useful for theme development.
@import url("https://minidiscordthemes.github.io/Snippets/ModeIndicator/main.css");
https://minidiscordthemes.github.io/Snippets/ModeIndicator/main.css
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";
}