From d19d762a34135b62e46145bdc90c5fab109d065d Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Wed, 8 Jul 2026 15:40:02 -0400 Subject: initial commit --- alacritty/alacritty.toml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 alacritty/alacritty.toml (limited to 'alacritty') diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml new file mode 100644 index 0000000..1901715 --- /dev/null +++ b/alacritty/alacritty.toml @@ -0,0 +1,34 @@ +[font] +normal.family = "Hack Nerd Font Mono" +size = 10 + +[window] +opacity = 0.98 + +[colors.primary] +background = '#212121' +foreground = '#F8F8F2' + +[colors.cursor] +text = '#0E1415' +cursor = '#ECEFF4' + +[colors.normal] +black = '#21222C' +red = '#FF5555' +green = '#50FA7B' +yellow = '#FFCB6B' +blue = '#82AAFF' +magenta = '#C792EA' +cyan = '#8BE9FD' +white = '#F8F9F2' + +[colors.bright] +black = '#545454' +red = '#FF6E6E' +green = '#69FF94' +yellow = '#FFCB6B' +blue = '#D6ACFF' +magenta = '#FF92DF' +cyan = '#A4FFFF' +white = '#F8F8F2' -- cgit v1.2.3-54-g00ecf