From 191de077a1d13366cf74174a3bba29625f121963 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 29 Jan 2016 00:18:08 +0100 Subject: [PATCH] Selection in copy-mode now use debianred color --- .todo.md | 3 --- tmux.conf.local | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.todo.md b/.todo.md index 3933e52..c047255 100755 --- a/.todo.md +++ b/.todo.md @@ -2,6 +2,3 @@ https://github.com/ches/dotfiles/blob/master/.tmux.conf https://github.com/gpakosz/.tmux/blob/master/.tmux.conf -Hide status bar if only one window -set -g status off -tmux list-window | wc -l diff --git a/tmux.conf.local b/tmux.conf.local index 0086dca..67448eb 100644 --- a/tmux.conf.local +++ b/tmux.conf.local @@ -29,6 +29,11 @@ set-window-option -g window-status-current-bg "${debianred}" # Attribut (cf ci-dessus pour la liste) set-window-option -g window-status-current-attr dim +# selection +set -wg mode-style bg="${debianred}",fg=white,bold + +set -g clock-mode-colour "${debianred}" + ## Terminal avec notification # Couleur du foreground # Couleur du background