wiphone
wiphone

Reputation: 1

VS Code theme extension: editorIndentGuide.activeBackground not working for all indentation levels

my vue2 code

I've already set it up editorIndentGuide. ActiveBackground1~editorIndentGuide. ActiveBackground6 attribute,

Also set the editorIndentGuide. Background1~editorIndentGuide. Background6 property,

But the colors in lines 8 and 9 are not effective, as shown in the figure.

json:

{
    "editorIndentGuide.activeBackground1": "#FFCC95",
    "editorIndentGuide.background1": "#666666",
    "editorIndentGuide.activeBackground2": "#B084EB",
    "editorIndentGuide.background2": "#666666",
    "editorIndentGuide.activeBackground3": "#45A9F9",
    "editorIndentGuide.background3": "#666666",
    "editorIndentGuide.activeBackground4": "#19f9d8",
    "editorIndentGuide.background4": "#666666",
    "editorIndentGuide.activeBackground5": "#FF4B82",
    "editorIndentGuide.background5": "#666666",
    "editorIndentGuide.activeBackground6": "#FF75B5",
    "editorIndentGuide.background6": "#666666",
}

I want lines 8 and 9 to also show indented lead lines in color #FF4B82

Upvotes: 0

Views: 18

Answers (0)

Related Questions