162
|
1 # This tmux statusbar config was created by tmuxline.vim
|
193
|
2 # on ma, 10 nov 2014
|
162
|
3
|
225
|
4 set -g status-bg "default"
|
162
|
5 set -g message-command-fg "colour250"
|
188
|
6 set -g status-justify "centre"
|
162
|
7 set -g status-left-length "100"
|
|
8 set -g status "on"
|
|
9 set -g pane-active-border-fg "colour109"
|
225
|
10 set -g message-bg "default"
|
162
|
11 set -g status-right-length "100"
|
|
12 set -g status-right-attr "none"
|
|
13 set -g message-fg "colour250"
|
193
|
14 set -g message-command-bg "colour235"
|
162
|
15 set -g status-attr "none"
|
|
16 set -g status-utf8 "on"
|
193
|
17 set -g pane-border-fg "colour235"
|
162
|
18 set -g status-left-attr "none"
|
193
|
19 setw -g window-status-fg "colour241"
|
162
|
20 setw -g window-status-attr "none"
|
225
|
21 setw -g window-status-activity-bg "default"
|
193
|
22 setw -g window-status-activity-attr "underscore"
|
|
23 setw -g window-status-activity-fg "colour241"
|
162
|
24 setw -g window-status-separator ""
|
225
|
25 setw -g window-status-bg "default"
|
|
26 set -g status-left "#[fg=colour109,bg=default,nobold,nounderscore,noitalics]#[fg=colour239,bg=default,nobold,nounderscore,noitalics]#[fg=colour235,bg=default,nobold,nounderscore,noitalics]"
|
|
27 set -g status-right "#[fg=colour235,bg=default,nobold,nounderscore,noitalics]#[fg=colour235,bg=default,nobold,nounderscore,noitalics]"
|
|
28 setw -g window-status-format "#[fg=colour235,bg=default,nobold,nounderscore,noitalics]#[default] #W #[fg=colour235,bg=default,nobold,nounderscore,noitalics]"
|
|
29 setw -g window-status-current-format "#[fg=colour235,bg=default,nobold,nounderscore,noitalics]#[fg=colour250,bg=default] #W #[fg=colour235,bg=default,nobold,nounderscore,noitalics]"
|