Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the color of selected text/code in PHPStorm

Im switching code editors and trying to rebuild my color scheme from the previous one, from Sublime Text to PHP Storm.

What i can't find is: How to change the color of selected text/code - to be more specific the background of the selected text and the color of the font of the selected text?

And is there a way in PHPStorm to make the color for ID's and Classes different (for HTML)?

like image 223
Viktor Andonov Avatar asked Jan 20 '16 12:01

Viktor Andonov


People also ask

How do you change the text color on WebStorm?

Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme. The settings on the pages under this node define colors for various elements of your code and the WebStorm interface.

How do I change the color of text in Visual Studio?

On the menu bar, choose Tools > Options. In the options list, choose Environment > Fonts and Colors. In the Show settings for list, choose Environment. If you want to change the font for tool windows only, in the Show settings for list, choose All Text Tool Windows.


1 Answers

select_background

please go to file -> settings -> IDE settings ->colors & fonts -> general -> save default scheme and then make changes in selection background choose any color in your background please check the image

like image 61
Vaishali Avatar answered Sep 22 '22 07:09

Vaishali