From 3a62b1944a89d7600a14eee1ace73a9fee972498 Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Thu, 19 Sep 2024 09:34:58 +0200 Subject: [PATCH] alacritty: add config file --- alacritty/alacritty.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 alacritty/alacritty.toml diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml new file mode 100644 index 0000000..9416583 --- /dev/null +++ b/alacritty/alacritty.toml @@ -0,0 +1,10 @@ +[window] +opacity = 0.95 + +[font] +size = 9 +normal = { family = "Gohu GohuFont", style = "Regular" } + +[colors] +[colors.primary] +background="#000000"