-
Notifications
You must be signed in to change notification settings - Fork 35
Orange color display problem #5
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
Comments
I'm seeing the same thing. |
@uraz You can fix this by using an RGB value for (Colors seem to be defined here, and it doesn't look like orange exists.) For instance, using #FFA500: change
to
To give the following: Or if you wanted to mimic the colors used by Google Cloud's Stackdriver logging console: You could use:
In case it helps, here's my test.json file, and I'm using iTerm on Mac:
|
Why: * fixes gistia#5 What: * Blessed doesn't appear to have an orange named color, so we use RGB
Why: * fixes gistia#5 What: * Blessed doesn't appear to have an orange named color, so we use RGB
Why: * fixes #5 What: * Blessed doesn't appear to have an orange named color, so we use RGB
Why: * fixes gistia#5 What: * Blessed doesn't appear to have an orange named color, so we use RGB
Hey, on npm is still the old version with {orange-fg}warn{/orange-fg} |
Same problem here @Defkil (on a fresh install from today). I'm using patch-package as a stopgap. Patch attached: json-log-viewer+0.1.2.patch |
It seems that orange color used for "warn" level label is not working correctly.
{orange-fg}
is showing instead of a proper color.The text was updated successfully, but these errors were encountered: