# Motel for tmux. In ~/.tmux.conf: # source-file /path/to/motel/ports/tmux/motel.conf # Then: tmux source-file ~/.tmux.conf set -g status-style "bg=#211814,fg=#e2d3c1" set -g status-left-style "bg=#2c211d,fg=#e2d3c1" set -g status-right-style "bg=#211814,fg=#9f8c82" set -g window-status-style "bg=#211814,fg=#7d6c64" set -g window-status-current-style "bg=#983a3f,fg=#f0e6d6" set -g window-status-activity-style "bg=#211814,fg=#b99868" set -g pane-border-style "fg=#5c4840" set -g pane-active-border-style "fg=#ba5152" set -g message-style "bg=#2c211d,fg=#e2d3c1" set -g message-command-style "bg=#2c211d,fg=#e2d3c1" set -g mode-style "bg=#403029,fg=#e2d3c1" set -g clock-mode-colour "#7690a1" set -g copy-mode-match-style "bg=#403029,fg=#e2d3c1" set -g copy-mode-current-match-style "bg=#983a3f,fg=#f0e6d6"