tmux: show active border
This commit is contained in:
@@ -96,11 +96,11 @@ set-option -g set-titles on
|
|||||||
set-option -g set-titles-string "#H: #W"
|
set-option -g set-titles-string "#H: #W"
|
||||||
|
|
||||||
# Pane borders
|
# Pane borders
|
||||||
set -g pane-border-style fg=#8da101
|
set -g pane-border-stlye fg=#c3c6b2
|
||||||
|
set -g pane-active-border-style fg=#8da101
|
||||||
set -g pane-border-status top
|
set -g pane-border-status top
|
||||||
set -g pane-border-lines single
|
set -g pane-border-lines single
|
||||||
set -g pane-border-format " #{?pane_active,#[bold],#[fg=#c3c6b2]}#{pane_index} "
|
set -g pane-border-format " #{?pane_active,#[bold],#[fg=#c3c6b2]}#{pane_index} "
|
||||||
set -g pane-border-indicators colour
|
|
||||||
|
|
||||||
# Status
|
# Status
|
||||||
set -g status-style bg=default
|
set -g status-style bg=default
|
||||||
|
|||||||
Reference in New Issue
Block a user