Reputation: 41
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
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