Issue
So I read in this Reddit post [https://www.reddit.com/r/Python/comments/4uoyce/spyder_color_scheme/] that there's an option for Spyder to be fully dark themed.
Unfortunately, since I'm very rookie, I was unable to install it. Here's what I've done:
Spyder Version 3.3.4 (miniconda)
pip install qdarkstyle
Since I don't have any spyderlib/spyder.py, I searched for something similar: Spyder-script.py but this file does not have "MAIN_APP = qapplication()".
Any help, pls?
Solution
(Spyder maintainer here) A full dark theme will be part of Spyder 4, to be released later in 2019.
If you want to try it right now, you will need to install Spyder 4 beta2, the first version to have it available and which is going to be released on May 15/2019.
The instructions to use this beta can be found here.
Answered By - Carlos Cordoba
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.