From d879e23dd1777c9c1b0116ff2fe52cedbec2fb78 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 17 Jul 2024 00:58:48 -0700 Subject: [PATCH] adjust tmux panel background to be less jarring --- home/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/home/tmux.conf b/home/tmux.conf index a256b38..dbce998 100644 --- a/home/tmux.conf +++ b/home/tmux.conf @@ -2,6 +2,7 @@ set -g status-style bg=cyan,fg=black set -g window-status-current-style bg=black,fg=white set -g mode-style bg=cyan,fg=black +set -g pane-border-style bg=color234,fg=black # replace default prefix key set -g prefix C-Space