Last active
October 7, 2025 14:28
-
-
Save flaticols/5f87b5b29aa45b2439b51c56ee7c58b0 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
| # Optimized for Rec Mono Duotone | |
| # Font configuration | |
| font-size = 14 | |
| font-family = "Rec Mono Duotone" | |
| # Rec Mono's actual features (not MonoLisa's fantasy land) | |
| font-feature = +calt # Contextual alternates - Rec Mono has these | |
| font-feature = +zero # Slashed zero - yep, this one works | |
| # Removed: liga, dlig, ss01, ss02 - Rec Mono doesn't have these | |
| # Rec Mono Duotone is NOT a variable font, so these do nothing: | |
| # font-variation = "wght=400" # ← This is useless now | |
| # font-variation = "slnt=0" # ← This too | |
| # Cell adjustments - Rec Mono has different metrics than MonoLisa | |
| # You'll probably want to tune these by eye | |
| adjust-cell-height = 4% | |
| adjust-cell-width = 0% | |
| font-thicken = false | |
| # Your existing settings (untouched) | |
| # theme = Cursor Dark | |
| # | |
| theme = dark:Black Metal (Bathory),light:GitHub Light Colorblind | |
| window-colorspace = "display-p3" | |
| shell-integration = fish | |
| cursor-opacity = 0.9 | |
| cursor-style = bar | |
| mouse-hide-while-typing = true | |
| background-opacity = 1 | |
| background-blur = true | |
| window-padding-x = 10,10 | |
| window-padding-y = 10,10 | |
| window-padding-balance = true | |
| macos-titlebar-style = tabs | |
| keybind = shift+enter=text:\n | |
| macos-option-as-alt = left | |
| window-theme = auto | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment