Created
June 6, 2026 06:12
-
-
Save ZachMoreno/cf97631436c105a688f0f09e8db5dbe3 to your computer and use it in GitHub Desktop.
Dank Mono and Electron Highlighter
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 | |
| # ========================================== | |
| # | |
| # Reload: Cmd+Shift+, (macOS) | |
| # Options: ghostty +show-config --default --docs | |
| # --- Typography --- | |
| font-family = "Dank Mono" | |
| font-size = 18 | |
| font-thicken = true | |
| adjust-cell-height = 8 | |
| # --- Theme and Colors --- | |
| theme = "Electron Highlighter" | |
| # --- Window and Appearance --- | |
| background-opacity = 0.8 | |
| background-blur-radius = 20 | |
| macos-titlebar-style = transparent | |
| window-padding-x = 20,0 | |
| window-padding-y = 20 | |
| window-save-state = always | |
| window-theme = auto | |
| scrollbar = never | |
| # --- Cursor --- | |
| cursor-style = block | |
| cursor-style-blink = true | |
| cursor-opacity = 1 | |
| cursor-color = #75fbc7 | |
| shell-integration-features = no-cursor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment