mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
- use magenta/magenta for focused pane
* usr/share/byobu/profiles/tmux:
This commit is contained in:
parent
90899f4e53
commit
3943e5aecf
2 changed files with 4 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -16,6 +16,7 @@ byobu (4.38) unreleased; urgency=low
|
|||
- shift-f6 detach but don't logout
|
||||
- shift-f5 rotate through preset layouts
|
||||
- ctrl-f6 kill a pane
|
||||
- use magenta/magenta for focused pane
|
||||
* usr/lib/byobu/distro, usr/lib/byobu/Makefile.am,
|
||||
usr/lib/byobu/release, usr/lib/byobu/.shutil,
|
||||
usr/share/byobu/status/status, usr/share/man/man1/byobu.1:
|
||||
|
@ -28,6 +29,7 @@ byobu (4.38) unreleased; urgency=low
|
|||
* usr/bin/byobu:
|
||||
* usr/share/byobu/profiles/tmux:
|
||||
* usr/share/byobu/profiles/tmux:
|
||||
* usr/share/byobu/profiles/tmux:
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 29 Sep 2011 14:46:58 -0400
|
||||
|
||||
|
|
|
@ -59,12 +59,12 @@ bind-key -n C-Right resize-pane -R
|
|||
|
||||
set-option -g set-titles on
|
||||
set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
|
||||
set-option -g pane-active-border-bg white
|
||||
set-option -g pane-active-border-bg magenta
|
||||
set-option -g pane-active-border-fg magenta
|
||||
set-option -g pane-border-fg white
|
||||
set-option -g history-limit 10000
|
||||
set-option -g display-panes-time 150
|
||||
set-option -g display-panes-colour white
|
||||
set-option -g display-panes-colour magenta
|
||||
set-option -g display-panes-active-colour red
|
||||
set-option -g clock-mode-colour magenta
|
||||
set-option -g clock-mode-style 24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue