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

后端 未结 7 1771
悲哀的现实
悲哀的现实 2020-12-13 23:23

I\'m using a dark theme in IntelliJ 14, the problem is that I have difficulties in distinguish the active tab, because its header\'s background is not different than the oth

7条回答
  •  执笔经年
    2020-12-14 00:22

    To me, the solution turned out to be a plugin implementation:

    https://github.com/tobszarny/ActiveTabHighlighterPlugin

    Feel free to fork it for alteration, or use as is. Now with color customization and with IntelliJ platform IDE's support, such as PhpStorm or RubyMine.

    Now also in the plugins repository, for auto update whenever new version is made.

提交回复
热议问题