28 lines
435 B
TOML
28 lines
435 B
TOML
[font]
|
|
size = 13
|
|
|
|
[font.normal]
|
|
family = "Hack Nerd Font Mono"
|
|
style = "Regular"
|
|
|
|
[font.bold]
|
|
family = "Hack Nerd Font Mono"
|
|
style = "Bold"
|
|
|
|
[font.italic]
|
|
family = "Hack Nerd Font Mono"
|
|
style = "Italic"
|
|
|
|
[font.bold_italic]
|
|
family = "Hack Nerd Font Mono"
|
|
style = "Bold Italic"
|
|
|
|
[window]
|
|
decorations = "Full"
|
|
opacity = 0.95
|
|
blur = true
|
|
startup_mode = "Windowed"
|
|
dynamic_title = true
|
|
|
|
[cursor]
|
|
style = { shape = "Block", blinking = "On" } |