hyper-aqua
v3.0.3
Published
Cool Hyper theme with pastel and blue cocktail
Downloads
33
Maintainers
Readme
hyper-aqua
:droplet: Cool Hyper theme with pastel and blue cocktail
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, passnull
to this option. Default is'dark'
.statusLine
Boolean - Applyhyper-statusline
plugin options with proper styles. Note that you have to addhyper-aqua
beforehyper-statusline
inplugins
. Default istrue
.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
.
- Oh My ZSH
spaceship-prompt
themeFiraCode
font (used for powerline)zsh-syntax-highlighting
pluginzsh-autosuggestions
plugin
Related plugins
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.