Change default cursor opacity. Fix #869 (#870)

This commit is contained in:
chabou 2016-10-13 02:42:28 +02:00 committed by Guillermo Rauch
parent c8b2f1b9eb
commit ec9787fda4

View file

@ -7,7 +7,7 @@ module.exports = {
fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace', fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) // 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 █ // `BEAM` for |, `UNDERLINE` for _, `BLOCK` for █
cursorShape: 'BLOCK', cursorShape: 'BLOCK',