https://github.com/ether/ep_themes
Themes and Style plugin for Etherpad
https://github.com/ether/ep_themes
Last synced: 8 months ago
JSON representation
Themes and Style plugin for Etherpad
- Host: GitHub
- URL: https://github.com/ether/ep_themes
- Owner: ether
- License: other
- Created: 2013-01-21T17:17:37.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T22:05:58.000Z (almost 2 years ago)
- Last Synced: 2025-07-12T03:10:15.918Z (8 months ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 8
- Watchers: 3
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
 
# 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``

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