IntelliJ (Android Studio) Pop Up Window Background Color - android-studio

I'm using Android Studio which is basically an IntelliJ IDE. For a while now my pop up windows have a white background no matter if I hover over code or use code completion. I think I checked all white(ish) color settings in Android Studio and set them to dark grey but those pop ups are still white. Please help me this drives me nuts.

There seems to be no solution to this problem. As a workaround I duplicated the Darcular color scheme (named it Darcular_Custom_2022) as this has black window backgrounds. I then set all color settings as they are in my current color scheme (Darcular_edited_2018).
Now everything looks the same in the editor but the pop up windows have a black background.
Cheers!

Related

Flutter is not showing me the suggestion window for color names/numbers in Android Studio

I'd like to be able to see a suggestion that will allow me to see what colour belongs to which colour name/number when using Android studio.
Please note that "Show quick documentation on mouse move" has been activated in my Android studio general settings.
This is what my screen looks like when my mouse is on "blueGrey"
This is how i'd like my screen to look like when my mouse is on "blueGrey"
I sometimes have the same issue. For me, when I open the Quick Documentation with CTRL Q (Command J on Mac), then it shows the color swatches like on your second picture.

How to change the color of certain parts of code in Android Studio?

I use Android Studio with Material Theme, as it makes it look A LOT better. The only problem is that when I initialize a variable, it shows up as dark grey, which is pretty unreadable because I use the dark theme. Is there an option that I can change only that dark grey to some other color, without making any changes to the color of other pieces of code?
Here's a screenshot:
File > Settings > Editor > Color Scheme > The language for which you want to change the color

Android studio terminal bug

I can't see anything when I type in android studio's terminal. I see the cursor blinking and I can select lines till top but when I copy and paste it somewhere no texts are being pasted [what I checked].
There is no problem with any other log windows.IMAGE IMAGE 2
You may have a problem with your font color settings. It seems like in Windows the terminal takes the colors of the Windows console. Check this answer: Android Studio IDE - Terminal Background Text Colors different from Terminal Background Color

How to change background color of tool window in Android Studio?

How to change background color of tool window in Android Studio?
Is it possible to change the tool window background from white to gray?
Hello by going throught below path you can change your background color :-
EDITOR-> COLORS AND FONTS-> CONSOLE COLORS

How to change the background color around the visual design/layout editor in Android Studio

The background around the Layout Editor in Android Studio is dark grey. I think it used to be white. Anyway, I would like to make it white again, but I can't find the setting. The reason I want to change it is so that I can make nicer looking print screen images to use on StackOverflow or app descriptions.
Note: I'm not talking about changing the theme or the code editor colors. These questions have already been answered here:
How to change or add theme to Android Studio?
How do I change Android Studio editor's background color?
how to change Android Studio terminal background color
Updated Answer
Android Studio 3.0 has a Screenshot menu item. Right click the design area and choose Save Screenshot.
From there you can make a screenshot with a transparent background.

Resources