hyper-custom-controls
Add Mac-like controls to Hyper Terminal, but highly customizable
Configuration
In your ~/.hyper.js
, you can configure settings for hyper-custom-controls
.
modulesexports = config: // NOTE: All properties below are optional and have a default value. hyperCustomControls: side: 'left' // Default: 'left' circleSize: 11 // Default: 11 circleGap: 75 // Default: 7.5 distanceToSide: 15 // Default: 15 opacity: 1 // Default: 1 hoverOpacity: 05 // Default: 0.5 // Default controls below: // NOTE: You can remove a control, if you want to. controls: type: 'close' color: '#F24F55' type: 'minimize' color: '#FBC536' type: 'maximize' color: '#39EA48' ;