Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/preco21/hyper-aqua
:droplet: Cool Hyper theme with pastel and blue cocktail
https://github.com/preco21/hyper-aqua
aqua cocktail hyper hyperterm hypertheme pastel term terminal theme
Last synced: about 1 month ago
JSON representation
:droplet: Cool Hyper theme with pastel and blue cocktail
- Host: GitHub
- URL: https://github.com/preco21/hyper-aqua
- Owner: preco21
- License: mit
- Created: 2017-09-26T08:51:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T05:23:38.000Z (over 6 years ago)
- Last Synced: 2024-09-21T19:42:36.648Z (3 months ago)
- Topics: aqua, cocktail, hyper, hyperterm, hypertheme, pastel, term, terminal, theme
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyper-aqua
[![Code Style Prev](https://img.shields.io/badge/code%20style-prev-32c8fc.svg)](https://github.com/preco21/eslint-config-prev)
[![NPM Version](https://img.shields.io/npm/v/hyper-aqua.svg)](https://www.npmjs.com/package/hyper-aqua)
[![Dependency Status](https://dependencyci.com/github/preco21/hyper-aqua/badge)](https://dependencyci.com/github/preco21/hyper-aqua)> :droplet: Cool Hyper theme with pastel and blue cocktail
![screenshot](media/screenshot.png)
## 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:
```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.## 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](https://github.com/robbyrussell/oh-my-zsh)
* [`spaceship-prompt` theme](https://github.com/denysdovhan/spaceship-prompt)
* [`FiraCode` font (used for powerline)](https://github.com/tonsky/FiraCode)
* [`zsh-syntax-highlighting` plugin](https://github.com/zsh-users/zsh-syntax-highlighting)
* [`zsh-autosuggestions` plugin](https://github.com/zsh-users/zsh-autosuggestions)## Related plugins
* [`hyperterm-tab-icons`](https://github.com/dfrankland/hyper-tab-icons) - Shows icon in the header tabs for the current running process.
* [`hyper-statusline`](https://github.com/henrikdahl/hyper-statusline) - Shows current directory and git status.
* [`hyperlinks`](https://github.com/zeit/hyperlinks) - Automatically links URLs.## License
[MIT](https://preco.mit-license.org/)