From 5e95c6fedd3743894d710270b9e822656ee58853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 1 Aug 2023 10:17:25 +0200 Subject: [PATCH] tmux: use color0 and color7 --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9a1e69a..239e472 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,5 +1,5 @@ -set -g status-bg colour246 -set -g status-fg colour235 +set -g status-bg colour0 +set -g status-fg colour7 set -g prefix C-t bind-key C-t send-prefix