Cool Hyper theme with pastel and blue cocktail
npm install hyper-aqua


> :droplet: Cool Hyper theme with pastel and blue cocktail
Add hyper-aqua to plugins in ~/.hyper.js config file and restart Hyper.
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:
``javascript`
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.
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.
* Oh My ZSH
* spaceship-prompt theme
* FiraCode font (used for powerline)
* zsh-syntax-highlighting plugin
* zsh-autosuggestions plugin
* hyperterm-tab-icons - Shows icon in the header tabs for the current running process.
* hyper-statusline - Shows current directory and git status.
* hyperlinks` - Automatically links URLs.