ep_prefer_color_scheme
v0.0.48
Published
Change Etherpad-lite skin variant according to system settings
Readme
Make Etherpad react to your systems default settings
For dark mode the following settings apply:
const nightColors = {
toolbar: 'dark',
background: 'super-dark',
editor: 'dark',
}For light mode:
const dayColors = {
toolbar: 'super-light',
background: 'light',
editor: 'super-light',
}Installation
Install from the Etherpad admin UI (Admin → Manage Plugins,
search for ep_prefer_color_scheme and click Install), or from the Etherpad
root directory:
pnpm run plugins install ep_prefer_color_scheme⚠️ Don't run
npm i/npm installyourself from the Etherpad source tree — Etherpad tracks installed plugins through its own plugin-manager, and hand-editingpackage.jsoncan leave the server unable to start.
After installing, restart Etherpad.
