-
Notifications
You must be signed in to change notification settings - Fork 7
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
The order of colors and a bug with a comma #31
Comments
Thanks for spotting this bug, @john-cj ! I know what the root cause is, and trying to find how to fix it with minimal fallout (basically the scope names for columns 10 * n + 1 and 10 * n + 8 don't exist in the default color scheme, this causes it to fall back to the default color, but the matching rules made in a way that the previous group also captures the separator, and if the next group has a scope color defined it overwrites the previous scope color, but otherwise the separators remains colored by the previous group color) |
Thanks, I will look it today. |
One solution is to replace |
…separator-column grouping and fix the wrong separator color bug
I just released version 2.4.0 that should fix the comma bug. |
Using I've also attempted to use |
It seems to me that the order of colors is somewhat random. I don't know is it a bug or by intent, but I would prefer a more predictable order. For example: red, green, blue, violet, red, green, blue, violet, red, green, blue, violet, and so on.
Also, it seems there is a bug with a comma: notice that a comma before 8, 11, 18, and 21 should be white.
Tested with Mariana default color scheme.
The text was updated successfully, but these errors were encountered: