#set-option -g status-utf8 on
#set-window-option -g mode-mouse off # disable mouse
#set -g mouse-select-pane off
-set -g default-terminal "screen-256color"
-set -as terminal-overrides ",*:Tc"
+set -g default-terminal "tmux-256color"
+#set -as terminal-overrides ",*:Tc"
+set-option -ga terminal-overrides ",*-256color*:TC"
set -g visual-bell off
# Appearance.
-set-window-option -g window-status-current-style "fg=black bg=cyan"
-set-option -g status-bg blue
-set-option -g status-fg white
+set-option -g status-bg mediumpurple4
+set-option -g status-fg grey82
+set-window-option -g window-status-current-style "fg=black bg=royalblue1"
+#set-option -g status-bg blue
+#set-option -g status-fg white
set-option -g status-interval 10
set-option -g visual-activity off
set-window-option -g monitor-activity off