Last active
March 22, 2026 21:11
-
-
Save brokosz/9d54edd53d1a4405873e3f3ee7d8666e 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
| # Ghostty Configuration | |
| # Shell integration | |
| shell-integration = detect | |
| # Font - JetBrainsMono NF Regular 14 | |
| font-family = JetBrainsMono NFM Regular | |
| font-size = 14 | |
| # Window | |
| window-padding-x = 8 | |
| window-padding-y = 8 | |
| window-decoration = true | |
| macos-titlebar-style = tabs | |
| # Cursor - Underline, blinking | |
| cursor-style = underline | |
| cursor-style-blink = false | |
| # Scrollback | |
| scrollback-limit = 10000 | |
| # Outrun color scheme | |
| background = #0d0221 | |
| foreground = #ffffff | |
| # Selection | |
| selection-background = #6272a4 | |
| selection-foreground = #ffffff | |
| # ANSI Normal colors | |
| palette = 0=#0d0221 | |
| palette = 1=#ff0090 | |
| palette = 2=#9b30ff | |
| palette = 3=#f7b71d | |
| palette = 4=#00b3e3 | |
| palette = 5=#ff0090 | |
| palette = 6=#00b3e3 | |
| palette = 7=#ffffff | |
| # ANSI Bright colors | |
| palette = 8=#3c3c6e | |
| palette = 9=#ff0090 | |
| palette = 10=#9b30ff | |
| palette = 11=#ff8c00 | |
| palette = 12=#00d4ff | |
| palette = 13=#ff0090 | |
| palette = 14=#00d4ff | |
| palette = 15=#ffffff | |
| # Cursor color | |
| cursor-color = #ff0090 | |
| # macOS-specific | |
| macos-option-as-alt = true | |
| # Mouse | |
| mouse-hide-while-typing = true | |
| copy-on-select = clipboard | |
| # Quick terminal hotkey (Ctrl+Escape) | |
| keybind = global:ctrl+escape=toggle_quick_terminal | |
| # Window transparency | |
| # Active: 90% opacity, 20% blur | |
| background-opacity = 0.8 | |
| background-blur-radius = 20 | |
| # Inactive splits: 50% opacity | |
| unfocused-split-opacity = 0.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment