7

I am trying to find out the way to set the black theme to my newly installed android studio but I didn't get success.

I have seen a similar question but that is for windows (I am not getting option for settings).

Please tell me how to do same in mac machine.

Community
  • 1
  • 1
subhash kumar singh
  • 2,716
  • 8
  • 31
  • 43

5 Answers5

14

Android Studio > Preferences > (Under the heading "IDE Settings") Editor > Colors & Fonts > Java > Scheme name

I use Dracula, it's pretty sic

6

It is related to your question.

How to change or add theme to Android Studio?

For Window:

File > Settings > Editor > Colors & Fonts

Mac OSX:

Android Studio > Preferences > Editor > Colors & Fonts
Allan Veloso
  • 5,823
  • 1
  • 38
  • 36
kongkea
  • 9,788
  • 12
  • 39
  • 49
1

For Mac Users (Android Studio 3.3.1)

Android Studio > Preferences > Appearance & Behaviour > Appearance > UI Options > Theme

I haven't use Window OS so didn't check but might be below answer will helps you.

How to change or add theme to Android Studio?

iPatel
  • 46,010
  • 16
  • 115
  • 137
0

For Mac OSX:

Android Studio > Preferences > Editor > Color Scheme

For Window:

File > Settings > Editor > Color Scheme

From there you can select the options from the drop down menu and click apply and ok.

You can also import custom theme jar files and use them. To the right of the drop down you get a settings options in which there is an option to Import Scheme. I am speaking this in respect to the Android Studio in Mac OSX. Ideally it should be the same for the Android Studio on Windows machine as well.

Anubhav
  • 1,984
  • 22
  • 17
0

Android Studio Dolphin on macOS Monterey 12.6

If you need to set custom colors for Editor in Android Studio 2021.3.1, just go to:

Android Studio-Preferences...-Editor-Color Scheme-Kotlin

Or, if you need more color themes, just download them using Get more themes link from Appearance tab. To change a BG color of any color scheme, go to:

Android Studio-Preferences...-Editor-Color Scheme-General-Text-Default Text-Background

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220