No, but I can give you that:
"editor.semanticTokenColorCustomizations": {
"rules": {
"comment": {
"foreground": "#BABDB6",
"fontStyle": "italic"
},
"type": "#138159",
"function": {
"foreground": "#000000",
"italic": true
},
"variable": "#000000",
"number": "#90A4AE",
"string": "#006eff",
"macro": "#FF0000",
"keyword": "#FF0000",
"type.modification": {
"foreground": "#C21B30"
},
"publickeyword": "#00FF00"
}
},