DEV Community

Carlos
Carlos

Posted on

VSCode Theme Customization: How do I Change Editor Inline Background Key:Value?

I need to change the inline background (or foreground, I'm not sure) when the cursor is in front (left hand side) of the semicolon. The language in the screenshot is php (if that's matters for this case). Image 1.

Line Highlighting, Step In Appareance

As you can see, in the following image 2, that highlighting is inactive when the cursor is in the right hand side of the semicolon.

Line Highlighting, Step Out Appareance

This is the key for the back-inline background (if that makes sense; image 3). Which is the background highlighting visible at both images (1 and 2).

Inline value, for the background when cursor is not in front of the comma

I'll add this line of code as written text in case it is of use for search engines:

"editor.lineHighlightBackground": "#20251a",

Top comments (0)