Programmers must protect themselves

1. There are two system themes built into IDEA. I used to like to use black ones, because I thought black was cool and did not stimulate my eyes much. Then I also looked up a lot of idea on the Internet to set the eye color, but generally only the code area don’t become bean paste green, other places or white, so I did something about it, but also referred to a lot of articles, have this article

The code area is set to eye protection

First open the setting interface of IDEA, and then click the Settings according to the following figure

Click on Editor 1, then go to Color Scheme -> General, then go to Text 3, select Default Text. Then select Background on the right and type CAEACE directly or RGB 202,234,206 below. Then a palette appears and you can fine-tune to your favorite colors. Finally, click OK to get the following effect

At this time, you can see that only the code area is not the eye protection color, the other places are still white dazzling, let’s solve it one by one

Change the file page on the left to an eye protection color

Again, open the Settings first and look like this:

First click FileColors at 1, then click + at 2, then select All, then Select Custom, and the following interface is displayed

After this step, if the system has selected the bean paste green, you can directly click “Choose”. If not, you can first configure the bean paste green in the RGB above, then click “Choose”, and then click “OK” as shown below

Then you’ll notice that the file bar on the left has also changed to an eye protection color, as shown below:

Operation results changed to eye protection color

Now we run the code and see that the following run area is still white, as shown below:

This area can also be set, first click on Settings, as shown in the picture below:

Click “Editor” (1), “Color Scheme” (2), “Console Colors” (3), “Background” (Background), and then “Background” (4). Also enter the RGB Color of bean paste green :202,234,206. Then click OK, you can see that now the whole IDEA is basically eye protection color, please share it with everyone!