You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The white color font to underline cell differences isn't great in my terminal for example. It'd be totally unreadable in a terminal with a white background.
We should try to make two improvements:
Use default terminal colors for the given users (if that's possible), so it looks good in their terminal
Let users customize the colors
The text was updated successfully, but these errors were encountered:
Determining default terminal colours is difficult and impossible in some cases. We could try to guess, but for the sake of simplicity it might be easier to do the following:
Change white to a colour that works with most common background colours by default (green?)
Add option to change colour scheme of the table, an optional dict perhaps e.g.:
The white color font to underline cell differences isn't great in my terminal for example. It'd be totally unreadable in a terminal with a white background.
We should try to make two improvements:
The text was updated successfully, but these errors were encountered: