Created
April 30, 2026 01:05
-
-
Save lsl/1c65673f1161f7633bfb68fdda55f484 to your computer and use it in GitHub Desktop.
ghostty config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Window | |
| window-width = 100 | |
| window-height = 30 | |
| window-padding-x = 10 | |
| window-padding-y = 10 | |
| window-decoration = true | |
| # Font | |
| font-family = "FiraCode Nerd Font" | |
| font-size = 14 | |
| # Terminal | |
| term = "xterm-256color" | |
| shell-integration = "zsh" | |
| # Colors (Dracula-like) | |
| background = #282a36 | |
| foreground = #f8f8f2 | |
| palette = 0=#21222c | |
| palette = 1=#ff5555 | |
| palette = 2=#50fa7b | |
| palette = 3=#f1fa8c | |
| palette = 4=#bd93f9 | |
| palette = 5=#ff79c6 | |
| palette = 6=#8be9fd | |
| palette = 7=#f8f8f2 | |
| palette = 8=#6272a4 | |
| palette = 9=#ff6e6e | |
| palette = 10=#69ff94 | |
| palette = 11=#ffffa5 | |
| palette = 12=#d6acff | |
| palette = 13=#ff92df | |
| palette = 14=#a4ffff | |
| palette = 15=#ffffff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment