thenikso/github-plus-theme

Color of dots in .js files

technoiswatchingyou opened this issue · 1 comments

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.

screen shot 2018-10-03 at 11 33 58 pm

Thanks,
Andrei

UPDATE: Problem is that your theme in conflict with all Babel packages.

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"
      }
    }