tokyonight.nvim
tokyonight.nvim copied to clipboard
bug: color Issues when using inside tmux/screen session
Did you check docs and existing issues?
- [X] I have read all the tokyonight.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the existing issues of tokyonight.nvim
- [X] I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.10.1
Operating system/version
MacOS 14.6
Describe the bug
I am trying to use tmux and/or screen with nvim... additionally I am trying to use a tmux/screen session inside of a ssh. Whichever I can fix for tmux or screen, I will use.
I am using oh-my-zsh on local and remote
the remote linux is using a different version of nvim
nvim -v
NVIM v0.11.0-dev-720+ge36e68d35
locally(macOS):
- just nvim: no issue
- tmux > nvim: this has NO color issues
- screen > nvim: this has color issues
remote(linux):
- just nvim: no issue
- tmux > nvim: this has color issues
- screen > nvim: this has color issues
Steps To Reproduce
- ssh $REMOTE
- tmux
- nvim
Expected Behavior
The color scheme inside tmux/screen works as expected.
Repro
No response