### Question Do you have a matching style for using the “Indent-Rainbow” extension? ### Answer: `YES` 1. Install [Indent-Rainbow](https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow) extension. 2. Add the following settings to your `settings.json` file ```json "indentRainbow.colors": [ "rgba(165, 153, 233,0.5)", "rgba(165, 153, 233,0.4)", "rgba(165, 153, 233,0.3)", "rgba(165, 153, 233,0.2)", "rgba(165, 153, 233,0.1)" ], ``` Peace! ✌️