diff --git a/.hyper.js b/.hyper.js index 9ede205..3db5f31 100644 --- a/.hyper.js +++ b/.hyper.js @@ -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'}, };