changed statusbar default text colour
This commit is contained in:
parent
dfb34229dd
commit
6746d2a83f
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ source ~/.tmux-local.conf
|
|||
set -g default-terminal "screen-256color"
|
||||
|
||||
# source ~/fmux/f-keys, which adds the useful byobu F-key shortcuts
|
||||
source ~/fmux/f-keys
|
||||
source ~/src/fmux/f-keys
|
||||
|
||||
# keys for window movement
|
||||
bind-key Left swap-window -t -1\; select-window -t -1
|
||||
|
|
@ -41,9 +41,9 @@ set -g @ssh_auto_rename_window off
|
|||
set -g status-style ''
|
||||
|
||||
set-window-option -g status-left "#[fg=green]#{?client_prefix,#[bg=black fg=green]#[bg=yellow fg=black],} #S "
|
||||
set-window-option -g status-right "#(~/fmux/tmux-right.sh)"
|
||||
set-window-option -g status-right "#(~/src/fmux/tmux-right.sh)"
|
||||
|
||||
set-window-option -g window-status-style "fg=white"
|
||||
set-window-option -g window-status-style "fg=default"
|
||||
set-window-option -g window-status-current-style "bg=green, fg=black"
|
||||
set-window-option -g window-status-bell-style "fg=yellow"
|
||||
set-window-option -g window-status-activity-style "fg=blue"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue