Search code examples
phpstorm

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


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.


Solution

  • 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