| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Set the opacity of your Hyper terminal
hyper i hyper-opacity
Add a line to your hyper configuration (~/.hyper.js) :
module.exports = {
config: {
// rest of the config
opacity: 0.85
}
// rest of the file
}module.exports = {
config: {
// rest of the config
opacity: {
focus: 0.9,
blur: 0.5
}
}
// rest of the file
}hyper-opacity uses BrowserWindow.setOpacity().
| Back | FazBrowse Home | New Git URL |