diff --git a/.tmux.conf b/.tmux.conf index 14e8386..d79ba2d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,22 +3,6 @@ bind-key C-a send-prefix set -g prefix C-a unbind C-b # -# Solarized dark color from -# https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-dark.conf -set-option -g display-panes-active-colour blue -set-option -g display-panes-colour brightred -set-option -g message-bg colour234 -set-option -g message-fg brightred -set-option -g pane-active-border-fg brightgreen -set-option -g pane-border-fg black -set-option -g status-bg colour234 -set-option -g status-fg yellow -set-window-option -g clock-mode-colour green -set-window-option -g window-status-bg default -set-window-option -g window-status-current-bg default -set-window-option -g window-status-current-fg brightred -set-window-option -g window-status-fg brightblue -# set -g status-interval 1 set -g status-right-length 50 set -g status-right '#(hostname) #[bg=colour21,fg=colour27]#[fg=white] %Y-%m-%d %H:%M:%S'