Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ep_themes

Package Overview
Dependencies
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_themes

Change the themes, styles & colors of different parts of Etherpad Lite

  • 0.0.113
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

Publish Status Backend Tests Status

Change the styling of a pad by clicking in Settings and selecting a style

Available Themes:

  • normal
  • terminal
  • hacker
  • cybergal
  • monokai
  • ... Please add more! :)

Available URL Params

theme     = Name of the theme IE hacker or terminal IE ?theme=hacker

Usage

To use add the params to your Pad URL IE

?theme=terminal

Screenshot

CONTRIBUTING

To add more themes send a pull request with your deisgns. Examples for how to do this are in themes.js and it should be easy to test with

themes.setTheme('#000', '#07C201', '#07C201', '#07C201', '#07C201', '#000', '#000');
// replace with your colors :)

INSTALL

Install via the /admin/plugins UI in Etherpad.

Requires Etherpad >= version 1.7.6 The following can optionally be added to your settings.json:

"ep_themes":{  
  "default_theme": "hacker"  
} 

FAQs

Package last updated on 16 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc