diff --git a/debian/changelog b/debian/changelog index 2d7dc676..595e8517 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ byobu (5.76) unreleased; urgency=medium - * UNRELEASED + * usr/share/byobu/profiles/tmux: + - use nice, subtle, thin pane border, a separate color from the active + highlighted one -- Dustin Kirkland Mon, 17 Mar 2014 13:00:04 +0900 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index cbffe177..bd091617 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -41,7 +41,7 @@ set-window-option -g xterm-keys on #set-option -g set-titles-string '#(whoami)@#H - byobu (#S)' set-option -g pane-active-border-bg $BYOBU_HIGHLIGHT set-option -g pane-active-border-fg $BYOBU_HIGHLIGHT -set-option -g pane-border-fg $BYOBU_HIGHLIGHT +set-option -g pane-border-fg $BYOBU_ACCENT set-option -g history-limit 10000 set-option -g display-panes-time 150 set-option -g display-panes-colour $BYOBU_ACCENT