|
@ -22,25 +22,21 @@ set -g status-interval 5 |
|
|
# set-option -g status-bg colour0 |
|
|
# set-option -g status-bg colour0 |
|
|
set-option -g status-fg $tm_color_active |
|
|
set-option -g status-fg $tm_color_active |
|
|
set-option -g status-bg default |
|
|
set-option -g status-bg default |
|
|
set-option -g status-attr default |
|
|
|
|
|
|
|
|
|
|
|
# default window title colors |
|
|
# default window title colors |
|
|
set-window-option -g window-status-fg $tm_color_inactive |
|
|
|
|
|
set-window-option -g window-status-bg default |
|
|
|
|
|
|
|
|
set -g window-status-style fg=$tm_color_inactive,bg=default |
|
|
set -g window-status-format "#I #W" |
|
|
set -g window-status-format "#I #W" |
|
|
|
|
|
|
|
|
# active window title colors |
|
|
# active window title colors |
|
|
set-window-option -g window-status-current-fg $tm_color_active |
|
|
|
|
|
set-window-option -g window-status-current-bg default |
|
|
|
|
|
|
|
|
set -g window-status-current-style fg=$tm_color_active,bg=default |
|
|
set-window-option -g window-status-current-format "#[bold]#I #W" |
|
|
set-window-option -g window-status-current-format "#[bold]#I #W" |
|
|
|
|
|
|
|
|
# pane border |
|
|
# pane border |
|
|
set-option -g pane-border-fg $tm_color_inactive |
|
|
|
|
|
set-option -g pane-active-border-fg $tm_active_border_color |
|
|
|
|
|
|
|
|
set -g pane-border-style fg=$tm_color_inactive |
|
|
|
|
|
set -g pane-active-border-style fg=$tm_active_border_color |
|
|
|
|
|
|
|
|
# message text |
|
|
# message text |
|
|
set-option -g message-bg default |
|
|
|
|
|
set-option -g message-fg $tm_color_active |
|
|
|
|
|
|
|
|
set -g message-style bg=default,fg=$tm_color_active |
|
|
|
|
|
|
|
|
# pane number display |
|
|
# pane number display |
|
|
set-option -g display-panes-active-colour $tm_color_active |
|
|
set-option -g display-panes-active-colour $tm_color_active |
|
|