Merge branch 'master' of ssh://jonfu.com/home/jon/dots
This commit is contained in:
@@ -43,3 +43,36 @@ set -g mouse on
|
||||
bind-key Tab last-window
|
||||
bind-key BTab previous-window
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# Basic status bar colors
|
||||
set-option -g status-bg default
|
||||
set-option -g status-fg white
|
||||
|
||||
# Left side of status bar
|
||||
set-option -g status-left-length 40
|
||||
set-option -g status-left "#[fg=colour18,bg=colour12] #S #[fg=default,bg=default] "
|
||||
|
||||
# Window status
|
||||
set-option -g window-status-format "#[fg=colour18,bg=brightblack] #I #[fg=white,bg=black] #W "
|
||||
set-option -g window-status-current-format "#[fg=colour18,bg=colour7] #I #[fg=colour18,bg=colour4] #W "
|
||||
set-option -g window-status-separator " "
|
||||
set-option -g status-justify left
|
||||
|
||||
# Right side of status bar
|
||||
set-option -g status-right-length 40
|
||||
set-option -g status-right " #[fg=brightwhite,bg=black] %a, %d %b %H:%M #[fg=colour18,bg=colour4] #(whoami)@#h "
|
||||
|
||||
# Pane border
|
||||
set-option -g pane-border-bg default
|
||||
set-option -g pane-border-fg brightblack
|
||||
set-option -g pane-active-border-bg default
|
||||
set-option -g pane-active-border-fg white
|
||||
|
||||
# Pane number indicator
|
||||
set-option -g display-panes-colour brightblack
|
||||
set-option -g display-panes-active-colour brightwhite
|
||||
|
||||
# Clock mode
|
||||
set-option -g clock-mode-colour white
|
||||
set-option -g clock-mode-style 24
|
||||
|
||||
Reference in New Issue
Block a user