Tutorial on changing the background color of python IDE

爱喝马黛茶的安东尼
Release: 2019-06-14 16:52:32
Original
6842 people have browsed it

The newly installed python IDE usually has a white background, which can be very tiring for people who write code for a long time. What should I do if I want to change the background color? For this reason, I changed the theme color, because the IDE is all in English, which is really troublesome for people who are not good at English. I personally suggest that even if your English is not good, you still need to be familiar with the English instructions for the basic operations in the software. .

Related recommendations: "python Video"

Tutorial on changing the background color of python IDE

The following are commonly used IDE background setting methods. You can follow your own preferences Go ahead and try the settings.

Jupyter Notebook

First use PIP to install the jober -themes

# jt -L to view the topic classification

JT -T OneDork sets the OneDork theme (OneDork theme name)

JT ─R to restore the default theme

Tutorial on changing the background color of python IDE

# This ##Start Spyder, then Tools->Preferences->Syntaxcoloring->SpyderDark

Note: I have Chineseized it before, so the display is in Chinese, but the keys are still the same

Tutorial on changing the background color of python IDE

Pycharm

Start Pycharm, then File—>Settings—>Editor >Color Scheme, and then select your favorite theme on the right. Here I chose the dark theme.

Tutorial on changing the background color of python IDE

Eclipse

Start Eclipse, Window > Preferences > General > Appearance, r and then you can choose what you like on the right Theme, here I also choose the dark theme.

Tutorial on changing the background color of python IDE

As for other more settings, you can discover and experience them yourself.

The above is the detailed content of Tutorial on changing the background color of python IDE. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!