user3644627
user3644627

Reputation: 107

Tab Highlight Color in Spyder

Is there a way to color the tab in Spyder? Brighter colors for the current or active tab would be nice. Quicker identification of what you are working on.

The default behavior/color of the selected tab is hard to see. Changing the color to quickly identify which tab you are focused on would be helpful.

Upvotes: 0

Views: 1066

Answers (1)

Carlos Cordoba
Carlos Cordoba

Reputation: 34156

(Spyder dev here) No, unfortunately there is no way to change the color of the currently selected tab (either in the Editor or the Python/IPython consoles).

We are considering to improve this situation in our next major version (i.e. Spyder 3.0).

Upvotes: 1

Related Questions