We all know that the color of the default code of each major editor is very simple, or the color is similar. One of its disadvantages is that it is hard to read. Variable names, function names, method names, and so on. When these codes cannot tell at a glance what they are, they will greatly reduce their code reading capabilities; the second is reading fatigue. Generally, the background of the editor is white, staring at a large white area for a long time, and staring at the eyes for a long time is easy to get tired.
With the above two disadvantages, I decided to unify all the code color in the existing editor on the computer, so that the process will not be described, and the color scheme of the two editors will be released directly, they are Dreamweaver and Notepad ++.
The first is Dreamweaver. I searched a lot of places to find a color scheme that supports a relatively large number of languages. Of course, I often use HTML, CSS, JS, and PHP, if you remember correctly, it also supports ASP ,.. NET, XML, and other languages.
Dreamweaver Color Scheme
The next step is the color scheme of Notepad ++. I deliberately found a color scheme that is almost the same as that of Dreamweaver. The purpose is to get used to it. If the color scheme of the two editors is quite different, I have to spend time adapting to the two color schemes separately, which is worth the candle.
Notepad ++ code color scheme
Two color schemes (if you click to open the XML file directly, right-click the file and save it as the target): Dreamweaver, Notepad ++
Usage (the red part is my computer name. You only need to replace it with the user name you are currently using ):
1. Put Colors. xml in C: \ Users \ hooray \ AppData \ Roaming \ Adobe \ Dreamweaver CS5 \ zh_CN \ Configuration \ CodeColoring, and restart Dreamweaver.
2. Put stylers. xml in C: \ Users \ hooray \ AppData \ Roaming \ Notepad ++ and restart Notepad ++.
For more information about font selection, see the following article: Recommended downloading of the top 10 fonts most suitable for programming to make the Code look more beautiful and more comfortable.
Reply from a lazy