hyper-macos
v1.2.1
Published
MacOS theme for Hyperterm
Downloads
4
Maintainers
Readme
hyper-macos
Get the native look for your Hyperterm! With vibrancy support!
Installation
Add hyper-macos
to your ~/.hyper.js
Configuration
Theme options stored in your .hyper.js
configuration file under the hyperMacos
key (see defaults as an example).
Following theme options are available:
vibrancy
– configure window vibrancy (see this link for details).ultra-dark
used by default. You can completely disablevibrancy
by setting it's value tofalse
.
Defaults
The default configuration for the theme is following:
module.exports = {
config: {
...
hyperMacos: {
vibrancy: 'ultra-dark'
}
...
}
};
Tip:
When
vibrancy
specified, use transparent background color for best experience:
module.exports = {
config: {
...
backgroundColor: 'rgba(0,0,0,0.1)',
...
}
};
License
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.