Add runtime palette patch for ghostty-web theme colors
- Add color mapping from ghostty-web's default palette to custom themes - Monkey-patch renderer.renderCell to remap fg/bg colors at runtime - Fix THEME_BACKGROUNDS keys to match terminal.ts theme names - Add debug logging for color remapping verification This works around ghostty-web's hardcoded WASM palette by intercepting cell colors before rendering and remapping them to the configured theme.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "textual-webterm"
|
||||
version = "0.6.6"
|
||||
version = "0.6.7"
|
||||
description = "Serve terminal sessions over the web"
|
||||
authors = ["Will McGugan <will@textualize.io>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user