tmux: add matugen theming

This commit is contained in:
Nico 2026-02-21 19:33:40 +11:00
parent f872f2a1fe
commit b23be17545
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
3 changed files with 22 additions and 0 deletions

View file

@ -63,3 +63,7 @@ set -g default-terminal "${TERM}"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'
set -gq allow-passthrough on
# matugen
if "test -f ~/.cache/matugen/tmux.conf" \
"source-file ~/.cache/matugen/tmux.conf"