aboutsummaryrefslogtreecommitdiff
path: root/tmux.config
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.config')
-rw-r--r--tmux.config14
1 files changed, 7 insertions, 7 deletions
diff --git a/tmux.config b/tmux.config
index 5297ec6..951f44f 100644
--- a/tmux.config
+++ b/tmux.config
@@ -54,19 +54,19 @@ setw -g pane-base-index 1
#####################################
# default statusbar colors
-set-option -g status-bg colour66 #base02
-set-option -g status-fg colour229 #yellow
+set-option -g status-bg colour235 #base02
+set-option -g status-fg colour223 #yellow
# pane border
-set-option -g pane-border-fg colour23 #base02
-set-option -g pane-active-border-fg colour23 #base01
+set-option -g pane-border-fg colour235 #base02
+set-option -g pane-active-border-fg colour142 #base01
## message text
set-option -g message-bg colour235 #base02
set-option -g message-fg colour196 #orange
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 90
+# 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/powerline.sh left)"
set-option -g status-right "#(~/.tmux/powerline.sh right)"