mirror of
https://github.com/urbit/shrub.git
synced 2024-11-30 22:15:47 +03:00
webterm: ensure content under cursor is visible
This commit is contained in:
parent
dc81adb735
commit
5c23b3fdb9
@ -17,6 +17,7 @@ export const makeTheme = (dark: boolean): ITheme => {
|
||||
background: bg,
|
||||
brightBlack: '#7f7f7f', // NOTE slogs
|
||||
cursor: fg,
|
||||
cursorAccent: bg,
|
||||
selection: fg
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user