Files
Mason Daugherty 7a9b27242c style(code): dim the /plugins modal backdrop (#4851)
The `/plugins` modal now dims the background behind it, consistent with
other modals.

---

The `/plugins` (`PluginManagerScreen`) modal overrode Textual's default
`ModalScreen` backdrop with `background: transparent`, making it fully
see-through instead of dimming the content behind it like every other
modal. Removing the override lets it inherit the standard `background:
$background 60%` dim backdrop (which still degrades to transparent under
ansi themes).

Made by [Open
SWE](https://openswe.vercel.app/agents/8d011f9e-b11e-7cc1-e8a6-6138c7381983)

---------

Signed-off-by: Mason Daugherty <github@mdrxy.com>
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
2026-07-21 10:59:43 -04:00
..