hyperterm-finest-base16-ocean-dark
v0.5.0
Published
The very finest Base16 Ocean Dark theme for hyperterm
Downloads
2
Maintainers
Readme
The very finest Hyperterm Base16 Ocean Dark theme
Inspired by the Spacegray dark theme by @mxstbr. The name is a joke -- I actually just built this theme for fun and thought I'd share it. Then I saw there were already two other versions... so I needed a cheeky name!
Installation
Open up your ~/.hyperterm.js in your favorite code editor
Add
hyperterm-finest-base16-ocean-dark
to your plugins array like so:plugins: [ 'hyperterm-finest-base16-ocean-dark', ],
Fully reload Hyperterm (Cmd+Shift+R)
Configure
Opacity
Since version 0.5.0
, this plugin supports lower opacity backgrounds.
To use the background with a given opacity, edit ~/.hyper.js
and modify the config
like so:
module.exports = {
config: {
// ...
finestOceanDark: {
opacity: 0.9
},
// ...
}
}
License
MIT