Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change or add theme to Android Studio?

I have just installed Android Studio in my Window 7 64bit.
When I launch the application the background of the screen where we write the code is white.
I would prefer black or any other color.
I am not sure whether we can change the color/theme OR add more themes.

like image 613
kongkea Avatar asked May 16 '13 05:05

kongkea


People also ask

Can we change theme in Android Studio?

In Android Studio, open themes. xml (app > res > values > themes > themes.

How can I change my Android theme?

Settings. Under Display Options, tap Theme. Select the theme for this device: Light—White background with dark text.

How do I change my studio theme?

Change the color themeOn the menu bar, choose Tools > Options. In the options list, choose Environment > General. In the Color theme list, choose either the default Dark theme, the Light theme, the Blue theme, or the Blue (Extra Contrast) theme.

Where is the theme editor in Android Studio?

You can find the theme editor in Android Studio - Tools>Android>Theme Editor.


2 Answers

You can download new themes from https://github.com/sdvoynikov/color-themes -- note that the project is deprecated at this time, but the sources are still available.

Once you have downloaded the .jar file, go to File -> Import Settings... and choose the file downloaded.

like image 31
marc_ferna Avatar answered Oct 01 '22 23:10

marc_ferna


File->Settings->Editor->Colors & Fonts-> In scheme name select Darcula and apply to see a awesome dark background theme editor

Android Studio 3.1.2 File->Settings->Editor->Color Scheme-> In scheme name select Darcula and apply to see a awesome dark background theme editor

like image 178
flexdroid Avatar answered Oct 01 '22 22:10

flexdroid