-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support white background (currently always #AAAAAA gray) #153
Comments
Hi @lkraav , when ansi2html started at 0a732b1 it was white…
…but at e24757d it became gray:
I believe ansi2html probably needs one new option for the foreground/text color and another one for the background, just like as terminals seem to have. I see it in both Terminator and Yakuake. We'll need to find a good way to integrate that with the existing # ansi2html --help | fgrep light
-l, --light-background
Set output to 'light background' mode. |
Thanks for the find. I had to switch back to https://github.com/pixelb/scripts/blob/master/scripts/ansi2html.sh for time being, because that grey background just isn't good for readability (for my eyes, at least). |
It's a bit of a pity that these two tools are developing in parallel since 2010 I guess. Without checking I would have assumed the former source is dead. Sigh. I have no intentions of blaming your eyes, a custom color including white should absolutely be possible. |
Or, more generally, allow for any passed in background color or even none. |
Here is a workaround:
|
Hi. Browsing through
style.py
seems to indicate there's currently no way to override#AAAAAA
with plain old#FFFFFF
. Am I missing something, or is this a feature request?The text was updated successfully, but these errors were encountered: