mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
webterm: improve readability of char under cursor
Make sure it's the opposite of the cursor color.
This commit is contained in:
parent
802a828733
commit
a51ac14833
@ -46,6 +46,7 @@ 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