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.
38 lines
750 B
Plaintext
38 lines
750 B
Plaintext
# This file is auto-generated by shipwright.nvim
|
|
# Ghostty color configuration
|
|
# See: https://ghostty.org/docs/config/reference
|
|
# Basic colors
|
|
foreground = "#EBEFC0"
|
|
background = "#0E101A"
|
|
# Selection colors
|
|
selection-foreground = "#EBEFC0"
|
|
selection-background = "#37382D"
|
|
# Cursor colors
|
|
cursor-color = "#EDF2C2"
|
|
cursor-text = "#0E101A"
|
|
# The basic 16 colors
|
|
# black
|
|
palette = 0=#0E101A
|
|
palette = 8=#2B2F46
|
|
# red
|
|
palette = 1=#E03600
|
|
palette = 9=#FF4821
|
|
# green
|
|
palette = 2=#5DCD97
|
|
palette = 10=#58DB9E
|
|
# yellow
|
|
palette = 3=#E39500
|
|
palette = 11=#F6A100
|
|
# blue
|
|
palette = 4=#00A3CB
|
|
palette = 12=#00B4E0
|
|
# magenta
|
|
palette = 5=#795CCC
|
|
palette = 13=#B3A1E6
|
|
# cyan
|
|
palette = 6=#00A3CB
|
|
palette = 14=#00B4E0
|
|
# white
|
|
palette = 7=#EBEFC0
|
|
palette = 15=#B3B692
|