🩹 fix(tmux): Fix floax text color

This commit is contained in:
punkfairie 2024-11-03 13:54:07 -08:00
parent 95051d9b7a
commit de257e4abe

View file

@ -90,6 +90,7 @@
extraConfig = # tmux extraConfig = # tmux
'' ''
set -g @floax-bind 'i' set -g @floax-bind 'i'
set -g @floax-text-color 'white'
''; '';
} }
]; ];