I added custom_bg, custom_fg, and custom_content_css_dict parameters to Ansi2HTMLConverter to enable specifying custom background/foreground colors and css properties because I needed this functionality in my own project.
I believe this also satisfies the feature request mentioned here: #153
I've never used the CLI interface, so hopefully these properties don't interfere with that functionality (which I haven't tested or looked in to).
I added
custom_bg
,custom_fg
, andcustom_content_css_dict
parameters to Ansi2HTMLConverter to enable specifying custom background/foreground colors and css properties because I needed this functionality in my own project.I believe this also satisfies the feature request mentioned here: #153
I've never used the CLI interface, so hopefully these properties don't interfere with that functionality (which I haven't tested or looked in to).
Hope it's helpful to someone.