Cool Hyper theme with pastel and blue cocktail


Keywords
hyper, hyperterm, hypertheme, term, terminal, theme, aqua, pastel, cocktail
License
MIT
Install
npm install hyper-aqua@3.0.0

Documentation

hyper-aqua

Code Style Prev NPM Version Dependency Status

💧 Cool Hyper theme with pastel and blue cocktail

screenshot

Install

Add hyper-aqua to plugins in ~/.hyper.js config file and restart Hyper.

Configuration

This theme provides handy options to extend its config as much as you like.

You can set theme options by adding next to the end of config object in your ~/.hyper.js config:

hyperAqua: {
  vibrancy: false,
  overrides: {
    backgroundColor: 'white',
  },
},

Here is the available options:

  • vibrancy String - Set vibrancy effect to Hyper window. To disable vibrancy effect, pass null to this option. Default is 'dark'.
  • statusLine Boolean - Apply hyper-statusline plugin options with proper styles. Note that you have to add hyper-aqua before hyper-statusline in plugins. Default is true.
  • overrides Object - Append provided override object to the config object after applying the theme.

Tip

If you'd like to get exact same look as in the screenshot, you will need to install Oh My ZSH and all related plugins below, set font size to 16px and cursor type to BEAM.

Related plugins

License

MIT