set the clock color

This commit is contained in:
Dustin Kirkland 2011-09-30 11:49:33 -04:00
commit 6f5e88eaf4
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View file

@ -7,6 +7,7 @@ byobu (4.38) unreleased; urgency=low
- display pane numbers for 150ms when moving between panes - display pane numbers for 150ms when moving between panes
- set the pane listing colors - set the pane listing colors
- set the inactive pane to light grey/white - 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 -- Dustin Kirkland <kirkland@ubuntu.com> Thu, 29 Sep 2011 14:46:58 -0400

View file

@ -64,6 +64,8 @@ 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 gray set-option -g display-panes-colour gray
set-option -g display-panes-active-colour magenta 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-attr default
set-window-option -g window-status-bg black set-window-option -g window-status-bg black