From f2ae9f32091f2c6eeb86c87cdbbe2aec930df1c8 Mon Sep 17 00:00:00 2001 From: pan Date: Thu, 12 Feb 2026 20:43:30 +0100 Subject: [PATCH] Upload alacritty konfig --- files/alacritty.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 files/alacritty.toml diff --git a/files/alacritty.toml b/files/alacritty.toml new file mode 100644 index 0000000..61e9029 --- /dev/null +++ b/files/alacritty.toml @@ -0,0 +1,16 @@ +[window] +opacity = 0.95 +padding = { x = 10, y = 10 } + +[font] +normal.family = "Hack Font" +normal.style = "Regular" +size = 11.0 + +[terminal] +shell.program = "/usr/bin/zellij" + +[colors.primary] +background = "0x1e1e30" +foreground = "0xcdd6f4" +