Created
March 29, 2026 11:54
-
-
Save hutusi/6b537189ade8610251e2ebb5ca897656 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
| # Theme - Ghostty has 300+ built-in themes | |
| theme = Catppuccin Frappe | |
| # Font - You can use your preferred local font here | |
| font-family = "JetBrains Mono Nerd Font" | |
| font-size = 20 | |
| # Window Aesthetics | |
| window-padding-x = 10 | |
| window-padding-y = 10 | |
| background-opacity = 0.95 | |
| background-blur = true | |
| # Example for a larger window | |
| window-width = 1200 | |
| window-height = 800 | |
| # Mouse & Cursor | |
| cursor-style = bar | |
| mouse-hide-while-typing = true | |
| # Window saving and set the working directory | |
| window-save-state = always | |
| window-inherit-working-directory = true | |
| tab-inherit-working-directory = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment