Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create different theme for different instances of android studio

I will give my use case first. I have two similar android studio projects which needs to be opened always. Now what happens is, I often make changes in wrong project because there is no easy way to identify which project I'm on by simply looking at UI (other than looking at the project name on top- which will go away on full screen). So it would be great if I could use dracula theme on one project and default theme on other. Is there any way to achieve it.

like image 408
Slashbin Avatar asked Dec 15 '17 07:12

Slashbin


People also ask

How do I change the default theme in Android Studio?

To change default themes go to File and click on Settings. A new Settings dialog will appear, like this. Under the Appearance & Behaviour -> Appearance, you will find Theme. Choose the right theme from the drop-down and click on Apply and then Ok.


2 Answers

There is a way to change the background color of project pane and recent files window.

Goto Preference -> Appearance & Behavior -> File Colors -> {Add project files and set color}

enter image description here

Got the solution from here

like image 110
Slashbin Avatar answered Sep 28 '22 09:09

Slashbin


There is the ability to "to define any image as a background".

Set a background image for the current project only, or for any project you open or create anew.

To set a background image

1. Either press:

Shift twice (Searching Everywhere), or

Ctrl+Shift+A (Navigating to Action)

and start typing set back

2. In the dialog box that opens,

Specify:

  • the image you want to use as the background,

  • its opacity,

  • filling and placement options.

Choose to show background in:

  • the editor and tool windows, or
  • in the IntelliJ IDEA frame.

Selecting checkbox This project only:

  • Show background in the current project and ignore this background in the other projects.

https://www.jetbrains.com/help/idea/2016.2/setting-background-image.html

like image 40
TT-- Avatar answered Sep 28 '22 08:09

TT--