Add alacritty conf

This commit is contained in:
2026-04-01 18:21:23 +00:00
parent 5218472350
commit 8109ce5c1c

25
alacritty.toml Normal file
View File

@@ -0,0 +1,25 @@
#[general]
#live_config_reload=true
[window]
decorations="Full"
title="Terminal"
[colors.primary]
background="#1a1a1a"
foreground="#ffffff"
[colors.normal]
red="#c01c28"
green="#33DA7A"
blue="#2A7BDE"
[env]
TERM="xterm-256color"
[font.normal]
family="Terminus"
style="Regular"
[font]
size=13