chore(alacritty): add font family

This commit is contained in:
Andrea 2025-03-22 09:22:34 +01:00
parent dc6a999555
commit ff9f98906e
Signed by: nullndr
GPG Key ID: 8DA8996EF89F33BB

View File

@ -1,5 +1,11 @@
[font.normal]
family = "MesloLGS NF"
[font]
bold = { family = "Jetbrains Mono", style = "Bold" }
bold_italic = { family = "Jetbrains Mono", style = "Bold Italic" }
builtin_box_drawing = true
glyph_offset = { x = 0, y = 0 }
italic = { family = "Jetbrains Mono", style = "Italic" }
normal = { family = "Jetbrains Mono", style = "regular" }
size = 12
[colors.bright]
black = "#686868"
@ -18,7 +24,7 @@ cyan = "#9aedfe"
green = "#5af78e"
magenta = "#ff6ac1"
red = "#ff5c57"
white = "#f1f1f0"
white = "#ffffff"
yellow = "#f3f99d"
[colors.primary]
@ -26,8 +32,8 @@ background = "#282a36"
foreground = "#eff0eb"
[cursor]
style.shape = "Block"
style.blinking = "Always"
style.shape = "Block"
[shell]
program = "/bin/zsh"