Color of dots in .js files
technoiswatchingyou opened this issue · 1 comments
technoiswatchingyou commented
Hi
Is it possible to change dots color? I mean that comma, for example, is white and 3 dots is read. But one dot is black (or some dark color, no matter). It's probably would be more readable if single dot will be like comma.
Thanks,
Andrei
UPDATE: Problem is that your theme in conflict with all Babel packages.
thenikso commented
how do you get the background to be dark? probably via the same method you also want to change the color of those dots. specifically this scope:
{
"scope": [
"keyword.operator.accessor",
"meta.group.braces.round.function.arguments",
"meta.template.expression",
"markup.fenced_code meta.embedded.block"
],
"settings": {
"foreground": "#24292eff"
}
}