boris
boris

Reputation: 21

change project background color on android studio

I want to change the background color of project explorer. As shown in following screenshot.background color on my android-studio
I want the color in the left to be the same in the right.It is eye-fit,whose value is #C7EDCC.
How can I do?

Upvotes: 1

Views: 1609

Answers (1)

Magnus
Magnus

Reputation: 18738

  1. Download the color-ide plugin from here.
  2. Go to Preferences -> Plugins, choose "Install plugin from disk..." and select the downloaded .jar-file.
  3. Restart Android Studio. You should be good to go since you already have the editor background color right.

More themes can be found at sdvoynikov/color-themes.

Upvotes: 1

Related Questions