Files
assorted-dotfiles/alacritty.toml
2026-04-01 18:21:23 +00:00

26 lines
298 B
TOML

#[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