Last active
June 3, 2025 19:20
-
-
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 MonoLisa Variable | |
# Font configuration - leveraging MonoLisa Variable properly | |
font-size = 14 | |
font-family = "MonoLisa Variable" | |
# OpenType features - MonoLisa supports these beautifully | |
font-feature = +calt # Contextual alternates | |
font-feature = +liga # Standard ligatures | |
font-feature = +dlig # Discretionary ligatures | |
font-feature = +zero # Slashed zero | |
font-feature = +ss01 # Stylistic set 1 (improved readability) | |
font-feature = +ss02 # Stylistic set 2 (alternate characters) | |
# Variable font axes - proper Ghostty format | |
font-variation = "wght=400" | |
font-variation = "slnt=0" | |
# Cell adjustments for MonoLisa's metrics | |
adjust-cell-height = 8% | |
adjust-cell-width = 0% | |
# Disable font thickening on 5K display (not needed) | |
font-thicken = false | |
# Your existing settings (keeping what works) | |
theme = elegant-dark | |
window-colorspace = "display-p3" | |
shell-integration = fish | |
cursor-opacity = 0.85 | |
cursor-style = bar | |
mouse-hide-while-typing = true | |
background-opacity = 1 | |
window-padding-x = 10,10 | |
window-padding-y = 10,10 | |
window-padding-balance = true | |
macos-icon = "xray" | |
macos-titlebar-style = "transparent" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment