-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
You can see the issue on the screenshot below:
I've done this workaround on my current settings. But I'm not sure if they should be in this repo or somewhere else though since scopes come from vscode-elixir-ls
"editor.tokenColorCustomizations": {
"[Nord]": {
"types": "#8FBCBB",
"textMateRules": [
{
"name": "Elixir: module attributes",
"scope": "variable.other.readwrite.module.elixir",
"settings": {
"foreground": "#D8DEE9",
"fontStyle": "bold"
}
},
{
"name": "Elixir: atoms",
"scope": "constant.other.symbol.elixir",
"settings": {
"foreground": "#D8DEE9",
"fontStyle": "bold"
}
},
{
"name": "Elixir: modules",
"scope": "variable.other.constant.elixir",
"settings": {
"foreground": "#8FBCBB",
}
},
]
}
}
Reactions are currently unavailable

