hyper.js: various updates
This commit is contained in:
parent
69b8129ce5
commit
905b98bfee
1 changed files with 4 additions and 3 deletions
|
@ -6,10 +6,10 @@ module.exports = {
|
|||
config: {
|
||||
// Choose either "stable" for receiving highly polished,
|
||||
// or "canary" for less polished but more frequent updates
|
||||
updateChannel: 'canary',
|
||||
updateChannel: 'stable',
|
||||
|
||||
// default font size in pixels for all tabs
|
||||
// fontSize: 13,
|
||||
fontSize: 11,
|
||||
|
||||
// font family with optional fallbacks
|
||||
fontFamily: 'Hack, "DejaVu Sans Mono", monospace',
|
||||
|
@ -49,7 +49,7 @@ module.exports = {
|
|||
showWindowControls: '',
|
||||
|
||||
// custom padding (css format, i.e.: `top right bottom left`)
|
||||
padding: '12px 14px',
|
||||
// padding: '12px 14px',
|
||||
|
||||
// the full list. if you're going to provide the full color palette,
|
||||
// including the 6 x 6 color cubes and the grayscale map, just provide
|
||||
|
@ -131,4 +131,5 @@ module.exports = {
|
|||
// Example
|
||||
// 'window:devtools': 'cmd+alt+o',
|
||||
},
|
||||
env: {TERM: 'xterm-256color'},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue