From 0a72887b646f228ecc2a6bbf28cc378a1d66ff1c Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Tue, 24 Oct 2023 14:49:37 -0500 Subject: [PATCH] update hyper --- hyper/.hyper.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyper/.hyper.js b/hyper/.hyper.js index 09fdea7..94c6d9b 100644 --- a/hyper/.hyper.js +++ b/hyper/.hyper.js @@ -11,7 +11,7 @@ module.exports = { // or `'canary'` for less polished but more frequent updates updateChannel : 'stable', // default font size in pixels for all tabs - fontSize : 10, + fontSize : 12, // font family with optional fallbacks fontFamily : '"ComicCodeLigatures Nerd Font", monospace', // default font weight: 'normal' or 'bold' @@ -19,9 +19,9 @@ module.exports = { // font weight for bold characters: 'normal' or 'bold' fontWeightBold : 'bold', // line height as a relative unit - lineHeight : 1.15, + lineHeight : 1.00, // letter spacing as a relative unit - letterSpacing : 0 , + letterSpacing : 0, // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or // cmyk) cursorColor : '#BF40BF',