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
Currently, just exporting LESSCOLORIZER='bat' doesn’t cause bat’s default theme to be used. Only LESSCOLORIZER='bat --theme=default' would produce the same colours as bat does out of box.
The text was updated successfully, but these errors were encountered:
This was done on purpose to have output with reasonable contrast for both dark and light background. The default theme looks good on dark background, but (at least for me) the default theme with light background does not produce readable output (some chars are printed white on white). The chosen ansi theme is a compromise.
Currently, just exporting
LESSCOLORIZER='bat'
doesn’t causebat
’s default theme to be used. OnlyLESSCOLORIZER='bat --theme=default'
would produce the same colours asbat
does out of box.The text was updated successfully, but these errors were encountered: