'Is it possible to make only the console background dark in Android Studio?

I know it's possible to set a dark background for all editor windows, including the console (Settings → Editor → Color Scheme → Console Colors → Scheme), but I like the light mode. Just the console needs to be dark for my LS color theme to be visible.



Solution 1:[1]

It is possible. Having the Light theme set go to

Preferences -> Editor -> Color Scheme -> Console Color -> Console -> Background

Set the background color to whatever color you want, e.g. 000000.

enter image description here

Also change Error output, Standard output, System output and User input to colors of your choice so that those won't be identical to the background color set.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1