From 40554e60bbac7a242d8c8fc760635505b3a90767 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 7 Jan 2020 04:42:09 -0500 Subject: [PATCH] disable colors in tmux... problems? --- dotfiles/tmux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/tmux.nix b/dotfiles/tmux.nix index 6a39be2..b1d63c4 100644 --- a/dotfiles/tmux.nix +++ b/dotfiles/tmux.nix @@ -18,8 +18,8 @@ set -sg escape-time 25 # status line - set status-bg colour0 - set status-fg colour16 + # set status-bg colour0 + # set status-fg colour16 ''; }; }