From 459d36b3ea7286b884d3efc5b2c083ac3741ec43 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 10 Aug 2024 14:21:14 -0500 Subject: add alacritty --- 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..77a703e --- /dev/null +++ b/alacritty.toml @@ -0,0 +1,10 @@ +[window] +padding = { x = 4, y = 4 } + +[font] +normal = { family = "Iosevka SS13 Extended", style = "Regular" } +size = 14 + +[colors.primary] +foreground = "#000000" +background = "#FFFFFF" -- cgit v1.2.3