From 1cfce3d0b6db90da9fe2e87e2b774ebd1d43eb20 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Tue, 1 Aug 2023 06:37:00 -0700 Subject: [PATCH] Fix demo light theme cursor colors --- demo/client.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/client.ts b/demo/client.ts index 11837c5c..9d8f2130 100644 --- a/demo/client.ts +++ b/demo/client.ts @@ -530,6 +530,8 @@ function initOptions(term: TerminalType): void { value = { background: '#ffffff', foreground: '#333333', + cursor: '#333333', + cursorAccent: '#ffffff', selectionBackground: '#add6ff', black: '#000000', blue: '#0451a5',