From 895456f13d57685235e5450e11e66afb30ed881c Mon Sep 17 00:00:00 2001 From: PAN Date: Sun, 27 Jul 2025 03:39:31 +0200 Subject: [PATCH] Alacritty Konfigurationsdatei bereitgestellt. --- Konfigs/alacritty.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Konfigs/alacritty.toml diff --git a/Konfigs/alacritty.toml b/Konfigs/alacritty.toml new file mode 100644 index 0000000..5d41000 --- /dev/null +++ b/Konfigs/alacritty.toml @@ -0,0 +1,16 @@ +[window] +opacity = 0.95 +padding = { x = 10, y = 10 } + +[font] +normal.family = "FiraCode Nerd Font" +normal.style = "Regular" +size = 11.0 + +[terminal] +shell.program = "/usr/bin/zellij" + +[colors.primary] +background = "0x1e1e30" +foreground = "0xcdd6f4" +