Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yiiu/hyper-atom-dark-vibrancy
- Owner: Yiiu
- License: mit
- Created: 2019-04-01T02:25:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T15:16:44.000Z (almost 6 years ago)
- Last Synced: 2024-12-27T18:47:59.668Z (about 1 month ago)
- Topics: fish, fish-shell, hyper, hyper-theme, theme
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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