fix(ghostty): use Berkeley font, fix theme name

This commit is contained in:
Oliver Ladner 2025-11-04 09:19:10 +01:00
commit 90966e9faa

View file

@ -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