JoCuTo
JoCuTo

Reputation: 2483

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.

Upvotes: 9

Views: 4373

Answers (2)

Enzokie
Enzokie

Reputation: 7415

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

Upvotes: 16

Piyush Agarwal
Piyush Agarwal

Reputation: 25858

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.

Upvotes: 16

Related Questions