From ec9787fda4ad15282babc1d13e100c59afc6402e Mon Sep 17 00:00:00 2001 From: chabou Date: Thu, 13 Oct 2016 02:42:28 +0200 Subject: [PATCH] Change default cursor opacity. Fix #869 (#870) --- app/config-default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config-default.js b/app/config-default.js index 7382413d..66db6c4d 100644 --- a/app/config-default.js +++ b/app/config-default.js @@ -7,7 +7,7 @@ module.exports = { fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace', // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) - cursorColor: 'rgba(248,28,229,0.75)', + cursorColor: 'rgba(248,28,229,0.8)', // `BEAM` for |, `UNDERLINE` for _, `BLOCK` for █ cursorShape: 'BLOCK',