1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-09-19 09:14:05 -07:00

adjust tmux panel background to be less jarring

This commit is contained in:
Connor Olding 2024-07-17 00:58:48 -07:00
parent cefccb3c27
commit d879e23dd1

View file

@ -2,6 +2,7 @@
set -g status-style bg=cyan,fg=black
set -g window-status-current-style bg=black,fg=white
set -g mode-style bg=cyan,fg=black
set -g pane-border-style bg=color234,fg=black
# replace default prefix key
set -g prefix C-Space