aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-10-29 13:18:32 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-10-29 13:18:32 -0500
commit4ac99784b7078430392e56139648d926b2286f61 (patch)
tree3b87971ee00a1b905305bb87bbe398fb619f9005
parent76dee3d2502e9edf5ddbe797ae6e01c6cbd190fe (diff)
fix(tmux): update active window style
-rw-r--r--tmux/.config/tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 8c87c0a..41bf505 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -59,6 +59,7 @@ run '$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm'
set -g status-left-length 30
set -g status-left-style "fg=#3c3836,#{?client_prefix,bg=#fe8019,bg=#a89984}"
set -g status-left " #{s|$HOME|~|:session_path} "
+set -wg window-status-current-style bg="#3c3836",fg="#ebdbb2"
%if #{m:*ssh,#{socket_path}}
source "$XDG_CONFIG_HOME/tmux/ssh.conf"