clintonrost / theme-firefox-devtools

Syntax coloring based on Firefox Developer Tools
3 stars 3 forks source link

How to get back indent line when using this theme? #1

Closed vivekkumar27june88 closed 6 years ago

vivekkumar27june88 commented 6 years ago

How to get back indent guide when using this theme?

clintonrost commented 6 years ago

Vivek, I will find a solution for you in the next couple of days. I need to set aside some time to make a helpful response.

clintonrost commented 6 years ago

Vivek, the easiest way to add back the indent guide is to modify your user settings with the following:

"workbench.colorCustomizations": {
    "editorIndentGuide.background": "#42495460",
    "editorIndentGuide.activeBackground": "#204e8a"
},

Of course, you can change the color values to whatever you would like, these are values that exist in other places in the theme.

Documentation:

I'm considering how I'm going to add this option to the theme for future versions.