Philip
Philip

Reputation: 41

adding a color theme in spyder in preferences

I am using Spyder to do my Python coding. At the moment I am trying to add another color theme to my editor. Is there a way I can do it if I have a source code for that theme (i.e. pygment file)?

Thank you!

Upvotes: 3

Views: 9517

Answers (1)

MapLion
MapLion

Reputation: 1131

If you want to change the theme, edit the spyder.ini, found in ~/.spyder2/.spyder.ini or c:\Users\[yourusername]\.spyder2\.spyder.ini [color_schemes] section as described here:

Upvotes: 3

Related Questions