A port of the Serendipity color scheme for Hyper
- Clone this repo in
.hyper_plugins/local - Add "hyper-serendipity" to the
localPluginsarray in your.hyper.jsconfig file
- without customizing
.hyper.js, this theme will choose a color scheme based on the time you started a terminal session - add the
hyperSerendipityobject to yourconfigobject in.hyper.jsto switch themes
// 'morning' | 'sunset' | 'morning'
// if no config or invalid config, default to dynamic theme (6am-6pm: morning | 6pm-10pm: sunset | 10pm-6am: midnight)
hyperSerendipity: {
theme: 'midnight'
},


