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

red_light and yellow_light codes may be wrong in default settings #57

Open
Paul-Labruyere opened this issue Nov 13, 2018 · 0 comments
Open

Comments

@Paul-Labruyere
Copy link

Hello,

Before all, thank you for this very useful package :)

I just used it and it appears that i had to change the default settings to see the output with correct colors. Light red and light yellow sere not detected, until i add a ansi.sublime-settings file in my User repo with the following changes :

# default: 
{"scope": "red_light", "code": "\\x1b\\[1;31m", "color": "#ff6f6b"},
{"scope": "yellow_light", "code": "\\x1b\\[1;33m", "color": "#fffa72"},
# user defined :
{"scope": "red_light", "code": "\\x1b\\[31;1m", "color": "#ff6f6b"},
{"scope": "yellow_light", "code": "\\x1b\\[33;1m", "color": "#fffa72"}

Here is a piece of code that did appear red in my shell, and not in Sublime when i redirected it into a file :

�[31;1m{M}�[0m: '...'
�[31;1m{S}�[0m: '...'

Thank you by advance !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant