hyper-hybrid-minimal

v1.0.1
Hybrid theme for hyper with a very minimal cleaned-up UI
hyper hybrid theme minimal

hyper-hybrid-minimal

Hybrid theme for hyper with a very minimal cleaned-up UI

Screenshot inside of Neovim with split windows Screenshot from a tmux-session with colored output

This is just a very simple theme for Hyper based on the my favorite Vim theme vim-hybrid.

In addition to the color settings this removes the whole header bar (see hyperclean for inspiration) and sets a very minimal UI. No tabs, no window title and no close/minimize/maximize-buttons. This works well for me, since I use tmux anyway and window management is done with kwm/khd, so I don't need to drag windows around.

The screenshots above where taken with the following hyper.js-config:

module.exports = {
  config: {
    bell: false,
    fontSize: 14,
    fontFamily: 'Hack, Menlo, "DejaVu Sans Mono", Consolas, monospace',
  },

  plugins: [
    'hyper-hybrid-minimal',
    'hyperterm-1password'
  ]
};

Notes

I know that there are other hybrid-themes around, but I just wanted to fiddle around with hyper to get a feel for its API and publish my own. This is heavily inspired by hyperclean and vim-hybrid.

License

hyper-hybrid-minimal is published under the MIT License

npm i hyper-hybrid-minimal

Metadata

  • MIT
  • Whatever
  • Steffen Rademacker
  • released 1/8/2017

Downloads

Maintainers