webterm: ensure content under cursor is visible

This commit is contained in:
fang 2022-05-15 19:01:02 +02:00
parent dc81adb735
commit 5c23b3fdb9
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972

View File

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