From 554b62b40b17943662e0b04d6bc071272ef4818e Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Mon, 11 Mar 2024 21:46:54 -0700 Subject: [PATCH] Switch from alacritty to foot --- .config/alacritty/alacritty.toml | 29 ----------------------------- .config/foot/foot.ini | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 29 deletions(-) delete mode 100644 .config/alacritty/alacritty.toml create mode 100644 .config/foot/foot.ini diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml deleted file mode 100644 index 4f4c8f7..0000000 --- a/.config/alacritty/alacritty.toml +++ /dev/null @@ -1,29 +0,0 @@ -[colors.bright] -black = "#606060" -blue = "#3f7fff" -cyan = "#65cdcd" -green = "#8dc73f" -magenta = "#9f4fdf" -red = "#ed008c" -white = "#ffffff" -yellow = "#f7c61d" - -[colors.normal] -black = "#000000" -blue = "#3f7fff" -cyan = "#65cdcd" -green = "#8dc73f" -magenta = "#9f4fdf" -red = "#ed008c" -white = "#f0f0f0" -yellow = "#f7c61d" - -[colors.primary] -background = "#000000" -foreground = "#f0f0f0" - -[font] -size = 10.0 - -[font.normal] -family = "monospace" diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..f6c86d2 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,24 @@ +[main] +font = monospace:size=10 + +[colors] +bright0 = 606060 +bright1 = ed008c +bright2 = 8dc73f +bright3 = f7c61d +bright4 = 3f7fff +bright5 = 9f4fdf +bright6 = 65cdcd +bright7 = ffffff + +regular0 = 000000 +regular1 = ed008c +regular2 = 8dc73f +regular3 = f7c61d +regular4 = 3f7fff +regular5 = 9f4fdf +regular6 = 65cdcd +regular7 = f0f0f0 + +background = 000000 +foreground = f0f0f0