Fix tmux theme
This commit is contained in:
parent
01397a9a2c
commit
6c44ffa321
1 changed files with 9 additions and 9 deletions
|
@ -2,19 +2,19 @@
|
|||
# on mer., 16 déc. 2015
|
||||
|
||||
set -g status-bg "colour233"
|
||||
set -g message-command-fg "colour2"
|
||||
#set -g message-command-fg "colour2"
|
||||
set -g status-justify "left"
|
||||
set -g status-left-length "100"
|
||||
set -g status "on"
|
||||
set -g pane-active-border-fg "colour2"
|
||||
set -g message-bg "black"
|
||||
#set -g pane-active-border-fg "colour2"
|
||||
#set -g message-bg "black"
|
||||
set -g status-right-length "100"
|
||||
set -g status-right-attr "none"
|
||||
set -g message-fg "colour2"
|
||||
set -g message-command-bg "black"
|
||||
set -g status-attr "none"
|
||||
set -g pane-border-fg "black"
|
||||
set -g status-left-attr "none"
|
||||
#set -g status-right-attr "none"
|
||||
#set -g message-fg "colour2"
|
||||
#set -g message-command-bg "black"
|
||||
#set -g status-attr "none"
|
||||
#set -g pane-border-fg "black"
|
||||
#set -g status-left-attr "none"
|
||||
set -g status-left "#[fg=white,bg=colour31] S#S #[fg=colour2,bg=colour233,nobold,nounderscore,noitalics]"
|
||||
set -g status-right "#[nobold,nounderscore,noitalics] #[fg=colour2,bg=black,nobold,nounderscore,noitalics]#[fg=colour232,bg=colour2] #h"
|
||||
setw -g window-status-format "#[fg=colour031,bg=black] #{?window_activity_flag,##,}#{?window_bell_flag,!,}#{?window_silence_flag,~,}#I"
|
||||
|
|
Loading…
Reference in a new issue