Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yiiu/hyper-atom-dark-vibrancy

Hyperterm theme based on the Atom One Dark theme.
https://github.com/yiiu/hyper-atom-dark-vibrancy

fish fish-shell hyper hyper-theme theme

Last synced: 4 days ago
JSON representation

Hyperterm theme based on the Atom One Dark theme.

Awesome Lists containing this project

README

        

# Atom One Dark Vibrancy for Hyper

[Hyper](https://hyper.is) theme based on [the Atom One Dark theme](https://github.com/atom/one-dark-syntax). Forked from @jxnblk's [HyperTerminator](https://github.com/jxnblk/hyperterminator) and modified by @mdo.

![Screenshot at start](./images/screen.png)
![Screenshot with tabs](./images/screen-vibrancy.png)

### Install

1. Open Hyper's preferences with `Cmd+,` (or manually at `~/.hyper.js`) with your editor.
2. Update your list of plugins to include `hyperterm-atom-dark`, like so:

```js
plugins: [
'hyper-atom-dark-vibrancy'
],
```
3. Fully reload Hyper (`Cmd+Shift+R`), and tada!

Add follows line to config for enable the light vibrancy effect:

```js
enableVibrancy: true
```

### License

MIT