1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

update alacritty

This commit is contained in:
Henrik Hautakoski 2025-09-18 02:31:03 +02:00
parent f680004458
commit efa59ac393

View file

@ -17,10 +17,13 @@ padding = { x = 1, y = 1 }
[mouse]
hide_when_typing = true
[selection]
save_to_clipboard = true
[colors]
transparent_background_colors = false
cursor = { text = "#eceef4", cursor = "#767BA0" }
selection = { text = "CellForeground", background = "#5B5F7C" }
selection = { text = "CellForeground", background = "#343959" }
footer_bar = { foreground = "#eceef4", background = "#0C0D14" }
line_indicator = { foreground = "#eceef4", background = "#0E1019" }