mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
fix: update transparent color handling to use 'None' instead of 'Transparent' across UI components
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
### True Transparent Background
|
||||
|
||||
- Transparent theme now uses the terminal's native background instead of solid black
|
||||
- Powered by `Color.Transparent` (alpha=0) which emits ANSI `CSI 49m` (default background) instead of explicit RGB
|
||||
- Powered by `Color.None` (alpha=0) which emits ANSI `CSI 49m` (default background) instead of explicit RGB
|
||||
- Terminal transparency, acrylic, wallpaper effects now show through the TUI
|
||||
- Dialogs retain solid `DarkGray` background for readability
|
||||
- Uses local Terminal.Gui fork (submodule) with transparent color support pending upstream merge ([gui-cs/Terminal.Gui#4234](https://github.com/gui-cs/Terminal.Gui/pull/4234))
|
||||
|
||||
Reference in New Issue
Block a user