Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change the background color for the active tab in PhpStorm?

Tags:

phpstorm

I know how to change the file colors in Appearance & Behavior, but how can I change the background color of the active tab? It's probably somewhere in the theme section, but how do I change that?

like image 584
Linkmichiel Avatar asked Mar 16 '23 14:03

Linkmichiel


2 Answers

unfortunately it's not customizable. Please vote for IDEA-126775 to increase its priority and be notified about updates.

Please also check this thread: https://devnet.jetbrains.com/message/5532304#5532304 - you might find the suggestions helpful

like image 107
lena Avatar answered Apr 05 '23 19:04

lena


The ActiveTabHighlighterPlugin now solves this problem.

It's compatible with: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion Gogland DataGrip Rider Android Studio.

like image 22
Roubi Avatar answered Apr 05 '23 19:04

Roubi