From de257e4abe78a82203342ed448e1e29e2eb2e514 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 3 Nov 2024 13:54:07 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix(tmux):=20Fix=20floax=20text?= =?UTF-8?q?=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/programs/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/tmux.nix b/home/programs/tmux.nix index 2521070..fdc7cf2 100644 --- a/home/programs/tmux.nix +++ b/home/programs/tmux.nix @@ -90,6 +90,7 @@ extraConfig = # tmux '' set -g @floax-bind 'i' + set -g @floax-text-color 'white' ''; } ];