Home >Development Tools >phpstorm >How to configure your favorite theme in PHPStorm (detailed explanation with pictures and text)
PHPstorm’s default themes and optional themes sometimes cannot meet the needs of some people. How to configure your favorite theme?
1, first to download your favorite theme: http://www.phpstorm- themes.com/ (Recommended learning: ## Phpstorm detailed ) ##) ##) ##) ##) ##) #But you will find a problem when downloading. After clicking download, the file will not be downloaded, but will be opened (different browsers are different)
It’s good if you can download it, but if the above situation occurs, you only need to select all the contents, and then paste it into a file with the suffix .icls (create a new notepad, and then restart Name)
2. Copy the file to the C:\Users\Administrator\.PhpStorm2016.2\config\colors file, and then restart the PHPstorm editor3. Click "File"->"Settings..." to open the configuration window; find "Editor"->"Color & Fonts" and select yours in the Scheme drop-down box. The name of the theme file just added; after selecting, click "Save As..." to rename it to microsoft visual 2013 copy (you define the name yourself)
As shown in the figure below, remove the hook apply, OK, the theme is configured successfully.
The above is the detailed content of How to configure your favorite theme in PHPStorm (detailed explanation with pictures and text). For more information, please follow other related articles on the PHP Chinese website!