updatde alacritty and nvim

This commit is contained in:
2025-07-19 13:50:57 +02:00
parent c7cda90e07
commit a5327dd263
4 changed files with 69 additions and 5 deletions

View File

@@ -11,19 +11,19 @@ builtin_box_drawing = true
## Normal font family.
[font.normal]
family = "0xProto Nerd Font Mono"
family = "0xProto Nerd Font"
## If the family is not specified, it will fall back to the value specified for the normal font.
[font.bold]
family = "0xProto Nerd Font Mono"
family = "0xProto Nerd Font"
## If the family is not specified, it will fall back to the value specified for the normal font.
[font.italic]
family = "0xProto Nerd Font Mono"
family = "0xProto Nerd Font"
## If the family is not specified, it will fall back to the value specified for the normal font.
[font.bold_italic]
family = "0xProto Nerd Font Mono"
family = "0xProto Nerd Font"
## Offset is the extra space around each character.
## 'y' can be thought of as modifying the line spacing, and 'x' as modifying the letter spacing.