From b4cbd08d3b13df9140f82c82c082ba571c17e1d5 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 4 Jan 2023 13:18:11 +0100 Subject: [PATCH] tmux: Remove unused status-style --- .config/tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index f36088e..4305631 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -159,7 +159,6 @@ bind d { ## Theming. Inspired by: ## https://github.com/Who23/dots/blob/21976e76644d8d9261ebdcf61733d2181a1612eb/tmux.conf -set -g status-style bg=default,fg=white set -g message-command-style bg=default,fg=brightyellow set -g message-style bg=brightyellow,fg=black set -g mode-style bg=brightyellow,fg=black