Skip to content

Instantly share code, notes, and snippets.

@flaticols
Last active June 3, 2025 19:20
Show Gist options
  • Save flaticols/5f87b5b29aa45b2439b51c56ee7c58b0 to your computer and use it in GitHub Desktop.
Save flaticols/5f87b5b29aa45b2439b51c56ee7c58b0 to your computer and use it in GitHub Desktop.
Ghostty Config
# 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