hyper-seti

0.5.2 • Public • Published

hyper-seti

Seti Hyper theme

npm Build Status codecov npm All Contributors

Install

Add hyper-seti to the plugins list in your ~/.hyper.js config file.

Customization

If you'd like to customize the colors used in the theme, you can add a themeOptions object to config in your .hyper.js configuration. The available properties you can set within this object are mostly the same as the default Hyper options with a couple extra add. The properties you can set are:

  • foregroundColor
  • backgroundColor
  • borderColor
  • cursorColor
  • inactiveTabColor
  • activeTabColor
  • accentColor

NOTE: Due to the way Hyper themes currently work, user configuration is overwritten by the theme. So any colors you set outside of themeOptions will be ignored. If you want custom colors along with the theme, they MUST be set in themeOptions.

Example

// ~/.hyper.js
module.exports = {
  config: {
    //default config stuff
    fontSize: 15,
    colors: [], // etc...
 
    // theme overrides
    themeOptions: {
      accentColor: 'orange'
    }
  },
 
  // add the theme
  plugins: [
    'hyper-seti'
  ]
}

Contributors

Thanks goes to these wonderful people (emoji key):


Thomas Lindstrøm

💻

License

MIT © Stephen Sauceda

Package Sidebar

Install

npm i hyper-seti

Weekly Downloads

7

Version

0.5.2

License

MIT

Last publish

Collaborators

  • stephensauceda