How to return a theme from Darcula to default in Android Studio

I changed the default Android Studio theme to Darcula.

But when I want to look for something, I need to go to a browser that is very bright.

Now I want to return the theme from Darcula to the default theme in Android Studio. When I do this, it just changes the background color and font color in the editor window. I want to change the whole window by default instead of black.

Bright-themed editor in dark-themed IDE

Edited

I changed the theme from Android Studio | Settings | Editor | Colors and fonts.

Check out this link for more details on how to change the theme in Android Studio.

+72
android intellij-idea android-studio android-theme android-ide
Sep 23 '14 at 4:37
source share
4 answers

You might be trying to change the settings β†’ Colors and Fonts β†’ Schema Name, as shown below:

enter image description here

Try editing Settings β†’ Appearance β†’ Subject :

enter image description here

+153
Sep 23 '14 at 4:49
source share

This problem often occurs after updating IntelliJ . In this case, returning to the IntelliJ tag and Darcula solves the problem again:

File | Settings | Apperance | Theme | InteliJ, Apply

File | Settings | Apperance | Theme | Darcula, Apply

+17
May 17 '15 at 14:39
source share

I installed Android Studio for Mac (Android Studio 1.5.1)

To switch between the default themes and Darcula I:

Android Studio - Settings

Then write a topic in the upper left search bar

And under Appearance and behavior - Appearance Next to the theme, you can choose the default themes and Darcula.

enter image description here

+9
Dec 23 '15 at
source share

Go to File β†’ Settings β†’ Appearance in the IDE section β†’ change the theme to intelij or default or to windows. enter image description here

see here for more.

+1
Jun 08 '17 at 19:14
source share



All Articles