From d6c7ea0450528b24b88678b90dd19b7713a8989c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 9 Aug 2017 21:54:10 +0200 Subject: [PATCH] Update tmux.conf --- tmux/tmux.conf | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3ff0c31..8b43e4c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,5 +1,3 @@ -set -g default-terminal 'screen-256color' - set -g default-command "${SHELL}" set -g prefix C-a @@ -46,19 +44,20 @@ set -g status-position bottom set -g status-justify left -set -g status-bg '#222222' -set -g status-fg white -set -g status-attr default - +set-option -g status-bg '#272822' +set-option -g status-fg white +set-option -g status-attr default set-window-option -g window-status-fg '#FFFFFF' -set-window-option -g window-status-bg '#444444' -set-window-option -g window-status-attr none -set-window-option -g window-status-format ' #I: #W #F ' - set-window-option -g window-status-current-fg '#000000' -set-window-option -g window-status-current-bg red + +set-window-option -g window-status-bg '#75715e' +set-window-option -g window-status-current-bg '#f92672' + +set-window-option -g window-status-attr none set-window-option -g window-status-current-attr bold + +set-window-option -g window-status-format ' #I: #W #F ' set-window-option -g window-status-current-format ' #I: #W #F ' set-window-option -g monitor-activity on @@ -69,18 +68,15 @@ set-window-option -g automatic-rename-format '#{pane_current_command}' set-window-option -g window-status-separator ' ' -#set -g status-right '' ##[fg=colour226]#(uptime | cut -d ',' -f 2-)' -set -g status-right '' - +set -g message-bg '#272822' set -g message-fg white -set -g message-bg black set -g message-attr default -set -g pane-border-fg white -set -g pane-active-border-fg red +set -g pane-border-fg '#f8f8f2' +set -g pane-active-border-fg '#f92672' -#set -g status-style 'bg=black,fg=white,none' -if-shell 'test -z "$SSH_CONNECTION"' 'set -g status-left " #[bg=#E5F200,fg=#000000] #{session_name} #[bg=default] #[bg=#90FF00,fg=#000000] #{host} #[bg=default] "' 'set -g status-left " #[bg=#00A0FF,fg=#000000] !remote! #[bg=default] #[bg=#E5F200,fg=#000000] #{session_name} #[bg=default] #[bg=#90FF00,fg=#000000] #{host} #[bg=default] " ; set -g status-right " #[bg=#00A0FF,fg=#000000] !remote! #[bg=default] "' +set -g status-left " #[bg=#A6E22E,fg=#000000] #{session_name} #[bg=#272822] " +set -g status-right "#[bg=#A6E22E,fg=#000000] #{host} #[bg=#272822] " set -g status-left-length 100 # vertical = | in this case