folke / tokyonight.nvim

🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
Apache License 2.0
6.25k stars 414 forks source link

bug: color Issues when using inside tmux/screen session #636

Open andrew-delph opened 2 days ago

andrew-delph commented 2 days ago

Did you check docs and existing issues?

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):

remote(linux):

image

Steps To Reproduce

  1. ssh $REMOTE
  2. tmux
  3. nvim

Expected Behavior

The color scheme inside tmux/screen works as expected.

Repro

No response