feat: add Ghostty terminal support (#225)

Add shipwright runner for Ghostty terminal emulator with example themes.

- Add ghostty.lua runner with Ghostty-specific color format
- Update init.lua to include ghostty in runner_files
- Add zenbones_dark and zenbones_light example themes

Ghostty uses a similar format to Kitty but with `=` separators and
`palette = N=COLOR` syntax for the 16 ANSI colors.

Tested and working with Ghostty terminal.
This commit is contained in:
Fredrik Averpil
2025-12-01 15:27:32 +01:00
committed by GitHub
parent a934bc07d2
commit 3da02e553a
21 changed files with 772 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ M.run = function()
"iterm",
"alacritty",
"kitty",
"ghostty",
"wezterm",
"tmux",
"windows_terminal",