tmux/styles

This commit is contained in:
Marc Beninca 2025-01-17 12:40:51 +01:00
parent 89b4110c44
commit 101e11535b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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