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",

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay