From 15c96ac5586043ac39426a705b6c7992193c7f08 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 31 Oct 2024 21:59:41 -0500 Subject: remove alacritty --- .gitignore | 1 - alacritty/alacritty.toml | 50 ------------------------------------------------ 2 files changed, 51 deletions(-) delete mode 100644 alacritty/alacritty.toml diff --git a/.gitignore b/.gitignore index d4a5ab2..6ed01f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /* !.gitignore -!alacritty !ansible !fontconfig !launch diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml deleted file mode 100644 index 6b7e694..0000000 --- a/alacritty/alacritty.toml +++ /dev/null @@ -1,50 +0,0 @@ -import = ["/home/timmy/.config/alacritty/extra.yml"] - -[colors.bright] -black = "#7f7f7f" -blue = "#1578c1" -cyan = "#00c4a3" -green = "#2bb500" -magenta = "#b14ff7" -red = "#ed1207" -white = "#ffffff" -yellow = "#fc9700" - -[colors.normal] -black = "#101010" -blue = "#1578c1" -cyan = "#00c4a3" -green = "#2bb500" -magenta = "#b14ff7" -red = "#ed1207" -white = "#ffffff" -yellow = "#fc9700" - -[colors.primary] -background = "#101010" -foreground = "#ffffff" - -[cursor.style] -blinking = "Never" - -[env] -TERM = "xterm-256color" - -[font] -size = 12 - -[font.normal] -family = "JetBrainsMonoNL Nerd Font Mono" - -[[mouse.bindings]] -action = "PasteSelection" -mouse = "Right" - -[window] -dynamic_padding = true -dynamic_title = true -title = "Terminal" - -[window.class] -general = "st" -instance = "st" -- cgit v1.2.3