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

Im code code switchers and an attempt to rebuild my color scheme from the previous one, from Sublime Text to PHP Storm.

What I can not find: How to change the color of selected text / code - to be more specific background of selected text and font color of selected text?

And is there any way in PHPStorm to make the color for identifiers and classes different (for HTML)?

+6
source share
3 answers

select_background

go to file → Settings → IDE Settings → colors and fonts → general → save the default scheme, and then make changes to the background of the selection, select any color in the background, please check the image

+12
source

On Windows, if you are using a custom / child theme, follow this path:

File > Settings > Editor > Color Scheme > General > Editor > Select Background

How to change the color of the backlight

0
source

You can directly use the template for the color scheme (THEME PHPStorm). Download and install this and you will have Sublime text 2 color in PHPStorm: PHPStorm color scheme theme such as Sublime Text 2

-1
source

All Articles