From e0439c8f544c6b3094f5d6daedf685844a806420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 10 Dec 2020 03:56:02 +0100 Subject: [PATCH] tmux: Update status colors --- tmux/tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3a1fa41..739c264 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -54,9 +54,12 @@ set-window-option -g automatic-rename-format '#{pane_current_command}' set-window-option -g window-status-separator ' ' set -g status-left " #[bg=#A6E22E,fg=#000000] #{session_name} #[bg=#272822] " -# set -g status-right "#[bg=#A6E22E,fg=#000000] #{host} #[bg=#272822] " +set -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=#272822] " set -g status-left-length 100 +set -g status-style "bg=#272822,fg=#FFFFFF" +set -g message-style "bg=#CCCCCC,fg=#555555" + # vertical = | in this case unbind % unbind '"'