Selection in copy-mode now use debianred color
This commit is contained in:
parent
00bf69e5cd
commit
191de077a1
3
.todo.md
3
.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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user