fix(ghostty): use Berkeley font, fix theme name
This commit is contained in:
parent
7563030c06
commit
90966e9faa
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue