Skip to content
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

Handle ansi control codes for colour #437

Open
StohanzlMart opened this issue Nov 28, 2022 · 2 comments
Open

Handle ansi control codes for colour #437

StohanzlMart opened this issue Nov 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@StohanzlMart
Copy link

Console within VSC on Windows shows those:
grey = "\x1b[38;20m"
yellow = "\x1b[33;20m"
red = "\x1b[31;20m"
bold_red = "\x1b[31;1m"
reset = "\x1b[0m

This should work without installing the colour-theme for windows.

I could just install the colour-theme for windows, but did not try yet. (https://www.howtogeek.com/322432/how-to-customize-your-command-prompts-color-scheme-with-microsofts-colortool/)

Additional context

log-colours

@Almenon Almenon added the enhancement New feature or request label Nov 29, 2022
@Almenon
Copy link
Owner

Almenon commented Nov 29, 2022

The reason why this is not a feature currently is that the panel AREPL displays is HTML, not a console (aka terminal aka command prompt) that displays colored text.

@Almenon
Copy link
Owner

Almenon commented Jan 9, 2024

Another person asked for this at #457

@StohanzlMart StohanzlMart changed the title Colours! Handle ansi control codes for colour Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants