1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 12:00:02 +02:00

alacritty/alacritty.toml: update

This commit is contained in:
Henrik Hautakoski 2025-01-26 18:47:46 +01:00
parent fffa6d5322
commit a8c85ef7c8

View file

@ -5,9 +5,9 @@ ipc_socket = false
TERM = "xterm-kitty" TERM = "xterm-kitty"
[font] [font]
normal = { family = "JetbrainsMono Nerd Font", style = "light" } normal = { family = "IosevkaCustomNerdFont" }
bold = { style = "SemiBold" } bold = { style = "SemiBold" }
size = 14.0 size = 16.0
offset = { x = 0, y = 8 } offset = { x = 0, y = 8 }
glyph_offset = { x = 0, y = 4 } glyph_offset = { x = 0, y = 4 }
@ -15,7 +15,7 @@ glyph_offset = { x = 0, y = 4 }
[window] [window]
decorations_theme_variant = "Dark" decorations_theme_variant = "Dark"
padding = { x = 1, y = 1 } padding = { x = 1, y = 1 }
opacity = 0.95 opacity = 0.98
[mouse] [mouse]
hide_when_typing = true hide_when_typing = true