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
If you're terminal has "truecolor" support then instead of using the system palette "colors" you can even explicitly set the foreground/background colors using "#RRGGBB" color strings using make_ansi_style() (with combine_ansi_styles()).
In light theme, it looks pretty good.
with theme = Chrome:
On some dark themes, for example, using
text is not readable.
Could the default be tweaked a bit ? or otherwise, is there a way I can do I do this myself?
Text seems to appear white by default in most
bg_*()
fn, but on bg_cyan, bg_green, bg_yellow black text seems to be a better choice for readability.The text was updated successfully, but these errors were encountered: