webterm: improve readability of char under cursor

Make sure it's the opposite of the cursor color.
This commit is contained in:
fang 2022-01-24 14:33:25 +01:00 committed by GitHub
parent 802a828733
commit a51ac14833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ const makeTheme = (dark: boolean): ITheme => {
background: bg,
brightBlack: '#7f7f7f', // NOTE slogs
cursor: fg,
cursorAccent: bg,
selection: fg
};
};