Giter Site home page Giter Site logo

hyper-ayu-light's Introduction

Ayu Light Hyper Theme

Ayu (light) for Hyper

macOS Ayu Light Hyper Theme - macOS

Windows Ayu Light Hyper Theme - Windows

Installation

Hyper plugin manager

Use the following command to install the theme.

$ hyper install hyper-ayu-light

Manual installation

  1. Open Hyper preferences with Cmd + or using the menu File/Edit/Preferences.
  2. Update your list of plugins to include hyper-ayu-light, like this:
  plugins: [
    "hyper-ayu-light"
  ]
  1. Fully reload Hyper (Cmd + Shift + R)

Configuration

Ayu Light Hyper theme is meant to be used as is, but if you feel like you want to customize it even further you can use the following configurations.

  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'
    }
  }

Related

License

MIT © Patricio Trevino

hyper-ayu-light's People

Contributors

weirdpattern avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hyper-ayu-light's Issues

Ligatures not working.

Simply, after enabling ligatures in CSS, they're not showing in this theme. Example:
image
With another theme:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.