Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot change Android Studio Logcat colors

I'm following a few tutorials in order to change my Logcat colors in Android Studio 0.6.1 without success.

To set it up I go to:

File -> Settings -> Editor -> Colours and Fonts -> Android Logcat

Once on Android Logcat, the foreground, background, etc. check boxes are all disabled.

Does anyone have an idea why? Thanks in advance.

like image 591
JoCuTo Avatar asked Jun 19 '14 12:06

JoCuTo


2 Answers

You cannot change the default so first you need to creat your own configuration by clicking on "save as" button.

After doing so there is a check-box below the all available color options, Entitled "Inherit Attributes From Console", Untick that checkbox will enable all color options for you.

like image 200
Piyush Agarwal Avatar answered Oct 21 '22 16:10

Piyush Agarwal


To change the Logcat colors you can go to goto File > Settings or press Ctrl+Alt+S.

You can see this similar UI assuming you are using Darcula Theme enter image description here

Note you need to unchecked Use inherited attributes in-order to modify the color.

enter image description here

like image 42
Enzokie Avatar answered Oct 21 '22 16:10

Enzokie