1.0.1 • Published 7 years ago

hyper-hybrid-minimal v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

hyper-hybrid-minimal

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


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