From f159a862e412b4db0bb61e1cf9b1a854c5fcc4b9 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 8 Sep 2023 19:57:17 -0700 Subject: [PATCH] Add default xterm.js theme inactive selection bg --- demo/client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/client.ts b/demo/client.ts index 7ade385e..fbe87195 100644 --- a/demo/client.ts +++ b/demo/client.ts @@ -125,6 +125,7 @@ const xtermjsTheme = { foreground: '#F8F8F8', background: '#2D2E2C', selectionBackground: '#5DA5D533', + selectionInactiveBackground: '#444444', black: '#1E1E1D', brightBlack: '#262625', red: '#CE5C5C',