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
Edit ~/.hyper.js and include the plugin name:
module.exports = {
config: {
plugins: ['hyper-day-night-switch'],
}
}
module.exports = {
config: {
dayNightSwitch: {
sunUp: 6,
sunDown: 21
},
}
}
These are the themes this plugin will use:
xo-hyper
xi-hyper
This plugin was ported from johnviolano project named hyper-day-night-switch