Browse Source

Update tmux config syntax

master
Schneider 4 years ago
parent
commit
b692a49a03
  1. 14
      tmux/theme.sh

14
tmux/theme.sh

@ -22,25 +22,21 @@ set -g status-interval 5
# set-option -g status-bg colour0
set-option -g status-fg $tm_color_active
set-option -g status-bg default
set-option -g status-attr default
# 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"
# 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"
# 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
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
set-option -g display-panes-active-colour $tm_color_active

Loading…
Cancel
Save