dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit e153097b7c794b3308806ddf891b6b687868ab39
parent b1ba48c8b2df0ac7a7d9b24f15a6f8023c83cda1
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 12 Jul 2019 07:08:43 +0000

Simplify tmux status line colours

Changes from fg=black,bright (which was invisible in at least one
terminal emulator) to fg=white.

Diffstat:
M.tmux.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -16,7 +16,7 @@ set-option -g status-bg default set-option -g status-left-length 2 set-option -g status-left '#[fg=green][ ' set-option -g status-right-length 35 -set-option -g status-right '#[fg=green]] [ #[fg=black,bright]#h #[fg=green,nobright]] [ #[fg=black,bright]%Y-%m-%d %H:%M #[fg=green,nobright]]' +set-option -g status-right '#[fg=green]] [ #[fg=white]#h #[fg=green]] [ #[fg=white]%Y-%m-%d %H:%M #[fg=green]]' set-option -g window-status-current-style fg=yellow,bright set-option -g window-status-activity-style none