diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index ebaba0d..7fb37a1 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -85,37 +85,24 @@ if-shell 'test "$(uname)" = "Darwin"' \ # # Style (status list, colors, ...) # - -# Color definitions -# SOLARIZED TMUX SOLARIZED TMUX -# --------- -------- --------- -------- -# Base04 n/a (#002028) -# Base03 colour8 Yellow colour3 -# Base02 colour0 Orange colour9 -# Base01 colour10 Red colour1 -# Base00 colour11 Magenta colour5 -# Base0 colour12 Violet colour13 -# Base1 colour14 Blue colour4 -# Base2 colour7 Cyan colour6 -# Base3 colour15 Green colour2 - set -g status-left ' ' -set -g status-right '#{?client_prefix,#[fg=colour15],#[fg=colour10]} #{session_name} @ #{host_short}' +set -g status-right '\ +#{?client_prefix,#[fg=brightwhite],#[default]} #{session_name} @ #{host_short}' setw -g window-status-current-format '\ -#[fg=colour4]#{window_index} \ -#[fg=colour4]#{window_name}\ -#[fg=colour10]#{window_flags} ' +#{?client_prefix,#[fg=brightwhite],#[fg=blue]}#{window_index} \ +#[fg=blue]#{window_name}\ +#[fg=brightblack]#{window_flags} ' setw -g window-status-format '\ -#{?client_prefix,#[fg=colour15],#[fg=colour10]}#{window_index} \ +#{?client_prefix,#[fg=brightwhite],#[fg=white]}#{window_index} \ #[default]#{window_name}\ -#[fg=colour10]#{window_flags} ' +#[fg=brightblack]#{window_flags} ' set -g status-justify left -set -g status-style fg=colour14,bg=colour8 -set -g pane-border-style fg=colour0 -set -g pane-active-border-style fg=colour10 -set -g message-style fg=colour15,bg=colour0 -set -g message-command-style fg=colour3,bg=colour0 +set -g status-style fg=white,bg=black +set -g pane-border-style fg=black +set -g pane-active-border-style fg=brightblack +set -g message-style fg=brightwhite,bg=black +set -g message-command-style fg=yellow,bg=black