Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change Android Studio editor's background color? [duplicate]

I want the grey shade as shown in previews but mine has white as default. I tried to search in file->settings but without much success. Also, I couldn't find Project->clean or any such option. Any help will be appreciated, thanks!

like image 627
Chintan Trivedi Avatar asked May 17 '13 04:05

Chintan Trivedi


People also ask

How do you change the color of the editor?

Go to Window > Preferences, then navigate to General > Editors > Text Editors. In the panel on the right, from the Appearance color options list select Background color, then use the color picker to choose the desired color (the System default checkbox must be unchecked).


1 Answers

You can change it by going File => Settings (Shortcut CTRL+ ALT+ S) , from Left panel Choose Appearance , Now from Right Panel choose theme.

enter image description here

Android Studio 2.1

Preference -> Search for Appearance -> UI options , Click on DropDown Theme

enter image description here

Android 2.2

Android studio -> File -> Settings -> Appearance & Behavior -> Look for UI Options

EDIT :

Import External Themes

You can download custom theme from this website. Choose your theme, download it. To set theme Go to Android studio -> File -> Import Settings -> Choose the .jar file downloaded.

like image 162
Ronak Mehta Avatar answered Sep 20 '22 05:09

Ronak Mehta