Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.1 Build type: Release LuaJIT 2.1.1741730670
Operating system/version
Ubuntu 24.04.4 LTS
Describe the bug
If opening the cli specifically with a tmux session, color highlights are not displayed faithfully to the opened instance.
sidekick:

original session:

When disabling cli.mux.enabled or just opening a opencode instance with :term it works fine.
My tmux version is 3.4.
Steps To Reproduce
Run :Sidekick cli toggle
Expected Behavior
Colors to match original session.
Repro
vim.env.LAZY_STDPATH = '.repro'
load(vim.fn.system('curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua'))()
require('lazy.minit').repro({
spec = {
{
'folke/sidekick.nvim',
opts = {
cli = {
mux = {
enabled = true,
backend = 'tmux',
create = 'terminal',
},
},
},
},
},
})
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.1 Build type: Release LuaJIT 2.1.1741730670
Operating system/version
Ubuntu 24.04.4 LTS
Describe the bug
If opening the cli specifically with a tmux session, color highlights are not displayed faithfully to the opened instance.
sidekick:

original session:

When disabling
cli.mux.enabledor just opening a opencode instance with:termit works fine.My tmux version is 3.4.
Steps To Reproduce
Run
:Sidekick cli toggleExpected Behavior
Colors to match original session.
Repro