"editor.tokenColorCustomizations": {
"[Default Dark+]": {
"textMateRules": [
{
"scope": "variable.scss",
"settings": {
"foreground": "#4be772",
"fontStyle": "bold"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#b80d85",
"fontStyle": "bold"
}
},
],
},
},