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',