Fix demo light theme cursor colors

This commit is contained in:
Daniel Imms
2023-08-01 06:37:00 -07:00
parent 25b266e809
commit 1cfce3d0b6
+2
View File
@@ -530,6 +530,8 @@ function initOptions(term: TerminalType): void {
value = {
background: '#ffffff',
foreground: '#333333',
cursor: '#333333',
cursorAccent: '#ffffff',
selectionBackground: '#add6ff',
black: '#000000',
blue: '#0451a5',