hyper-ayu-light-special

1.0.1 • Public • Published

Ayu Light Hyper Theme

Ayu (light special) for Hyper Forked from hyper-ayu-light

I've just add black color for more readable. Here's the screenshot.
Screenshot

Installation

  1. Open Hyper's preferences with Cmd +, (or manually at ~/.hyper.js).
  2. Update your list of plugins to include hyper-ayu-light-special, like this:
  plugins: [
    'hyper-ayu-light-special'
  ]
  1. Fully reload Hyper (Cmd + Shift + R)

Configuration

You can decide whether to display the tab border or not using the following configuration:

  config: {
    ayu: {
      // true will hide all borders; false will display them.
      noBorder: boolean 
 
      // true will display the tab border; false will hide them.
      // on macOS, this is the opposite of noBorder.
      showTabBorder: boolean,
 
      // Windows only
      // true will display the header border; false will hide it.
      showHeaderBorder: boolean,
 
      // Windows only
      // controls the background color of the header
      // e.g #FF00DD, rgb(254, 254, 254), red
      headerBackgroundColor: 'string',
 
      // Windows only
      // controls the foreground color of the header (title and windows controls)
      // e.g #FF00DD, rgb(254, 254, 254), red
      headerForegroundColor: 'string',
 
      // macOS only
      // add fancy vibrancy
      enableVibrancy: true
    }
  }

Related

License

MIT © Patricio Trevino, Yoyo Young

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i hyper-ayu-light-special

      Weekly Downloads

      1

      Version

      1.0.1

      License

      MIT

      Unpacked Size

      100 kB

      Total Files

      6

      Last publish

      Collaborators

      • yoyoys