Skip to content
This repository has been archived by the owner on Aug 17, 2018. It is now read-only.

zacanger/hyperterm-mild-dark

Repository files navigation

Mild Dark Theme for Hyper

Unmaintained

Theme for Hyper (previously HyperTerm).

screenshot

Forked from the Atom One Dark Theme for HyperTerm by @mdo, which was forked from @jxnblk's HyperTerminator.

AFAICT this was maybe the third theme out there for HyperTerm, so it may not be taking advantage of newer HyperTerm features or options.

If it doesn't quite suit you, you should check out other themes here!

Install

  • $EDITOR ~/.hyper.js
  • Add hyperterm-mild-dark to your plugins array.
  • Reload (CMD+Shift+R)

Notes

This theme defaults to fonts with ligatures, if you have them installed (Haskig and Fira Code; if there are others you like, let me know!). You can disable ligatures by putting the following snippet in your ~/.hyper.js under config:

termCSS: `
  x-screen x-row {
    font-variant-ligatures: none;
  }
`