1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 10:53:23 -07:00

set tmux copy-mode color to match status bar

This commit is contained in:
Connor Olding 2019-06-05 19:07:55 -07:00
parent d6bc56a9c3
commit 97663248ba

View File

@ -1,7 +1,7 @@
# tweak colors used by tmux
set -g status-style bg=cyan,fg=black
set -g window-status-current-style bg=black,fg=white
set -g mode-style bg=cyan
set -g mode-style bg=cyan,fg=black
# replace default prefix key
set -g prefix C-Space