0

I have a problem with the Android studio Editor, Whenever I am typing, there is a white foreground covering the text. How can I change this?

enter image description here

Abu Yousuf
  • 5,729
  • 3
  • 31
  • 50
  • 1
    at the beginning the first thought was that you have the "INS" key enabled but maybe you can reset your Android Studio like said [here](https://stackoverflow.com/questions/20582577/how-to-reset-to-default-configuration-in-android-studio/31228003)? NOTE: you can even back up instead of deleting, just in case – Antonino Jun 10 '18 at 03:46

2 Answers2

0

Go to menu “File > Settings> Editor > Color&Fonts > General” Find “Identifier under caret” and change Foreground or/and Background colors with a color you wish.

ChukZ
  • 79
  • 2
  • 14
0

Just reset your settings from Color Scheme:

Go to Settings -> Color Scheme -> General -> Restore Defaults.. -> Apply

color scheme

Sagar
  • 23,903
  • 4
  • 62
  • 62