From 4c416cd753335062ecbb61527527fea6d6e193ba Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 10 Jan 2025 18:42:33 +0100 Subject: [PATCH] ghostty: update --- ghostty/config | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ghostty/config b/ghostty/config index 147b8c6..5957e83 100644 --- a/ghostty/config +++ b/ghostty/config @@ -4,12 +4,13 @@ shell-integration-features = no-cursor,sudo,title # Fonts font-family = "IosevkaCustom" -font-family-bold = "IosevkaCustom SemiBold" +font-family-bold = "IosevkaCustom Semibold" font-size = 16 -adjust-cell-height = 10 -adjust-cursor-height = 10 +adjust-cell-height = 8 +adjust-cursor-height = 8 adjust-cursor-thickness = 1 adjust-underline-position = 1 +adjust-box-thickness=-1 # Colors foreground = #eceef4 @@ -33,8 +34,8 @@ palette = 13=#f5c2e7 palette = 14=#94e2d5 palette = 15=#a6adc8 -selection-background = #585b70 -selection-foreground = #cdd6f4 +selection-background = #34395A +selection-foreground = #ECEEF4 cursor-color = #767BA0 cursor-text = #ECEEF4 @@ -45,4 +46,7 @@ cursor-style = block cursor-style-blink = false window-decoration = false +window-padding-y = 1 +window-padding-x = 1 +window-padding-balance = true gtk-titlebar = false