IDEA theme configuration --- cool theme font color settings (based on Intellij IDEA 2018)

IDEA's cool theme font color settings (based on IDEA 2018)

Foreword:


The theme in IDEA can be changed. You can go directly to  http://www.riaway.com/   website or  http://color-themes.com/?view=index   website to download your favorite theme directly. Then import it into IDEA, and the font color and background of the code editor and console in IDEA will change. After these themes are imported into IDEA, if you are not satisfied with some font color schemes, you can also modify the settings in IDEA, which is very user-friendly.

I personally like this Nice Python theme, and some color schemes have been fine-tuned to make it more suitable for my taste.

1. Import theme:


①Place the downloaded jar package in a directory (such as the installation directory of IDEA), other locations are also fine.
② In IDEA, File->Import Setting. Select the jar file of the theme you just downloaded. After loading, you will be prompted to restart the tool, so let's restart it.
③Configure the theme we just loaded in IDEA Open
File->Settings->Editor->Colors  Scheme  Font

 

Looking at our code again, it seems to have a new look!
It can also be regarded as looking for some fun in the code. We don't have to love the new and dislike the old. Finding what suits you is the best!

The background is a solid blue ink black. It's a bit monotonous, why not use a picture of a beautiful woman as the background, which is both eye-catching and cool, okay, let's do it!
Click here to change the background image:

IDEA optimization configuration (3) --- Intellij IDEA 2017 / 2018 set background image and transparency
 

2. Adjust the color of the imported theme to make it more in line with personal preferences


File-->Settings-->Editor-->Color Scheme-->Java

 

 

 Some are the colors that come with the theme you imported. Uncheck this to modify the color

 

overall effect:

 

 

 

Guess you like

Origin blog.csdn.net/qq_62291388/article/details/130223905