Created
March 12, 2026 21:11
-
-
Save hoyhoy/68491a8cf041760d7f097a4b6192ea8a to your computer and use it in GitHub Desktop.
Ghostty Config, if you even care...
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
| # Font settings | |
| # font-family = "JetBrainsMono NFM" | |
| font-size = 14 | |
| adjust-cell-height = 8% | |
| adjust-cell-width = 8% | |
| font-style-bold = "Heavy" | |
| font-synthetic-style = true | |
| bold-is-bright = true | |
| # Enable font features that might help with bold | |
| # font-feature = -calt | |
| # cursor-color = #8e24aa | |
| # adjust-cursor-thickness = 100 | |
| keybind = ctrl+h=write_scrollback_file:open | |
| keybind = ctrl+d=text:\x1b[3~ | |
| scrollback-limit = 100000000 | |
| # Adjust rendering | |
| font-thicken = true | |
| # theme = Dark Pastel | |
| theme = Catppuccin Mocha | |
| shell-integration-features = no-cursor,sudo,no-title | |
| cursor-style = block | |
| # adjust-cell-height = 10% | |
| # background-opacity = 0.96 | |
| # mouse-hide-while-typing = true | |
| mouse-scroll-multiplier = 2 | |
| window-padding-balance = true | |
| window-save-state = always | |
| macos-titlebar-style = hidden | |
| macos-non-native-fullscreen = true | |
| window-colorspace = "display-p3" | |
| # Background | |
| background = 000000 | |
| # Your existing settings | |
| background-blur-radius = 20 | |
| mouse-hide-while-typing = true | |
| window-decoration = true | |
| window-width = 140 | |
| window-height = 40 | |
| macos-option-as-alt = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment