Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to change Android Studio terminal background color

Android Studio is so powerful tool and very convenient to use. I super like its Darcula Theme. But the problem is all windows changed their background color to black except Terminal. See screenshot belowenter image description here

I noticed I can change the bash path from here enter image description here So I wonder if I can change the terminal background color to be black. Any advice will be appreciated.

like image 420
Logan Guo Avatar asked Nov 24 '14 06:11

Logan Guo


People also ask

How do I change the background color in Ubuntu terminal?

Changing the terminal color schemeGo to Edit >> Preferences. Open the “Colors” tab. At first, uncheck the “Use colors from system theme”. Now, you can enjoy the built-in color schemes.


2 Answers

Go to

File -> Settings -> Editor -> Colors and Fonts -> Console Colors

Select

Console > Background

on the list.

On the extreme right side, you will find Background checkbox.

Edit this. Restart the IDE. You are ready to go...

like image 165
Paritosh Avatar answered Oct 26 '22 03:10

Paritosh


Just hit the [x] button at the left hand side of the Terminal. This will close the terminal, then launch it again. You will see that the color has changed to Darcula as well.

like image 26
Carlo Ledesma Avatar answered Oct 26 '22 02:10

Carlo Ledesma