A simple edit that blurs the background image for better text readability.
Nasa Hyper extension
A theme which replaces the terminal background with NASA's Picture of the Day. (https://apod.nasa.gov/apod/archivepix.html).
Add hypernasa
to the plugins list in your ~/.hyper.js
config file.
~/.hyper.js
module.exports = {
config: {
hypernasa: {
overlayColor: #000,
overlayOpacity: .25
}
}
}
MIT © [Colm Seale]