fix: correct GHOSTTY_DEFAULT_PALETTE to Tomorrow Night

ghostty-web WASM uses Tomorrow Night as its internal default palette,
not VS Code Dark. Updated GHOSTTY_DEFAULT_PALETTE to match the actual
colors so theme remapping works correctly.

Bump version to 0.6.8
This commit is contained in:
GitHub Copilot
2026-01-28 10:05:16 +00:00
parent e04e943e92
commit d7d7a0d165
3 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-webterm"
version = "0.6.7"
version = "0.6.8"
description = "Serve terminal sessions over the web"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"