aur0n
aur0n

Reputation: 473

Change background color of highlighted HTML elements

When I hover the mouse on a HTML tag in the tiny bar under the file tab, the background of the highlighted element is very bright, and the text becomes unreadable. I couldn't find a way to customize this in the settings, can somebody help?

Here's what I mean:

enter image description here

Upvotes: 0

Views: 208

Answers (2)

LazyOne
LazyOne

Reputation: 165501

It uses your caret row color (it just automatically makes it lighter so it's more visible) and not some separate style which you can disable/modify.


ATM there is no option to disable such behaviour. I mean -- IDEA-139930 ticket is fixed, but not available in 141.xx branch that PhpStorm is currently built on.

If it annoys you a lot then right now I may only suggest to disable that breadcrumbs bar altogether until PhpStorm will move to 142.xx or newer branch. For that: Settings (Preferences on Mac) | Editor | General | Appearance | Show HTML breadcrumbs (you will have to close and reopen that file to see the changes).

Upvotes: 1

deem
deem

Reputation: 1252

You should post more info about specification: exact version of PhpStorm etc.

Try this: https://www.jetbrains.com/phpstorm/help/configuring-colors-and-fonts.html

Upvotes: 0

Related Questions