hyper-seti
Seti Hyper theme
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.jsmoduleexports = 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