Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 842 Bytes

README.en.md

File metadata and controls

40 lines (34 loc) · 842 Bytes

HyperAkari

poster

Hyperakari is a theme plugin for the terminal emulator called Hyper.

It uses blue as a base tone.

Screenshot

poster2 screenshot screenshot2

Usage

$ hyper i hyper-akari

Options

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)
  },
  // ...
}