We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The goal of this issue is to enable the user to provide their own CSS values for the ones hard-coded here:
re-ansi/src/Ansi.re
Lines 37 to 56 in 6e07d47
In particular, we need to enable the user to provide their own initial value for the code 9, as documented in #3
initial
To do that, we could:
fourBitColors
When color themes is implemented, it might be good to also provide default themes, such as dark, light, and their solarized version.
dark
light
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The goal of this issue is to enable the user to provide their own CSS values for the ones hard-coded here:
re-ansi/src/Ansi.re
Lines 37 to 56 in 6e07d47
In particular, we need to enable the user to provide their own
initial
value for the code 9, as documented in #3To do that, we could:
fourBitColors
function property to the React component, orfourBitColors
function to use that instead.When color themes is implemented, it might be good to also provide default themes, such as
dark
,light
, and their solarized version.The text was updated successfully, but these errors were encountered: