colors setting
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "escaper.sds",
"settings": {
"foreground": "#6f6f6f45",
"fontStyle": "strikethrough"
}
},
{
"scope": "error.sds",
"settings": {
"foreground": "#d10000ec",
"fontStyle": "strikethrough"
}
},
{
"scope": "unsettype.sds",
"settings": {
"foreground": "#c400b7ee"
}
},
{
"scope": "containers.sds",
"settings": {
"foreground": "#7fa7a4ee"
}
},
{
"scope": "type.str.sds",
"settings": {
"foreground": "#bc8d00"
}
},
{
"scope": "type.strname.sds",
"settings": {
"foreground": "#8b4100"
}
},
{
"scope": "type.int.sds",
"settings": {
"foreground": "#007007ee"
}
},
{
"scope": "type.float.sds",
"settings": {
"foreground": "#00b35aee"
}
},
{
"scope": "type.bool.sds",
"settings": {
"foreground": "#0020d2ee"
}
},
{
"scope": "separator.comma.sds",
"settings": {
"foreground": "#767676"
}
},
{
"scope": "type.name.sds",
"settings": {
"foreground": "#767676"
}
},
{
"scope": "escaped.sds",
"settings": {
"foreground": "#ff7700"
}
}
]
},