diff --git a/config/.tmux.conf b/config/.tmux.conf index 72e011f..2fc7244 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -11,6 +11,9 @@ set -g mouse on set -g status-left "[#I] " set -g status-right "\"#H\" %H:%M %d-%m-%Y" +set -ag status-style "bg=#d4be98" +set -ag status-style "fg=#32302f" + # bindings bind h select-pane -L bind j select-pane -D