jarun/nnn

tabs content colorization is not working (zsh+tmux)

Closed this issue · 3 comments

  • Operating System: Debuan 12
  • Desktop Environment: Gnome
  • Terminal Emulator: kitty - screen-256color + tmux
  • Shell: zsh
  • Custom desktop opener (if applicable):
  • Program options used:
  • Configuration options set:
  • Plugins are installed
  • Issue exists on nnn master

Exact steps to reproduce the issue

Hello!
I have not a very big bug, but rather annoying malfunctioning of nnn with tmux, I suppose.
It seems like NNN_COLORS is working, but only for tabs serial numbers:
export NNN_COLORS='2143
initial nnn call shows:

image

when I press 2,3,4.. etc is see tabs color is changing:
image
image
image

Here is see that:

  1. Tab's number colors are change their colors only when I change tab.
  2. Tab's content colors is not changing.

The most important for me is that is I can't differentiate tabs by their content color, so I have to look
on to tab number every time, that is annoying
.

I tried to google and tweaking some settings in zsh and tmux env, with no result.
Can you suggest me what I could do in order to fix this absence of tab colorization content ?

I think what you're looking for is the -C flag. It will make the directory color follow the context color. But keep in mind this will also disable 256colors and icons.

I think what you're looking for is the -C flag. It will make the directory color follow the context color. But keep in mind this will also disable 256colors and icons.

Oh, yeah, that works.
Any thoughts about more colors and working icons? Where the problem may resides?

No plans for adding new colors and icons.