How to revert theme from Darcula to default in Android Studio

AndroidAndroid StudioIntellij IdeaAndroid ThemeAndroid Ide

Android Problem Overview


I have changed my Android Studio theme from Default to Darcula.

But when I want to search anything then I need to go to browser which is very bright.

Now I want to revert the theme from Darcula to default theme in Android Studio. When I do that, it just changes background color and font color of Editor window. I want to change the whole window to be default instead of black.

Bright-themed editor in dark-themed IDE

Edited

I have changed theme from Android Studio | Preferences | Editor | Colors & Fonts.

Check out this link for more detail about how to change theme in Android Studio.

Android Solutions


Solution 1 - Android

You might be tried to change Settings -> Colors & Fonts -> Scheme name like below:

enter image description here

Try to edit Settings -> Appearances -> Theme:

enter image description here

Solution 2 - Android

This issue often happens after updating IntelliJ. In this case switching back to IntelliJ theme and to Darcula again solves the issue:

File | Settings | Apperance | Theme | InteliJ, Apply

File | Settings | Apperance | Theme | Darcula, Apply

Solution 3 - Android

I installed Android Studio for Mac (Android Studio version 1.5.1)

To toggle between Default and Darcula themes I do:

Android Studio - Preferences

Then write Theme on the top-left Search Bar

And under Appearance and Behavior - Appearance Next to theme you can choose between Default and Darcula themes.

enter image description here

Solution 4 - Android

Go to File -> Settings -> Appearance under IDE section ->change theme to intelij or default or windows. enter image description here

see here for more.

Solution 5 - Android

choose Editor>Color Scheme>Classic Light

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionDharmikView Question on Stackoverflow
Solution 1 - AndroidDennis MPView Answer on Stackoverflow
Solution 2 - AndroidxenterosView Answer on Stackoverflow
Solution 3 - AndroidLuis RodríguezView Answer on Stackoverflow
Solution 4 - AndroidAshish SahuView Answer on Stackoverflow
Solution 5 - Androidaarti LadvaView Answer on Stackoverflow