Reputation: 374
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
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
Reputation: 552
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
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