obsd-bkp/dotfiles/dotfolder/.config/nano/backup/!home!puffy!.config!tmux!tm...

18 lines
536 B
Groff

# Colors
# Enable color support inside of tmux.
set -g default-terminal "xterm-256color"
set -ga terminal-overrides ",*256col*:Tc"
set-option -g status-style bg=black
set-option -g status-style fg=yellow
set -g window-status-current-style fg=black,bg=yellow
set -g pane-active-border-style fg=yellow
set -g pane-border-style fg=yellow
set -g mode-style bg=yellow,fg=black
set -g clock-mode-colour red
# Settigs
set-option -g status-position top
set -g mouse on
# Add a bit more scroll history in the buffer.
set -g history-limit 50000