Home > Article > Development Tools > How to change the theme of phpstorm
1. First, change the default optional theme of PHPstorm
Open PhpStorm, click "File -- Settings -- Editor -- Color Scheme --General -- Scheme", select the style you like to make changes, and click "Apply" after completing the selection.
But after all, we are so cool and have a unique style. The default theme of PhpStorm cannot satisfy my eyes. What should I do if I want to change to a customized theme?
Related recommendations: "PhpStorm Usage Tutorial"
2. Reference external theme styles (click to download the theme)
Choose the theme you like. Download the .icls file.
Create a new colors folder in the C:\Users\Administrator\.PhpStorm2018.1\config directory and store the .icls file you just downloaded in it.
Reopen PhpStorm, and then follow the steps in the first step to change the default theme. You will find that the theme you just downloaded is already among the alternative themes. Just select it.
There may be a little problem here. If you reference an external black theme, a white background may appear when displayed. You need to:
Click "File -- Settings -- Editor -- Color Scheme -- Language Defaults" in sequence, and then uncheck the "Background" option in the page settings.
The above is the detailed content of How to change the theme of phpstorm. For more information, please follow other related articles on the PHP Chinese website!