From 2e2aa8b4b3eeb8302102195214678717136c8456 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Mon, 2 Dec 2024 12:15:37 +0500 Subject: [PATCH] tmux: set status background --- dot-config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot-config/tmux/tmux.conf b/dot-config/tmux/tmux.conf index c48e520..bfa714d 100644 --- a/dot-config/tmux/tmux.conf +++ b/dot-config/tmux/tmux.conf @@ -46,3 +46,5 @@ bind '\' split-window -h -c "#{pane_current_path}" bind C-l send-keys 'C-l' run '~/.config/tmux/tpm/tpm' + +set -g status-style "bg=#1e1e2e" \ No newline at end of file