hyperterm-draculicious
v0.0.7
Published
Hyperterm theme based on the popular Dracula themes found all over the place
Downloads
3
Maintainers
Readme
hyperterm-draculicious
Another HyperTerm theme currently a tweak of the popular Dracula.
Installation
- Open HyperTerm's preferences with
Cmd+,
(or manually at~/.hyperterm.js
) with your editor. - Update your list of plugins to include
hyperterm-draculicious
, like so:
plugins: [
'hyperterm-draculicious'
],
- 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