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"