xi-xo-hyper

Swap between xi/xo (light/dark) themes at day/night changes.

Usage no npm install needed!

<script type="module">
  import xiXoHyper from 'https://cdn.skypack.dev/xi-xo-hyper';
</script>

README

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