You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue where manually added themes placed in ~/.config/musikcube/themes/ do not work when running musikcube inside tmux. The theme reverts to the default one or does not apply the customizations.
This only happens when $TERM is set to tmux-256color (which is the default in my tmux sessions). Outside of tmux, with $TERM=xterm-256color, the themes load and apply as expected.
Steps to reproduce:
Create a new theme in ~/.config/musikcube/themes/, e.g. mytheme.theme.
Launch musikcube normally (outside tmux) – theme appears and works correctly.
Launch musikcube inside a tmux session ($TERM=tmux-256color) – theme is ignored or not applied.
The text was updated successfully, but these errors were encountered:
Hi, and thank you for this awesome project!
I've encountered an issue where manually added themes placed in
~/.config/musikcube/themes/
do not work when runningmusikcube
insidetmux
. The theme reverts to the default one or does not apply the customizations.This only happens when
$TERM
is set totmux-256color
(which is the default in my tmux sessions). Outside of tmux, with$TERM=xterm-256color
, the themes load and apply as expected.Steps to reproduce:
Create a new theme in
~/.config/musikcube/themes/
, e.g. mytheme.theme.Launch
musikcube
normally (outside tmux) – theme appears and works correctly.Launch
musikcube
inside a tmux session ($TERM=tmux-256color
) – theme is ignored or not applied.The text was updated successfully, but these errors were encountered: