Skip to content

binotaliu/hyper-day-night-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This plugin will set your terminal to use the Atom One Light theme in the day and Atom One Dark theme at night.

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:

hyper-one-light
hyperterm-atom-dark

About

Hyper Terminal plugin to auto switch themes at day/night

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published