mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
set the clock color
This commit is contained in:
parent
25181d78a0
commit
6f5e88eaf4
2 changed files with 3 additions and 0 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -7,6 +7,7 @@ byobu (4.38) unreleased; urgency=low
|
|||
- display pane numbers for 150ms when moving between panes
|
||||
- set the pane listing colors
|
||||
- set the inactive pane to light grey/white
|
||||
- set the clock color
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 29 Sep 2011 14:46:58 -0400
|
||||
|
||||
|
|
|
@ -64,6 +64,8 @@ set-option -g history-limit 10000
|
|||
set-option -g display-panes-time 150
|
||||
set-option -g display-panes-colour gray
|
||||
set-option -g display-panes-active-colour magenta
|
||||
set-option -g clock-mode-colour magenta
|
||||
set-option -g clock-mode-style 24
|
||||
|
||||
set-window-option -g window-status-attr default
|
||||
set-window-option -g window-status-bg black
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue