zpao / hypertheme

Theme manager plugin for hyperterm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HyperTheme

A theme manager for HyperTerm.

Installation

Add 'hypertheme' to the plugins field in ~/.hyperterm.js.

Usage

Create (or download) a theme and put it into ~/.hyperterm_themes/<theme name>.js. The theme should export an object with the same color fields that are specified in ~/.hyperterm.js.

Then add a config.theme field in your ~/.hyperterm.js file. The value should match the name of the theme file (without the .js extension).

Save your config file and your new theme will be loaded!

Goals

Ideally this project will be short lived and HyperTerm will have built-in theming in a sane way. We're not there yet, but I plan on working with the maintainers to get there.

Note

As of v0.5, HypterTerm exposes some native theming functionality via the plugin API (decorateConfig specifically). There are many themes being distributed this way (eg snazzy, which is awesome. I encourage theme authors to try that and work to make the theming experience as good as possible.

About

Theme manager plugin for hyperterm

License:MIT License


Languages

Language:JavaScript 100.0%