From 6265e7dae1e06fe44883c7be7b2c1d301efb21eb Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 2 Jun 2024 13:58:28 -0500 Subject: alacritty --- alacritty.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 alacritty.toml (limited to 'alacritty.toml') diff --git a/alacritty.toml b/alacritty.toml new file mode 100644 index 0000000..467f81c --- /dev/null +++ b/alacritty.toml @@ -0,0 +1,8 @@ +[font] +normal = { family="terminus (TTF)" } +size = 8 +offset = { x = 0, y = 5 } + +[colors.primary] +foreground = "#000000" +background = "#FFFFFF" -- cgit v1.2.3