From f07b6572089aa668bd7c97cbd7f084c82dc88e0b Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Mon, 29 Aug 2022 02:47:51 +0300 Subject: [PATCH] tmux: change colors --- config/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/.tmux.conf b/config/.tmux.conf index 72e011f..2fc7244 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -11,6 +11,9 @@ set -g mouse on set -g status-left "[#I] " set -g status-right "\"#H\" %H:%M %d-%m-%Y" +set -ag status-style "bg=#d4be98" +set -ag status-style "fg=#32302f" + # bindings bind h select-pane -L bind j select-pane -D