1.0.0 • Published 5 years ago

xi-xo-hyper v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Description

Do you love minimal UI? this plugin will switch your theme based on the part of day time. This plugin using these two themes: Xi-hyper by paco and Xo-hyper by paswotnya

Install

Edit ~/.hyper.js and include the plugin name:

module.exports = {
    config: {
        plugins: ['hyper-day-night-switch'],
    }
}

Config

module.exports = {
    config: {
        dayNightSwitch: {
            sunUp: 6,
            sunDown: 21
        },
    }
}

Themes

These are the themes this plugin will use:

xo-hyper
xi-hyper

Ported

This plugin was ported from johnviolano project named hyper-day-night-switch