Update tmux colorscheme
This commit is contained in:
parent
9898f1b797
commit
0698174c2a
1 changed files with 5 additions and 5 deletions
10
.tmux.conf
10
.tmux.conf
|
|
@ -25,18 +25,18 @@ unbind %
|
|||
# status bar design
|
||||
set -g status-position top
|
||||
set -g status-left-length 60
|
||||
set -g status-style bg=colour239
|
||||
set -g status-right ' #[fg=colour233,bg=colour102,bold] #(hostname) #[fg=colour233,bg=colour102,bold] %d/%m #[fg=colour233,bg=colour102,bold] %H:%M:%S '
|
||||
set -g status-style bg=colour253
|
||||
set -g status-right ' #[fg=colour0,bg=colour253] #(hostname) #[fg=colour0,bg=colour253] %d/%m #[fg=colour0,bg=colour253] %H:%M:%S '
|
||||
|
||||
# current session name
|
||||
set-window-option -g status-left '#[fg=colour0,bg=colour102] #S '
|
||||
set-window-option -g status-left '#[fg=colour0,bg=colour253] #S '
|
||||
|
||||
# current window
|
||||
set -g window-status-current-style fg=colour0,bg=colour102
|
||||
set -g window-status-current-style fg=colour0,bg=colour183
|
||||
set -g window-status-current-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
||||
|
||||
# background windows
|
||||
set -g window-status-style fg=colour0,bg=colour240
|
||||
set -g window-status-style fg=colour0,bg=colour146
|
||||
set -g window-status-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
||||
|
||||
# scrollback history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue