Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Change Occurrence Color

How can I change the occurrence/write occurrence color in Android Studio? Is this even possible? In Eclipse it was found (on a Mac) under Preferences->General->Editors->Text Editors->Annotations

Does Android Studio even provide this option? It's a number of small annoyances like this (as well as the massive performance issues it seems to be having thus far) that prevent me from moving to Android Studio.

Currently running Android Studio 1.2 Beta if that helps.

like image 848
whitaay Avatar asked Apr 07 '15 20:04

whitaay


1 Answers

Go to menu

Preferences > Editor > Color&Fonts > General

Find "Identifier under caret" and change Foregound or/and Background colors with a color you wish. When you click a variable, it will be highlighted with the color you chose.

like image 106
Murat Avatar answered Sep 18 '22 22:09

Murat