chore(ghostty): remove ligatures and other stuff
This commit is contained in:
parent
aed43a3b59
commit
236e096051
1 changed files with 15 additions and 6 deletions
|
@ -1,9 +1,18 @@
|
||||||
# Font
|
|
||||||
font-family = JetBrainsMono Nerd Font Mono
|
|
||||||
font-size = 16
|
|
||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
theme = GruvboxDarkHard
|
theme = GruvboxDarkHard
|
||||||
background = 1d2021
|
background = 1d2021
|
||||||
window-theme = ghostty
|
|
||||||
window-decoration = false
|
# Font
|
||||||
|
font-family = JetBrainsMono Nerd Font Mono
|
||||||
|
font-style = Medium
|
||||||
|
font-size = 16
|
||||||
|
font-feature = -calt
|
||||||
|
font-feature = -liga
|
||||||
|
font-feature = -dlig
|
||||||
|
|
||||||
|
window-padding-color = background
|
||||||
|
macos-titlebar-style = hidden
|
||||||
|
|
||||||
|
term = "xterm-256color"
|
||||||
|
|
||||||
|
auto-update = download
|
||||||
|
|
Loading…
Add table
Reference in a new issue