Add default xterm.js theme inactive selection bg

This commit is contained in:
Daniel Imms
2023-09-08 19:57:17 -07:00
parent 9f5ff468e1
commit f159a862e4
+1
View File
@@ -125,6 +125,7 @@ const xtermjsTheme = {
foreground: '#F8F8F8',
background: '#2D2E2C',
selectionBackground: '#5DA5D533',
selectionInactiveBackground: '#444444',
black: '#1E1E1D',
brightBlack: '#262625',
red: '#CE5C5C',