* usr/share/byobu/profiles/tmux:

- use nice, subtle, thin pane border, a separate color from the active
    highlighted one
This commit is contained in:
Dustin Kirkland 2014-03-18 15:01:54 +09:00
commit a005f8f5da
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View file

@ -1,6 +1,8 @@
byobu (5.76) unreleased; urgency=medium 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 <kirkland@ubuntu.com> Mon, 17 Mar 2014 13:00:04 +0900 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 17 Mar 2014 13:00:04 +0900

View file

@ -41,7 +41,7 @@ set-window-option -g xterm-keys on
#set-option -g set-titles-string '#(whoami)@#H - byobu (#S)' #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-bg $BYOBU_HIGHLIGHT
set-option -g pane-active-border-fg $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 history-limit 10000
set-option -g display-panes-time 150 set-option -g display-panes-time 150
set-option -g display-panes-colour $BYOBU_ACCENT set-option -g display-panes-colour $BYOBU_ACCENT