From 4cff5b300e12a74cfdc1bfb88661de16c72355b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 2 Nov 2022 17:01:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20Switch=20tmux=20status=20bar=20t?= =?UTF-8?q?o=20blue=20(like=20the=20sky=20with=20the=20clouds)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 2738c10..4837016 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1 +1 @@ -set -g status-style bg=red +set -g status-style bg=blue,fg=white,bold