android-studiobackground

How to remove grey background from Debug window in Android Studio?


How to remove grey background from Debug window in Android Studio (See screenshot)? Other backgrounds I can set to White but could not find a setting for this specific window. screenshot of Debug window

I tried to find more common setting but had no success too. Is a custom theme the only way to remove this bad grey?


Solution

  • It's rude but works :)

    1. Close Android Studio

    2. Open "C:\Program Files\Android\Android Studio\lib\app.jar" in text editor.

    3. Replace F7F8FA to FFFFFF

    4. Open Android Studio and enjoy nice white background :)

    P.S. For IDEA replace in "C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2025.1.3\lib\app-client.jar"