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

troubles in Ubuntu #49

Closed Slavjan closed 3 years ago

Slavjan commented 4 years ago

I have trouble with turning on themes in ubuntu-terminal.

background-color still default and bottom bar have some strange symbols.

Please advice what I do not right? Screenshot from 2020-07-17 04-02-19 Screenshot from 2020-07-17 04-17-39

waitqaq commented 4 years ago

i also get this problem,are you solve it?

arcticicestudio commented 4 years ago

Hi @Slavjan and @alone-zd, please make sure to follow the installation instructions from the official documentation, especially the info box at the top that states that Nord for tmux must be used with a Nord terminal emulator theme in order to work properly. Looking at the screenshots I can see that the colors are the most likely the ones from the default color palette which means Nord's color values (RGB in hexadecimal format) are currently not available within the terminal or it has not been set as the active color scheme. You must install Nord for GNOME Terminal since Ubuntu comes with the GNOME terminal installed by default.

waitqaq commented 4 years ago

is not the color's problem,you can see the bottom of tmux is has some problems,i make sure have the GNOME termainal,but it can't solve it

euglevi commented 4 years ago

I have more or less the same issue as @Slavjan and @alone-zd. I use Gnome Terminal with a Nord theme. In my case, the background color is fine, but I get exactly the same weird bottom bar. Any ideas?

arcticicestudio commented 4 years ago

Have you made sure to also switch to the newly created “Nord“ GNOME terminal profile after running the installation script? Otherwise the palette is not active or must be set for already existing profile(s) manually.

@Slavjan @alone-zd @euglevi Can you please share some details about your setup like…

  1. …your Ubuntu and GNOME terminal version.
  2. …your tmux version.
  3. …the Nord tmux version you're running.

Also maybe try to checkout PR #34 to see if the changes that have been made there also fix your problem. If this is not the case I'd need to create a virtual machine that runs your Ubuntu version(s) to see if the Ubuntu team messed something up again.

waitqaq commented 4 years ago

image you con see that i had in nord,but the tmux's style has some troubles. Ubuntu:18.04.3 LTS terminal:GNOME Shell 3.28.4

waitqaq commented 4 years ago

image

arcticicestudio commented 4 years ago

@alone-zd Ah I see, the colors seem to be working fine, but the weird symbols in the tmux bar are caused by encoding problems. As you can see in the source code this theme uses (special) characters like ► which are quite often not supported by terminal fonts. Especially in your case there might also be some problems due to additional support for CJK. In order to fix this you need to install and use a “patched“ font family for the terminal that supports such characters. Check out projects like Nerd Fonts that provides patched fonts for terminal usage.

waitqaq commented 4 years ago

which font i should get?it looks so large

waitqaq commented 4 years ago

ok,i solve it ,it just because a font.when i got this font ,i prefectly solve it (PowerlineSymbols.otf)in https://github.com/powerline/powerline. i wish that it can help you

arcticicestudio commented 3 years ago

@waitself Nice to hear that it works for your now 👍🏼 Font problems are often not directly related to this theme but the set up of the user. It is also described in the Nord tmux “Font Rendering“ customization documentation.