huytd / vscode-nord-light

MIT License
23 stars 4 forks source link

Change the atom color for Elixir #2

Open wesleimp opened 3 years ago

wesleimp commented 3 years ago

It would be nice to have the same color of the module name

The code below solves this issue:

{
  "name": "[Elixir](JakeBecker.elixir-ls) atoms",
  "scope": "constant.other.symbol.elixir",
  "settings": {
    "foreground": "#0C60A5"
  }
}