From 25c25a4a96ac1727d4e5310edf5d541447426b7a Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Wed, 8 May 2024 13:13:30 +0200 Subject: [PATCH] Tmux: Enable truecolor support --- home/features/coding/tmux.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/features/coding/tmux.nix b/home/features/coding/tmux.nix index 7e4c856..075cdbb 100644 --- a/home/features/coding/tmux.nix +++ b/home/features/coding/tmux.nix @@ -18,6 +18,8 @@ extraConfig = '' set -g status-position top + set-option -sa terminal-features ',xterm-256color:RGB' + set -g @catppuccin_window_left_separator "" set -g @catppuccin_window_right_separator " " set -g @catppuccin_window_middle_separator " █"