From 7cc6025fa75b5c9c19d4805c8dd7a4162b2e8180 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 20 Jan 2025 13:41:16 +0100 Subject: [PATCH] tmux/bg --- sh/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index e933acb..53d0e56 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -79,7 +79,7 @@ set-option -g pane-border-style fg=blue set-option -g status 5 # background color -set-option -g status-bg '#101010' +set-option -g status-bg '#0C0C0C' # foreground color set-option -g status-fg white