jarun / nnn

n³ The unorthodox terminal file manager
BSD 2-Clause "Simplified" License
18.51k stars 743 forks source link

tabs content colorization is not working (zsh+tmux) #1847

Closed Kerosin3 closed 3 months ago

Kerosin3 commented 3 months ago

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 ?

N-R-K commented 3 months ago

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.

Kerosin3 commented 3 months ago

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?

jarun commented 3 months ago

No plans for adding new colors and icons.