From 8eb5f699144b22a55dc7a0c28ed3d62ccd494951 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 26 Mar 2022 11:51:43 -0700 Subject: [PATCH] styled tmux some --- .tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index ef287b05..ba1a7d99 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -16,6 +16,12 @@ set -g mouse on # Toggle bottom status bar with Ctrl-x + z bind-key z set -g status +# Stylize tmux +set -g status-style 'bg=colour4 dim' +#panes +set -g pane-border-style "fg=colour4" +set -g pane-active-border-style 'fg=colour4' + # Navigate tmux panes with Vim style navigation Ctrl-x + hjkl bind h select-pane -L bind j select-pane -D