alex
alex

Reputation: 7905

phpstorm: change debug section color

I've got a custom dark theme for PhpStorm, everything is nice except debug section that has a red font that is not readable in context of a black background . is it possible to change debug section(not editor section) background and font color?
by the way color ide plugin is installed

Upvotes: 3

Views: 379

Answers (1)

Rich McCluskey
Rich McCluskey

Reputation: 2021

Per the comment by @gabe3886...

Go to File -> Settings -> Editor -> Colors & Fonts -> Debugger

Change the properties of "Breakpoint line" (see image below)

enter image description here

Upvotes: 4

Related Questions