-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Themes not being applied anymore with tmux 3.1c #45
Comments
I have the same problem with the same version. |
I downgraded to 3.1 and it still works. Yeah is just with 3.2 I guess. |
I have the same issue with 3.1b version. |
Facing the same issues with 3.2a |
after some rebooting, it finally started working all of a sudden. Didn't really change things. It's been a couple of days and it's still working |
I'm facing the same issue on 3.2a, and had it also on 3.0a. Reboots did not help. On the other side, manually reloading tmux configuration with |
I am on 3.2a_1 and had to completely exit all tmux sessions and my terminal (alacritty) to get new themes to load today. While the issue was happening, the |
Apologies for my silence on this issue so far. I'm afraid I've not had any of these issues myself though, and I've been constantly using the latest tmux version on both macOS and Linux. So I'm afraid I don't really know what might be going on :( |
I decided to update to tmux 3.2a today and it simply worked. I just had to Then I downgrade to 3.1c, 3.2, and they all seem to work fine. Maybe this isn't related to the tmux version or just too hard to reproduce. |
@jimeh This is the behavior I'm facing. After opening tmux, you can see that the theme is not applied (or not applied at 100%?), and then after reloading tmux-themepack_behavior.mp4I'm using:
And I see the issue with both gnome-terminal (in the screencast above) and Terminator (v2.1.1). I installed both I don't know if this can help. |
Ok, I just found the problem, at least on my side. I had the following configuration for set-hook -g session-created 'run-shell "~/.tmux/plugins/tmux-powerline/powerline.sh init"' # prettifies the window-status segments I don't remember from where I took that, it was probably at the beginning of my tmux powerline customization, before finding out this repository. I suggest everyone having problems here to have a look at their |
I have the same issue for |
I think I got the same issue, but the theme is applied one time, and now when I try to change to another theme it won't do anything. I removed the plugins and theme is still applied instead of going back to default. I'm using |
For me pressing
|
Can confirm on MacOS 12.6, tmux 3.3a. I got cyan theme applied some time ago and now it is stuck. Changing theme or adding any overrides have no effect. Sourcing .conf or reinstalling plugins does not help.. |
It solved for me (macOS M1 on iTerm2) by running $ killall tmux and then running tmux again my version: |
above comment worked for me, using same version of tmux |
You need to uninstall plugins beforehand. Use the shortcut You can check the documentation here for more information. |
Im using 3.3a. I solved it on my end by removing the folder ~/.tmux/plugins/tmux (as i noticed the old theme that i wanted to change was not removed/replaced from this dir) and then |
|
I don't know if this is helpful but I fixed mine putting the line that loads the TPM at the end of the file as it instructs. I had i in like the middle of the file and I had to source the config file every time for the theme to load but after doing that it was fixed. This line:
I guess it was loading the plugins before sourcing the theme in the config. |
I deleted all the content except |
hm any fix for tmux 3.5? |
On my .tmux.conf:
But i get a default theme. This seems to be since 3.1c.
My full config: https://github.com/matheusfillipe/dotfiles/blob/master/.tmux.conf
The text was updated successfully, but these errors were encountered: