From 905b98bfee6eed3d27f121da82d00d18707cdce9 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sun, 23 Feb 2020 07:02:06 +0100 Subject: [PATCH] hyper.js: various updates --- .hyper.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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'}, };