'Visual Studio Code Debugger - How to change variable colors in a nested manner?

When there are many variables that connect to each other, it is hard to tell their hierarchical relationships. Is there an edit to the launch.json file I can make to easily distinguish this? (I just want to change the color of variables depending on how they sit in the nested hierarchy).

The picture shows what I currently see, and what I am hoping to see.

(I'm also new to coding, so please feel free to be verbose)

https://i.stack.imgur.com/gWz8E.png



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source