This is the 15th day of my participation in the August More Text Challenge

Pycharm is the Python editor I’ve been recommending you to use. It has a lot of features and plug-ins. However, the theme of Pycharm was a little monotonous. After watching it for a long time, I did get a little tired. Pycharm can adjust fonts, colors, etc., but it takes a lot of time and effort and is difficult to adjust to a satisfactory degree.

One of the reasons that many people like to code for Sublime is that it comes with a rich theme plugin, like the one shown below. Does Pycharm have a plugin like this?

Of course, the official JetBrains IDE has provided a variety of Theme plugins, among which the Material Theme UI and One Dark Theme are the two most downloaded themes. I recommend you to try these two themes as well. Personally, I prefer the One Dark Theme.

Material Theme UI

The Material Theme UI is a plug-in for JetBrains IDE (IntelliJ IDEA, WebStorm, Android Studio, etc.) that changes the original look to the Material Design look. Originally inspired by Sublime Text’s Material Theme, this plugin provides a full set of Settings to tweak the IDE the way you want.

Download the way

This plugin can be searched in Pycharm Settings -> Plugins for installation, but it is too slow and often stuck in the middle.

In fact, you can directly download from the official website and select the plug-in according to your version type and version number. Although the download speed is not fast, the plug-in package itself is not large, so wait a few minutes and you will be ok:

Plugins.jetbrains.com/plugin/8006…

Once downloaded locally, you need to go to Settings -> Plugins-> Install Plugins from disk to find the downloaded plug-in.

After the installation is complete, you need to restart the IDE, go to File > Settings > Appearance & Behavior >Theme and select the Material Theme to set. You can see that there are multiple related themes to choose from.

Select “Material Deep Ocean” and it will look like this, but you can also make your own Settings such as font background.

One Dark theme

The download method is the same as the Material Theme UI, which can be downloaded from the plugin center or the following official website link:

Plugins.jetbrains.com/plugin/1193…

After the installation and configuration is complete, the effect is as follows. The overall interface looks comfortable. The color matching of the code is also mild, so you won’t feel tired after looking at it for a long time.

Well, tools are for people, and no matter what the topic is, it’s important to feel comfortable. If you’re a lookist, give it a try.