-
-
Notifications
You must be signed in to change notification settings - Fork 299
Customize ANSI colors for terminal views #3225
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
Conversation
Probably should switch to using CSS variables. |
@fonsp As far as I can tell, the only relevant background color variables are |
Oh tricky... that means that we need auto-light-dark for cell output, and always-dark for pkg terminals and stdout. That probably means not using the light.css and dark.css files. Not sure atm! |
auto-light-dark I can add directly to #894 since I can only test it there anyways. I'll modify this PR to just handle terminals and stdout then. |
This PR will use custom colors for all ANSI colors converted to HTML.
The following notebook is a useful test for the stdout terminal view and for cell output (see #3222):
To-do
Further modify colors to improve legibility of cell output (not supported, to be completed in Convert plain-text output with ANSI codes to HTML #3222)Try this Pull Request!
Open Julia and type: