Celso
Celso

Reputation: 659

How to import/export syntax coloring scheme

Is it possible to export my color scheme, so I can import back and forth on other computers and Anaconda envs? I can't seem to find a practical way of doing it.

Upvotes: 4

Views: 1281

Answers (2)

Carlos Cordoba
Carlos Cordoba

Reputation: 34156

(Spyder maintainer here) Sorry, Spyder doesn't have this functionality at the moment (February 2020).

Upvotes: 2

EyesBear
EyesBear

Reputation: 1466

It is not officially supported feature. But take a look at this. You can modify ~/.spyder-py3/spyder.ini and ColorSchemeName.ini and save them.

Upvotes: 2

Related Questions