Created
December 27, 2024 05:38
-
-
Save edrozenberg/61a3e23b6db6d8046993a493235a21c8 to your computer and use it in GitHub Desktop.
Configuration for Ghostty on MacOS (2024-12-26)
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 # | |
#~~~~~~~~~~~~~~~~~~~~~~~# | |
# vim: set filetype=dosini : | |
# Terminal | |
term = "xterm-256color" | |
# Fonts | |
font-family = "SF Mono" | |
font-size = 18 | |
font-thicken = true | |
# Window | |
title = Ghostty | |
background = #333534 | |
window-width = 80 | |
window-height = 26 | |
window-padding-x = 5 | |
window-padding-y = 1 | |
window-colorspace = display-p3 | |
macos-titlebar-style = native | |
macos-titlebar-proxy-icon = hidden | |
# Cursor | |
shell-integration-features = no-cursor | |
cursor-style = block | |
cursor-style-blink = false | |
cursor-click-to-move = true | |
# Keyboard | |
macos-option-as-alt = true | |
# Colors | |
palette = 04=#3840b2 | |
palette = 06=#49a3b0 | |
palette = 12=#0435f0 | |
palette = 14=#69e2e4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment