feat: add theme configuration for ghostty-web terminal
- Add 8 predefined themes: dark, light, dracula, catppuccin, nord, gruvbox, solarized, tokyo - Support data-theme attribute for theme selection - Support custom JSON themes via data-theme attribute - Set dark theme as default - Export THEMES object for programmatic access
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "textual-webterm"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
description = "Serve terminal sessions over the web"
|
||||
authors = ["Will McGugan <will@textualize.io>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user