Viktor Andonov
Viktor Andonov

Reputation: 374

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)?

Upvotes: 9

Views: 10149

Answers (3)

Bryan
Bryan

Reputation: 91

On Windows, assuming you're in a custom/child theme, follow this path:

File > Settings > Editor > Color Scheme > General > Editor > Selection background

How to change the highlight color

Upvotes: 9

Vaishali Shinde
Vaishali Shinde

Reputation: 552

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

Upvotes: 16

miltone
miltone

Reputation: 4721

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

Upvotes: -1

Related Questions