0.5.3 • Published 8 years ago

hyperterm-seti v0.5.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

hyperterm-seti

Seti HyperTerm theme

npm.io

npm Build Status codecov npm All Contributors

Install

Add hyperterm-seti to the plugins list in your ~/.hyperterm.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 .hyperterm.js configuration. The available properties you can set within this object are mostly the same as the default HyperTerm options with a couple extra add. The properties you can set are:

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

NOTE: Due to the way HyperTerm 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

// ~/.hyperterm.js
module.exports = {
  config: {
    //default config stuff
    fontSize: 15,
    colors: [], // etc...

    // theme overrides
    themeOptions: {
      accentColor: 'orange'
    }
  },

  // add the theme
  plugins: [
    'hypertem-seti'
  ]
}

Contributors

Thanks goes to these wonderful people (emoji key):

Thomas Lindstrøm💻

License

MIT © Stephen Sauceda

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago