Package Exports
- hyper-hypest
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyper-hypest) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Hypest for Hyper
A beautiful and minimal macOS theme for Hyper — with vibrancy, light and dark modes, and theming for several popular Hyper plugins.

Installation
If you are switching from another Hyper theme you may need to relaunch the app for Hypest to fully theme the window.
From Hyper
hyper i hyper-hypest
Manually
- Open
~/.hyper.js
in your text editor (cmd
+,
in Hyper) - Add
hyper-hypest
to theplugins
array
Configuration
There are two options that can be passed as optional configuration to change the
theme. To pass the options you can add a hypest
object to the config
in
~/.hyper.js
.
Note: you may need to restart Hyper when switching between themes.
Dark Mode
Set darkmode
to true
to use the dark version of the theme.
config: {
...
hypest: {
// Default is false
darkmode: true
}
...
}

Vibrancy
Set vibrancy
to false
to disable the window vibrancy effect in either theme.
config: {
...
hypest: {
// Default is true
vibrancy: false
}
...
}

Plugin support
Hypest includes custom theming to support a few of the most popular Hyper plugins, including:
- hyper-search
- hyper-statusline
- hyper-tab-icons
- hyper-highlight-active-pane

Known issues
Any plugins that customize tabs beyond the plugins mentioned above may have compatibility issues with the theming in Hypest.
At this time Hypest doesn't support user defined colors but it's planned. I'd also happily accept pull requests to add that functionality, or to allow for additional configuration options.