aboutsummaryrefslogtreecommitdiff
path: root/stow/tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'stow/tmux/.tmux.conf')
-rw-r--r--stow/tmux/.tmux.conf17
1 files changed, 5 insertions, 12 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf
index fd613a2..d41265c 100644
--- a/stow/tmux/.tmux.conf
+++ b/stow/tmux/.tmux.conf
@@ -68,22 +68,15 @@ set -g history-limit 50000
# Colors
#####################################
-# default statusbar colors
-set-option -g status-bg default #base02
-set-option -g status-fg colour223 #yellow
-# pane border
-set-option -g pane-border-fg colour236 #base02
-set-option -g pane-active-border-fg colour239 #base01
-# message text
-set-option -g message-bg default #base02
-set-option -g message-fg colour196 #orange
+set-option -g status-style "fg=colour223"
+set-option -g pane-border-style "fg=colour236"
+set-option -g pane-active-border-style "fg=colour239"
+set-option -g message-style "fg=colour196"
set-option -g status on
set-option -g status-interval 2
set-option -g status-justify "centre"
set-option -g status-left-length 110
-set-option -g status-right-length 80
-set-option -g status-left "#(~/.tmux/scripts/powerline.sh left)"
-set-option -g status-right "#(~/.tmux/scripts/powerline.sh right)"
+set-option -g status-left "#S [#H]"
# List of plugins
set -g @plugin 'tmux-plugins/tpm'