tmux/styles
This commit is contained in:
parent
89b4110c44
commit
101e11535b
1 changed files with 5 additions and 3 deletions
|
@ -28,9 +28,11 @@ set -g status-right '| #{session_name} | %Y/%m/%d %H:%M:%S'
|
|||
#set -g window-status-activity-style bg=black,fg=red
|
||||
#set -g window-status-separator ' | '
|
||||
|
||||
#set-option -g message-style bg=black,fg=red
|
||||
#set-option -g pane-active-border-style bg=black,fg=green
|
||||
#set-option -g pane-border-style bg=black,fg=gray
|
||||
# style for messages
|
||||
set-option -g message-style bg=red,fg=white
|
||||
# style for pane borders
|
||||
set-option -g pane-active-border-style bg=black,fg=green
|
||||
set-option -g pane-border-style bg=black,fg=gray
|
||||
|
||||
# prefix with ^B or F12
|
||||
set-option -g prefix C-b
|
||||
|
|
Loading…
Reference in a new issue