nordtheme / tmux

An arctic, north-bluish clean and elegant tmux color theme.
https://www.nordtheme.com/ports/tmux
MIT License
1.06k stars 141 forks source link

Status bar not rendering patched fonts correctly, elements are reversed colors and messy #67

Open ioogithub opened 2 years ago

ioogithub commented 2 years ago

This is a fresh install with no configuration. I am using Konsole with the nord Konsole port and the default Konsole font (Hack)

Here is what it looks like with the first window highlighted: Screenshot_20220224_135250

Here is what it looks like with the second window highlighted: Screenshot_20220224_135258

It looks it did add the arrows however it didn't color the background of the highlighted window correctly, instead it inverted it making it darker. The result is a mess that is hard to understand by looking which element is selected.

It also looks like the colors are inverted somehow. I would expect that the selected window is highlighted in a lighter color as well as the patched font arrow element. The way it is rendered now makes it very unintuitive and I end up clicking on the wrong window every time.

I tried applying different color schemes from Konsole (aside from Konsole Nord), it does change the colors of the bar but the arrows are still rendered wrong in each scheme.

I tried applying different fonts, same result, the size and style of the bar changed but it was still rendered wrong in the same way.

I tried applying a powerline font that was mentioned as a solution here: https://github.com/arcticicestudio/nord-tmux/issues/52. This did not work, it still renders the same no matter what font I choose.

I also tried using the Nerd Hack patched font from here: https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack/Regular/complete. Same result it did not work.

Even this setting doesn't work: set -g @nord_tmux_no_patched_font "1" it still leaves a messy block between the windows and the active window is still dark when it should be light

Screenshot_20220224_152357

ioogithub commented 2 years ago

It looks like my issue is similar to this issue: https://github.com/arcticicestudio/nord-tmux/issues/40

However this issue was identified over 2 years now and this issue was closed. Has this project been abandoned?

dlanileonardo commented 2 years ago

I did this workaround and solved the problem.

...
set -g @plugin "arcticicestudio/nord-tmux"

set-window-option -g window-status-activity-style "bold"
set-window-option -g window-status-bell-style "bold"
...