diff --git a/.tmux.conf b/.tmux.conf index c9a374f..2ec2cb5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,7 +3,7 @@ setw -g utf8 on set -g status-utf8 on # 256 colors -set -g default-terminal "screen-256color" +set -g default-terminal "screen-256color-bce" # start window index of 1 set-option -g base-index 1 @@ -55,15 +55,19 @@ bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy" #-------------- -# Status bar +# Theme #-------------- set -g status-bg black set -g status-fg white set -g status-left '' -set -g status-right '' +set -g status-right "%l:%M%p" set -g status-justify centre set -g status-attr bright set-window-option -g window-status-current-bg white set-window-option -g window-status-current-fg black +set-window-option -g window-status-current-attr bold + +set -g pane-border-style fg=white +set -g pane-active-border-style fg=white