tmux: add matugen theming
This commit is contained in:
parent
f872f2a1fe
commit
b23be17545
3 changed files with 22 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue