From 087ddd566632d568cd59b499ec36a882e41a236e Mon Sep 17 00:00:00 2001 From: phy Date: Mon, 6 Apr 2026 18:27:58 +0100 Subject: init --- alacritty.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 alacritty.toml (limited to 'alacritty.toml') diff --git a/alacritty.toml b/alacritty.toml new file mode 100644 index 0000000..fad2ba8 --- /dev/null +++ b/alacritty.toml @@ -0,0 +1,10 @@ +[general] +live_config_reload = true + +[colors.primary] +background = "#F2EFDF" +foreground = "#5C6A72" + +[font] +size = 12 +normal = { family = "JetBrainsMono Nerd Font", style = "Bald" } -- cgit v1.3