Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yui540/hyper-akari
🦋ハロー、ハイパーアカリだよ!( •̀ᴗ•́ )/ピロリン🦋
https://github.com/yui540/hyper-akari
Last synced: about 2 months ago
JSON representation
🦋ハロー、ハイパーアカリだよ!( •̀ᴗ•́ )/ピロリン🦋
- Host: GitHub
- URL: https://github.com/yui540/hyper-akari
- Owner: yui540
- License: mit
- Created: 2018-07-05T08:09:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T05:04:11.000Z (about 6 years ago)
- Last Synced: 2024-10-05T01:45:12.427Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hyper-akari
- Size: 1.96 MB
- Stars: 87
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# HyperAkari
![poster](./res/poster.png)Hyperakari is a theme plugin for the terminal emulator called Hyper.
It uses blue as a base tone.
- Character
- MiraiAkari
- [YouTube](https://www.youtube.com/channel/UCMYtONm441rBogWK_xPH9HA)
- Developer
- yui540
- [Twitter - @yui540](https://twitter.com/yui540)
- README
- [Japanese](./README.md)
- [English](./README.en.md)## Screenshot
![poster2](./res/poster2.png)
![screenshot](./res/screenshot.png)
![screenshot2](./res/screenshot2.png)## Usage
```bash
$ hyper i hyper-akari
```## Options
```js:.hyper.js
config: {
// ...
hyperAkari: {
illust: true, // Whether to show the image or not (default: true)
opacity: 0.3 // Opacity of the image(default: 0.3)
vibrancy: 'dark', // (default: dark)
vibrancyOpacity: 0.7, // (default: 0.7)
},
// ...
}
```