diff --git a/ghostty/config b/ghostty/config index 7a9c0a7..a5a2cf3 100644 --- a/ghostty/config +++ b/ghostty/config @@ -1,22 +1,27 @@ # Text style -font-size = 13 -font-family = Inconsolata Patched G adjust-cell-height = 25% -adjust-cell-width = -5% +adjust-cell-width = -9% cursor-style = block cursor-style-blink = false +font-family = Inconsolata Patched G +font-size = 12 +font-synthetic-style = no-bold, no-bold-italic # Window style -theme = dark:catppuccin-mocha.conf, light:catppuccin-latte.conf -background-opacity = 0.85 background-blur = true +background-opacity = 0.85 +theme = dark:catppuccin-mocha.conf, light:catppuccin-latte.conf +window-padding-color = extend window-padding-x = 10,0 window-padding-y = 10,5 -window-padding-color = extend -macos-titlebar-style = tabs # Functionality scrollback-limit = 10000 window-inherit-working-directory = true copy-on-select = clipboard shell-integration-features = no-cursor + +# macOS-specific settings +alpha-blending = linear +macos-icon = xray +macos-titlebar-style = tabs