林果皞
林果皞

Reputation: 7803

Android Studio IDE - how to change focused tab color

I realized my currently focused tab is hard to distinguish:

enter image description here

So my question is how to change currently focused tab's color (Either foreground or background will help) ? I search around in the settings but can't found.

My platform is android studio version 2.1, Linux Fedora 21, gnome 3.14.0.

Upvotes: 3

Views: 1010

Answers (1)

Vojtech Ruzicka
Vojtech Ruzicka

Reputation: 17095

Your shown tabs are hard to distinguish because in Darcula theme, the test class background is unfortunatelly very hard to distinguish from non selected test tabs. You can see, that you can distinguish MainActivity.java just fine.

How to change color for tests is described in this question:

How to change the active tab header's color in IntelliJ 14.1.4?

Upvotes: 1

Related Questions