Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to change colors of the Cursor and the Current Line?

Tags:

phpstorm

I have set up a dark color layout. Yet I cannot seem to find two things:

Where to set the

  1. background color of the current line?
  2. color of the cursor?

I suppose the settings must be somewhere in Colors & Fonts, either in General or Php , yet I am searching them wrong.

like image 669
k0pernikus Avatar asked Feb 09 '12 12:02

k0pernikus


People also ask

How do you change the cursor color in Excel?

If you don't have the Developer tab, you can press ALT + F11 to open the VBA Editor. ❷ After that double-click on the Excel sheet name that you want to prompt for the changes of the selected cell cursor color. ❸ After that, select Worksheet from the drop-down menu across the General option.

How do you change your cursor?

To change how the mouse pointer looks In the search box, type mouse, and then click Mouse. Click the Pointers tab, and then do one of the following: To give all of your pointers a new look, click the Scheme drop-down list, and then click a new mouse pointer scheme.


1 Answers

For the cursor color (or "Caret") go to:

Preferences > Editor > Color Scheme > General > Editor > Caret

For the current line backround (or "Caret Row") go to:

Preferences > Editor > Color Scheme > General > Editor > Caret Row


PHPStorm on Windows

Caret

Caret row


On OS X (PHPStorm 7)

Caret Row PHPStorm on OS X

like image 166
CrazyCoder Avatar answered Sep 21 '22 13:09

CrazyCoder