mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
parent
c8b2f1b9eb
commit
ec9787fda4
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue