diff --git a/home/rachel.nix b/home/rachel.nix index 15458bc..2026ef5 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -248,14 +248,14 @@ in set-option -g status on set-option -g status-style bg=default - set-option -g status-style fg="#FF7F50" + set-option -g status-style fg="#ef7627" set-option -g status-interval 2 set-option -g status-justify "centre" set-option -g status-right " λ " set -g status-interval 1 set-window-option -g window-status-separator "-" - set-window-option -g window-status-current-format " #[fg=#df73ff bold]!![ #{b:pane_current_path}/ ] #{b:window_index} $ #{b:pane_current_command}!! " + set-window-option -g window-status-current-format " #[fg=#b55690 bold]!![ #{b:pane_current_path}/ ] #{b:window_index} $ #{b:pane_current_command}!! " set-window-option -g window-status-format " #{b:window_index} [ #{b:pane_current_path}/ ] #{b:pane_current_command} " ''; };