A material theme for hyperterm.
npm install hyperterm-hypermaterialMaterial theme for hyperterm.
!HyperTerm
Add hyperterm-hypermaterial to your plugins list in ~/.hyperterm.js:
``jshyperpower
plugins: [
// a list of plugins to fetch and install from npm
// format: [@org/]project[#version]
// examples:
// @company/project
// project#1.0.1
// ``
plugins: [
'hyperterm-hypermaterial'
]
]