From 9116624d11bae6e568db2a0e6fff95502d119507 Mon Sep 17 00:00:00 2001 From: Atao Date: Fri, 12 Jan 2024 19:13:42 +0100 Subject: [PATCH] Nvim + tmux wrong color fixes --- alacritty.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alacritty.toml b/alacritty.toml index fb71a58..2bd727b 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -1,6 +1,8 @@ [shell] program = "/usr/bin/fish" +[env] +TERM = "xterm-256color" #--------------------------------- Colors [colors.primary] background = "#1E1E2E"