Add line height config (#2858)

Fixes #2858
This commit is contained in:
Brad Dougherty 2018-04-20 18:22:34 -04:00 committed by CHaBou
parent 57707273c4
commit 75679266c0
6 changed files with 17 additions and 1 deletions

View file

@ -20,6 +20,9 @@ module.exports = {
// font weight for bold characters: 'normal' or 'bold'
fontWeightBold: 'bold',
// line height as a relative unit
lineHeight: 1,
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(248,28,229,0.8)',