Last active
May 18, 2025 13:21
-
-
Save 0v3rth3d4wn/b49a8eb7ae0b8f555ea2435357b442f3 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
# Colors | |
background = 000000 | |
foreground = ffffff | |
theme = deep | |
# Fonts | |
font-size = "18" | |
font-family = "Menlo Regular" | |
font-family-bold = "Menlo Bold" | |
font-family-italic = " Menlo Italic" | |
font-family-bold-italic = "Menlo Bold Italic" | |
font-thicken = "true" | |
font-thicken-strength = "0" | |
# Misc | |
window-save-state = always | |
cursor-style = block | |
cursor-style-blink = false | |
shell-integration-features = no-cursor | |
# Key Bindings | |
#keybind = alt+delete=esc:d | |
#keybind = super+delete=esc:K |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment