Skip to content

Commit 7d262c5

Browse files
committed
Update tmux pane border styles with explicit background colors and fix color typo
1 parent 67cb832 commit 7d262c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.tmux.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ set -g display-panes-colour colour233
6767
set -g display-panes-active-colour colour245
6868
set -g clock-mode-colour colour39
6969
set -g clock-mode-style 24
70-
71-
set -g pane-border-style "bg=default fg=colour235" # Inactive: slightly lighter than bg
72-
set -g pane-active-border-style "bg=default fg=colour245" # Active: much brighter gray
70+
set -g pane-border-style "bg=colour233,fg=color240"
71+
set -g pane-active-border-style "bg=colour235,fg=color242"
7372
set -g pane-border-status top
7473
set -g pane-border-format "⋅#{pane_index}⋅ #{pane_title}"
7574

0 commit comments

Comments
 (0)