From 50932f8faaa3d9425bab44532f84c2e8c7be9397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Jul 2022 11:47:11 +0200 Subject: [PATCH] tmux: Fix color code --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1bf48df..725b184 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -59,7 +59,7 @@ set-window-option -g window-status-current-style "bg=#e5b567,fg=black" set-window-option -g monitor-activity on set-window-option -g visual-activity off -set-window-option -g window-status-activity-style "bg=#ff77777,fg=black" +set-window-option -g window-status-activity-style "bg=#ff7777,fg=black" set-window-option -g automatic-rename on set-window-option -g automatic-rename-format '#{pane_current_command}'