Thank you very much! It works. On Thursday, October 10, 2024 at 3:31:04 PM UTC+8 Nicholas Marriott wrote:
> What happens if you remove the -o flag to set-option? :-) > > > On Thu, 10 Oct 2024 at 08:18, japin li <[email protected]> wrote: > >> Hi, all >> >> I have a tmux config as following: >> >> ``` >> set -g @thm_dark_yellow '#FFA500' >> set -g @thm_black '#000000' >> set -g @thm_visual_grey '#808080' >> set -g @thm_white '#FFFFFF' >> >> set -ogq @window-status-current-index >> "#[bg=#{@thm_dark_yellow},fg=#{@thm_black},bold] #I" >> set -ogq @window-status-current-text >> "#[bg=#{@thm_black},fg=#{@thm_white},bold] #W#{?#F,:#F,} " >> setw -g window-status-current-format "#{E:@window-status-current-index} >> #{E:@window-status-current-text}" >> ``` >> >> When I change the background color of window-status-current-text, and >> use source-file to reload, it does not work. There might be something >> wrong with the config, but I cannot figure it out, can anyone help me? >> >> Thanks in advance. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "tmux-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web, visit >> https://groups.google.com/d/msgid/tmux-users/d578798a-1a99-492b-8ccd-39ac3938d06en%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tmux-users/d578798a-1a99-492b-8ccd-39ac3938d06en%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/tmux-users/7541fba2-47f5-4976-b2d2-5a184eda552bn%40googlegroups.com.
