feat(terminal): switch to ghostty
This commit is contained in:
44
ghostty/config
Normal file
44
ghostty/config
Normal file
@@ -0,0 +1,44 @@
|
||||
# Font
|
||||
font-family = Hack Nerd Font Mono
|
||||
font-size = 15
|
||||
|
||||
# Window
|
||||
initial-command = zsh
|
||||
window-width = 120
|
||||
window-height = 50
|
||||
scrollback-limit = 100000
|
||||
|
||||
# Colors
|
||||
background = 252836
|
||||
foreground = fffaf5
|
||||
|
||||
# Cursor
|
||||
cursor-style = block
|
||||
cursor-color = ffada2
|
||||
cursor-text = 0f1321
|
||||
|
||||
# ANSI palette (matches rtuna iTerm2 profile)
|
||||
palette = 0=#2e2e2e
|
||||
palette = 1=#fa351f
|
||||
palette = 2=#9ae204
|
||||
palette = 3=#ffc400
|
||||
palette = 4=#00a1f9
|
||||
palette = 5=#805bb5
|
||||
palette = 6=#00ddef
|
||||
palette = 7=#ffffff
|
||||
palette = 8=#555555
|
||||
palette = 9=#fe2c3c
|
||||
palette = 10=#a1ff00
|
||||
palette = 11=#ffe42f
|
||||
palette = 12=#00ceff
|
||||
palette = 13=#af7aef
|
||||
palette = 14=#74fcf3
|
||||
palette = 15=#ffffff
|
||||
|
||||
# Shell integration
|
||||
shell-integration = zsh
|
||||
|
||||
# macOS
|
||||
macos-option-as-alt = true
|
||||
window-decoration = false
|
||||
confirm-close-surface = false
|
||||
Reference in New Issue
Block a user