From 90966e9faae42bdb11417f6632bb7344f8008aea Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 4 Nov 2025 09:19:10 +0100 Subject: [PATCH] fix(ghostty): use Berkeley font, fix theme name --- .config/ghostty/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/ghostty/config b/.config/ghostty/config index d614fd5..97f1a62 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -1,4 +1,5 @@ -theme = light:rose-pine-dawn,dark:rose-pine-moon +# theme = light:Rose Pine Dawn,dark:Rose Pine Moon +theme = light:Rose Pine,dark:Rose Pine # FIXME: https://github.com/mbadolato/iTerm2-Color-Schemes/issues/442 shell-integration-features = no-cursor @@ -12,7 +13,7 @@ cursor-invert-fg-bg = false # background-opacity = 0.9 -font-family = "JetBrainsMono Nerd Font" +font-family = "BerkeleyMono Nerd Font Mono" # font-style depends on the font's features font-style = "Regular" font-style-bold = "Bold" @@ -23,7 +24,7 @@ font-feature = "-calt" font-size = 17 # Reduce letter spacing adjust-cell-width = -8% -adjust-cell-height = -1 +#adjust-cell-height = -1 window-padding-x = 8 window-padding-y = 4