mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/share/byobu/profiles/tmux:
- use nice, subtle, thin pane border, a separate color from the active highlighted one
This commit is contained in:
parent
b320b4e60b
commit
a005f8f5da
2 changed files with 4 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Mon, 17 Mar 2014 13:00:04 +0900
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue