question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FIX] Change the foreground color to the Atom's default

See original GitHub issue

Current: image

Edited: image

Atom: image

"editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "name": "js variable readwrite",
                "scope": "variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node",
                "settings": {
                    "foreground": "#ABB2BF"
                }
            }
        ]
    },

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Binaryifycommented, Aug 20, 2018

@gmcinalli no, I think VS Code team just change it, now it know you are using constants when you use const

1reaction
iiinsomniacommented, Mar 28, 2018

I agree with @gmcinalli , I think that the current implementation is too red.

Read more comments on GitHub >

github_iconTop Results From Across the Web

In Eclipse, how do you change the foreground and ...
Here you can change the foreground color and background color and it will actually stay the color you selected.
Read more >
Atom Editor Tutorials #4 - Installing and Changing Color ...
In this Atom Editor Tutorial, I show you how to install and change your color or syntax theme. Subscribe for more free tutorials ......
Read more >
How to change atom color ? #913 - nglviewer/nglview - GitHub
Hi. I would like to change the default color of one atom (element). I think there might be a kind of parameters of...
Read more >
Help changing top bar color - Google Groups
We have replaced the default logo.png with a logo that has a dark blue background (#00306E). We would like to change the top...
Read more >
color | Microsoft Learn
To set the default Command Prompt window color, select the upper-left corner of the Command Prompt window, select Defaults, select the Colors ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found