From 971bbb74a02f83650c8cd0550fb91886c4d460fe Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 22 Feb 2025 07:10:10 +0000 Subject: 2nd initial commit --- files/old-config/alacritty/alacritty.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/old-config/alacritty/alacritty.toml (limited to 'files/old-config/alacritty') diff --git a/files/old-config/alacritty/alacritty.toml b/files/old-config/alacritty/alacritty.toml new file mode 100644 index 0000000..47ad02b --- /dev/null +++ b/files/old-config/alacritty/alacritty.toml @@ -0,0 +1,23 @@ +[env] +TERM = "xterm-256color" + +[scrolling] +history = 5000 + +[window.padding] +x = 6 +y = 6 + +[font] +size = 9.0 + +[colors.primary] +foreground = '#d8dee9' + +[colors.cursor] +cursor = '#7e2dc2' +text = '#dd8eff' + +[colors.selection] +background = '#7e30a8' +text = '#dd8eff' -- cgit v1.2.3