I would like to costumize the colors of functions in VScode, as far as i understand i need to do it in the settings.json file in the workbench.colorCustomizations section. My question is what property should i use in order to change the color of functions? Also is it possible to define a different color for native methods?
{
"workbench.colorCustomizations": {
"what key should go here?": "#000000"
}
}