0.0.7 • Published 8 years ago

hyperterm-draculicious v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

hyperterm-draculicious

Another HyperTerm theme currently a tweak of the popular Dracula.

Installation

  1. Open HyperTerm's preferences with Cmd+, (or manually at ~/.hyperterm.js) with your editor.
  2. Update your list of plugins to include hyperterm-draculicious, like so:
plugins: [
  'hyperterm-draculicious'
],
  1. Fully reload HyperTerm (Cmd+Shift+R), and tada!

Configuration

There are some basic options available for configuring the draculicious, below is an example hyperterm config

module.exports = {
  config: {
    fontSize: 14,
    fontFamily: '"Source Code Pro for Powerline", Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
    draculicious: {
      activeTabHighlightHeight: '2px',
      activeTabHighlightTransitionDuration: '0.25s',
      activeTabHighlightTransitionTimingFunction: 'ease-out',
      padding: '14px 1px 14px 1px'
    }
  },
  plugins: ['hyperterm-draculicious']
};

A theme inspired by dracula, a project cut from @mxstbr (hyperterm-spacegray) and @mdo (hyperterm-atom-dark)

Built to work with my fish theme mattconde/omf-theme-draculicious

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago