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
To pinpoint, here are the lines related to this plugin's setting
`set -g @tokyo-night-tmux_theme night # storm | day | default to 'night'
set -g @tokyo-night-tmux_transparent 1 # 1 or 0
set -g @tokyo-night-tmux_window_id_style fsquare
set -g @tokyo-night-tmux_pane_id_style hsquare
set -g @tokyo-night-tmux_zoom_id_style dsquare
set -g @tokyo-night-tmux_show_path 0
set -g @tokyo-night-tmux_path_format full # 'relative' or 'full'
set -g @tokyo-night-tmux_show_datetime 0`
Screenshots
Environment (please complete the following information):
OS: Ubuntu 22.04.5 LTS(WSL):
terminal Windows Terminal:
tmux version: tmux 3.5a
tokyo-night-tmux branch: used the standard installation, guessing it would be main
The text was updated successfully, but these errors were encountered:
Describe the issue
I want to turn on transparency but even after setting the flag, it is not working.
To Reproduce
Here's my config:
https://github.com/itse4elhaam/dotfiles/blob/master/.tmux.conf
To pinpoint, here are the lines related to this plugin's setting
`set -g @tokyo-night-tmux_theme night # storm | day | default to 'night'
set -g @tokyo-night-tmux_transparent 1 # 1 or 0
set -g @tokyo-night-tmux_window_id_style fsquare
set -g @tokyo-night-tmux_pane_id_style hsquare
set -g @tokyo-night-tmux_zoom_id_style dsquare
set -g @tokyo-night-tmux_show_path 0
set -g @tokyo-night-tmux_path_format full # 'relative' or 'full'
set -g @tokyo-night-tmux_show_datetime 0`
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: