Teapad: A clean, accessible skin for Etherpad-lite
- Easily editable via SASS variables
- Modified version of the official Colibris skin
- Crisp, modern, and easy to read
- Meets level AA standards for color contrast
- Obeys
prefers-reduced-motion
user preference
- Download the dist "teapad" folder into
src/static/skins/
via FTP or another method. - Go to your configuration file (accessible either via web interface at
https://example.com/admin/settings
or in the root atsettings.json
). - Find the
"skinName"
property and set it to"teapad"
Note: This skin does not support the Skin Variant Builder.
These are just the settings I suggest for maximum usability of everyday documents.
"padOptions": {
"noColors": false,
"showControls": true,
"showChat": true,
"showLineNumbers": false,
"useMonospaceFont": false,
"userName": false,
"userColor": false,
"rtl": false,
"alwaysShowChat": false,
"chatAndUsers": false,
[...]
},